cz.cmc.tcgui
Class TCGraphUI.TCGraphSelectionHandler
java.lang.Object
org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler
cz.cmc.tcgui.TCGraphUI.TCGraphSelectionHandler
- All Implemented Interfaces:
- EventListener, org.jgraph.event.GraphSelectionListener, Serializable
- Enclosing class:
- TCGraphUI
- public class TCGraphUI.TCGraphSelectionHandler
- extends org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler
Listens for changes in the selection model and updates the display
accordingly.
Based on the BasicGraphUI.GraphSelectionHandler
- See Also:
- Serialized Form
Method Summary |
void |
valueChanged(org.jgraph.event.GraphSelectionEvent event)
Messaged when the selection changes in the graph we're displaying
for. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCGraphUI.TCGraphSelectionHandler
public TCGraphUI.TCGraphSelectionHandler()
valueChanged
public void valueChanged(org.jgraph.event.GraphSelectionEvent event)
- Messaged when the selection changes in the graph we're displaying
for. Stops editing, updates handles and displays the changed cells.