Package org.jgraph.plaf.basic
Class BasicGraphUI.GraphSelectionHandler
- java.lang.Object
-
- org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.EventListener
,GraphSelectionListener
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.GraphSelectionHandler extends java.lang.Object implements GraphSelectionListener, java.io.Serializable
Listens for changes in the selection model and updates the display accordingly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphSelectionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(GraphSelectionEvent event)
Messaged when the selection changes in the graph we're displaying for.
-
-
-
Method Detail
-
valueChanged
public void valueChanged(GraphSelectionEvent event)
Messaged when the selection changes in the graph we're displaying for. Stops editing, updates handles and displays the changed cells.- Specified by:
valueChanged
in interfaceGraphSelectionListener
- Parameters:
event
- the event that characterizes the change.
-
-