cz.cmc.tcgui
Class TCGraphUI.TCGraphSelectionHandler

java.lang.Object
  extended byorg.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler
      extended bycz.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

Constructor Summary
TCGraphUI.TCGraphSelectionHandler()
           
 
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
 

Constructor Detail

TCGraphUI.TCGraphSelectionHandler

public TCGraphUI.TCGraphSelectionHandler()
Method Detail

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.