Uses of Interface
com.jgraph.graph.GraphSelectionModel

Packages that use GraphSelectionModel
com.jgraph JGraph's topmost package which contains the JGraph class. 
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 GraphSelectionModel in com.jgraph
 

Classes in com.jgraph that implement GraphSelectionModel
static class JGraph.EmptySelectionModel
          EmptySelectionModel is a GraphSelectionModel that does not allow anything to be selected.
 

Fields in com.jgraph declared as GraphSelectionModel
protected  GraphSelectionModel JGraph.selectionModel
          Models the set of selected objects in this graph.
 

Methods in com.jgraph that return GraphSelectionModel
 GraphSelectionModel JGraph.getSelectionModel()
          Returns the model for selections.
 

Methods in com.jgraph with parameters of type GraphSelectionModel
 void JGraph.setSelectionModel(GraphSelectionModel selectionModel)
          Sets the graph's selection model.
 

Uses of GraphSelectionModel in com.jgraph.graph
 

Classes in com.jgraph.graph that implement GraphSelectionModel
 class DefaultGraphSelectionModel
          Default implementation of GraphSelectionModel.
 

Uses of GraphSelectionModel in com.jgraph.plaf.basic
 

Fields in com.jgraph.plaf.basic declared as GraphSelectionModel
protected  GraphSelectionModel BasicGraphUI.graphSelectionModel
          Model maintaining the selection.
 

Methods in com.jgraph.plaf.basic with parameters of type GraphSelectionModel
protected  void BasicGraphUI.setSelectionModel(GraphSelectionModel newLSM)
          Resets the selection model.