Uses of Interface
org.jgraph.graph.GraphSelectionModel
Packages that use GraphSelectionModel
Package
Description
JGraph's topmost package which contains the JGraph class.
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph
package.Contains the BasicGraphUI, which is GraphUI's default implementation.
-
Uses of GraphSelectionModel in org.jgraph
Classes in org.jgraph that implement GraphSelectionModelModifier and TypeClassDescriptionstatic class
EmptySelectionModel
is aGraphSelectionModel
that does not allow anything to be selected.Fields in org.jgraph declared as GraphSelectionModelModifier and TypeFieldDescriptionprotected GraphSelectionModel
JGraph.selectionModel
Models the set of selected objects in this graph.Methods in org.jgraph that return GraphSelectionModelMethods in org.jgraph with parameters of type GraphSelectionModelModifier and TypeMethodDescriptionvoid
JGraph.setSelectionModel
(GraphSelectionModel selectionModel) Sets the graph's selection model. -
Uses of GraphSelectionModel in org.jgraph.graph
Classes in org.jgraph.graph that implement GraphSelectionModelModifier and TypeClassDescriptionclass
Default implementation of GraphSelectionModel. -
Uses of GraphSelectionModel in org.jgraph.plaf.basic
Fields in org.jgraph.plaf.basic declared as GraphSelectionModelModifier and TypeFieldDescriptionprotected GraphSelectionModel
BasicGraphUI.graphSelectionModel
Model maintaining the selection.Methods in org.jgraph.plaf.basic with parameters of type GraphSelectionModelModifier and TypeMethodDescriptionprotected void
BasicGraphUI.setSelectionModel
(GraphSelectionModel newLSM) Resets the selection model.