Draw2d
3.9.0.201305060205

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 ConnectionAnchor.addAnchorListener(AnchorListener listener)
          Adds a listener interested in the movement of this ConnectionAnchor.
 void AbstractConnectionAnchor.addAnchorListener(AnchorListener listener)
          Adds the given listener to the listeners to be notified of anchor location changes.
 void ConnectionAnchorBase.addAnchorListener(AnchorListener listener)
           
 void ConnectionAnchor.removeAnchorListener(AnchorListener listener)
          Removes the listener.
 void AbstractConnectionAnchor.removeAnchorListener(AnchorListener listener)
          Removes the given listener from this anchor.
 void ConnectionAnchorBase.removeAnchorListener(AnchorListener listener)
           
 


Draw2d
3.9.0.201305060205

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