Eclipse Draw2d
3.3

Uses of Interface
org.eclipse.draw2d.CoordinateListener

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

Uses of CoordinateListener in org.eclipse.draw2d
 

Methods in org.eclipse.draw2d with parameters of type CoordinateListener
 void Figure.addCoordinateListener(CoordinateListener listener)
           
 void Figure.removeCoordinateListener(CoordinateListener listener)
           
 void IFigure.addCoordinateListener(CoordinateListener listener)
          Registers the given listener as a CoordinateListener of this figure.
 void IFigure.removeCoordinateListener(CoordinateListener listener)
          Unregisters the given listener, so that it will no longer receive notification of coordinate changes.
 


Eclipse Draw2d
3.3

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