Package org.jgraph
Class JGraph.GraphSelectionRedirector
java.lang.Object
org.jgraph.JGraph.GraphSelectionRedirector
- All Implemented Interfaces:
Serializable
,EventListener
,GraphSelectionListener
- Enclosing class:
- JGraph
protected class JGraph.GraphSelectionRedirector
extends Object
implements Serializable, GraphSelectionListener
Handles creating a new
GraphSelectionEvent
with the
JGraph
as 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked by theGraphSelectionModel
when the selection changes.
-
Constructor Details
-
GraphSelectionRedirector
protected GraphSelectionRedirector()
-
-
Method Details
-
valueChanged
Invoked by theGraphSelectionModel
when the selection changes.- Specified by:
valueChanged
in interfaceGraphSelectionListener
- Parameters:
e
- theGraphSelectionEvent
generated by theGraphSelectionModel
-