Eclipse Draw2d
3.8.0.201206011245

Uses of Interface
org.eclipse.draw2d.MouseMotionListener

Packages that use MouseMotionListener
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
 

Uses of MouseMotionListener in org.eclipse.draw2d
 

Classes in org.eclipse.draw2d that implement MouseMotionListener
static class MouseMotionListener.Stub
          An empty implementation of MouseMotionListener for convenience.
protected  class ScrollBar.ThumbDragger
           
 

Methods in org.eclipse.draw2d with parameters of type MouseMotionListener
 void Figure.addMouseMotionListener(MouseMotionListener listener)
           
 void IFigure.addMouseMotionListener(MouseMotionListener listener)
          Registers the given listener as a MouseMotionListener of this IFigure.
 void Figure.removeMouseMotionListener(MouseMotionListener listener)
           
 void IFigure.removeMouseMotionListener(MouseMotionListener listener)
          Unregisters the given listener, so that it will no longer receive notification of mouse motion events.
 


Eclipse Draw2d
3.8.0.201206011245

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.