net.clackrouter.jgraph.pad
Class GPGraphUI.GraphSelectionHandler

java.lang.Object
  extended by net.clackrouter.jgraph.pad.GPGraphUI.GraphSelectionHandler
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GPGraphUI

public class GPGraphUI.GraphSelectionHandler
extends java.lang.Object
implements java.io.Serializable

Listens for changes in the selection model and updates the display accordingly.

See Also:
Serialized Form

Constructor Summary
GPGraphUI.GraphSelectionHandler()
           
 
Method Summary
 void valueChanged(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

GPGraphUI.GraphSelectionHandler

public GPGraphUI.GraphSelectionHandler()
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.