Uses of Class
com.jgraph.event.GraphSelectionEvent

Packages that use GraphSelectionEvent
com.jgraph JGraph's topmost package which contains the JGraph class. 
com.jgraph.event Contains event classes and listener interfaces that are used to react to events fired by JGraph. 
com.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
com.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. 
 

Uses of GraphSelectionEvent in com.jgraph
 

Methods in com.jgraph with parameters of type GraphSelectionEvent
protected  void JGraph.fireValueChanged(GraphSelectionEvent e)
          Notifies all listeners that have registered interest for notification on this event type.
 void JGraph.GraphSelectionRedirector.valueChanged(GraphSelectionEvent e)
          Invoked by the GraphSelectionModel when the selection changes.
 

Uses of GraphSelectionEvent in com.jgraph.event
 

Methods in com.jgraph.event with parameters of type GraphSelectionEvent
 void GraphSelectionListener.valueChanged(GraphSelectionEvent e)
          Called whenever the value of the selection changes.
 

Uses of GraphSelectionEvent in com.jgraph.graph
 

Methods in com.jgraph.graph with parameters of type GraphSelectionEvent
protected  void DefaultGraphSelectionModel.fireValueChanged(GraphSelectionEvent e)
          Notifies all listeners that are registered for tree selection events on this object.
 void DefaultGraphCellEditor.valueChanged(GraphSelectionEvent e)
          Resets lastPath.
 

Uses of GraphSelectionEvent in com.jgraph.plaf.basic
 

Methods in com.jgraph.plaf.basic with parameters of type GraphSelectionEvent
 void BasicGraphUI.GraphSelectionHandler.valueChanged(GraphSelectionEvent event)
          Messaged when the selection changes in the graph we're displaying for.