Package org.jgraph
Class JGraph.GraphSelectionRedirector
- java.lang.Object
-
- org.jgraph.JGraph.GraphSelectionRedirector
-
- All Implemented Interfaces:
java.io.Serializable,java.util.EventListener,GraphSelectionListener
- Enclosing class:
- JGraph
protected class JGraph.GraphSelectionRedirector extends java.lang.Object implements java.io.Serializable, GraphSelectionListener
Handles creating a newGraphSelectionEventwith theJGraphas the source and passing it off to all the listeners.Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGraphSelectionRedirector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalueChanged(GraphSelectionEvent e)Invoked by theGraphSelectionModelwhen the selection changes.
-
-
-
Method Detail
-
valueChanged
public void valueChanged(GraphSelectionEvent e)
Invoked by theGraphSelectionModelwhen the selection changes.- Specified by:
valueChangedin interfaceGraphSelectionListener- Parameters:
e- theGraphSelectionEventgenerated by theGraphSelectionModel
-
-