Eclipse Draw2d
2.1

Uses of Interface
org.eclipse.draw2d.MouseMotionListener

Packages that use MouseMotionListener
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
 

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.
 

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


Eclipse Draw2d
2.1

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