org.jgraph.plaf.basic
Class BasicGraphUI.PropertyChangeHandler
java.lang.Object
org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler
- All Implemented Interfaces:
- PropertyChangeListener, Serializable, EventListener
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.PropertyChangeHandler
- extends Object
- implements PropertyChangeListener, Serializable
PropertyChangeListener for the graph. Updates the appropriate
variable and takes the appropriate actions, based on what changes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicGraphUI.PropertyChangeHandler
public BasicGraphUI.PropertyChangeHandler()
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Specified by:
propertyChange
in interface PropertyChangeListener