Uses of Interface
org.eclipse.gef.NodeListener
Packages that use NodeListener
Package
Description
All interfaces, base types, and the plugin class are here.
This package contains abstract implementation of the EditPart interface.
- 
Uses of NodeListener in org.eclipse.gefMethods in org.eclipse.gef with parameters of type NodeListenerModifier and TypeMethodDescriptionvoidGraphicalEditPart.addNodeListener(NodeListener listener) Adds a NodeListener to the EditPart.voidGraphicalEditPart.removeNodeListener(NodeListener listener) Removes the first occurance of the specified listener from the list of listeners.
- 
Uses of NodeListener in org.eclipse.gef.editpartsMethods in org.eclipse.gef.editparts with parameters of type NodeListenerModifier and TypeMethodDescriptionvoidAbstractGraphicalEditPart.addNodeListener(NodeListener listener) voidAbstractGraphicalEditPart.removeNodeListener(NodeListener listener)