Uses of Interface
org.eclipse.draw2d.AnchorListener
Packages that use AnchorListener
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of AnchorListener in org.eclipse.draw2dClasses in org.eclipse.draw2d that implement AnchorListenerFields in org.eclipse.draw2d with type parameters of type AnchorListenerModifier and TypeFieldDescriptionprotected List<AnchorListener> ConnectionAnchorBase.listenersThe list of listenersMethods in org.eclipse.draw2d with parameters of type AnchorListenerModifier and TypeMethodDescriptionvoidAbstractConnectionAnchor.addAnchorListener(AnchorListener listener) Adds the given listener to the listeners to be notified of anchor location changes.voidConnectionAnchor.addAnchorListener(AnchorListener listener) Adds a listener interested in the movement of this ConnectionAnchor.voidConnectionAnchorBase.addAnchorListener(AnchorListener listener) voidAbstractConnectionAnchor.removeAnchorListener(AnchorListener listener) Removes the given listener from this anchor.voidConnectionAnchor.removeAnchorListener(AnchorListener listener) Removes the listener.voidConnectionAnchorBase.removeAnchorListener(AnchorListener listener)