Uses of Interface
org.jgraph.graph.GraphSelectionModel

Packages that use GraphSelectionModel
org.jgraph   
org.jgraph.graph   
org.jgraph.plaf.basic   
 

Uses of GraphSelectionModel in org.jgraph
 

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

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

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

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

Uses of GraphSelectionModel in org.jgraph.graph
 

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

Uses of GraphSelectionModel in org.jgraph.plaf.basic
 

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

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