Uses of Interface
org.jgraph.graph.GraphSelectionModel
-
Packages that use GraphSelectionModel Package Description org.jgraph JGraph's topmost package which contains the JGraph class.org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graph
package.org.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. -
-
Uses of GraphSelectionModel in org.jgraph
Classes in org.jgraph that implement GraphSelectionModel Modifier and Type Class Description static class
JGraph.EmptySelectionModel
EmptySelectionModel
is aGraphSelectionModel
that does not allow anything to be selected.Fields in org.jgraph declared as GraphSelectionModel Modifier and Type Field Description protected GraphSelectionModel
JGraph. selectionModel
Models the set of selected objects in this graph.Methods in org.jgraph that return GraphSelectionModel Modifier and Type Method Description GraphSelectionModel
JGraph. getSelectionModel()
Returns the model for selections.Methods in org.jgraph with parameters of type GraphSelectionModel Modifier and Type Method Description 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 Modifier and Type Class Description class
DefaultGraphSelectionModel
Default implementation of GraphSelectionModel. -
Uses of GraphSelectionModel in org.jgraph.plaf.basic
Fields in org.jgraph.plaf.basic declared as GraphSelectionModel Modifier and Type Field Description protected GraphSelectionModel
BasicGraphUI. graphSelectionModel
Model maintaining the selection.Methods in org.jgraph.plaf.basic with parameters of type GraphSelectionModel Modifier and Type Method Description protected void
BasicGraphUI. setSelectionModel(GraphSelectionModel newLSM)
Resets the selection model.
-