Eclipse Draw2d
3.8.0.201206011245

Uses of Interface
org.eclipse.draw2d.AnchorListener

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

Uses of AnchorListener in org.eclipse.draw2d
 

Classes in org.eclipse.draw2d that implement AnchorListener
 class PolylineConnection
          An implementation of Connection based on Polyline.
 

Methods in org.eclipse.draw2d with parameters of type AnchorListener
 void ConnectionAnchorBase.addAnchorListener(AnchorListener listener)
           
 void AbstractConnectionAnchor.addAnchorListener(AnchorListener listener)
          Adds the given listener to the listeners to be notified of anchor location changes.
 void ConnectionAnchor.addAnchorListener(AnchorListener listener)
          Adds a listener interested in the movement of this ConnectionAnchor.
 void ConnectionAnchorBase.removeAnchorListener(AnchorListener listener)
           
 void AbstractConnectionAnchor.removeAnchorListener(AnchorListener listener)
          Removes the given listener from this anchor.
 void ConnectionAnchor.removeAnchorListener(AnchorListener listener)
          Removes the listener.
 


Eclipse Draw2d
3.8.0.201206011245

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