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.draw2d
Classes in org.eclipse.draw2d that implement AnchorListenerFields in org.eclipse.draw2d with type parameters of type AnchorListenerModifier and TypeFieldDescriptionprotected List<AnchorListener>
ConnectionAnchorBase.listeners
The list of listenersMethods in org.eclipse.draw2d with parameters of type AnchorListenerModifier and TypeMethodDescriptionvoid
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.addAnchorListener
(AnchorListener listener) void
AbstractConnectionAnchor.removeAnchorListener
(AnchorListener listener) Removes the given listener from this anchor.void
ConnectionAnchor.removeAnchorListener
(AnchorListener listener) Removes the listener.void
ConnectionAnchorBase.removeAnchorListener
(AnchorListener listener)