Uses of Interface
org.eclipse.zest.layouts.interfaces.GraphStructureListener
Packages that use GraphStructureListener
- 
Uses of GraphStructureListener in org.eclipse.zest.layouts.interfacesClasses in org.eclipse.zest.layouts.interfaces that implement GraphStructureListenerMethods in org.eclipse.zest.layouts.interfaces with parameters of type GraphStructureListenerModifier and TypeMethodDescriptionvoidLayoutContext.addGraphStructureListener(GraphStructureListener listener) Adds a listener to the context that will be notified about changes in graph structure, that is addition and removal of nodes and connections.voidLayoutContext.removeGraphStructureListener(GraphStructureListener listener) Removes a graph structure listener from this context.