Eclipse Draw2d
2.1

Uses of Interface
org.eclipse.draw2d.AnchorListener

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

Uses of AnchorListener in org.eclipse.draw2d
 

Classes in org.eclipse.draw2d that implement AnchorListener
 class PolylineConnection
          Connection based on polyline.
 

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


Eclipse Draw2d
2.1

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