org.jgraph.plaf.basic
Class BasicGraphUI.GraphModelHandler
java.lang.Object
org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler
- All Implemented Interfaces:
- Serializable, EventListener, GraphModelListener
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.GraphModelHandler
- extends Object
- implements GraphModelListener, Serializable
Listens for changes in the graph model and updates the view
accordingly.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicGraphUI.GraphModelHandler
public BasicGraphUI.GraphModelHandler()
graphChanged
public void graphChanged(GraphModelEvent e)
- Description copied from interface:
GraphModelListener
- Invoked after a cell has changed in some way.
The vertex/vertices may have changed bounds or
altered adjacency, or other attributes have
changed that may affect presentation.
- Specified by:
graphChanged
in interface GraphModelListener