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.graphpackage.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 classJGraph.EmptySelectionModelEmptySelectionModelis aGraphSelectionModelthat does not allow anything to be selected.Fields in org.jgraph declared as GraphSelectionModel Modifier and Type Field Description protected GraphSelectionModelJGraph. selectionModelModels the set of selected objects in this graph.Methods in org.jgraph that return GraphSelectionModel Modifier and Type Method Description GraphSelectionModelJGraph. getSelectionModel()Returns the model for selections.Methods in org.jgraph with parameters of type GraphSelectionModel Modifier and Type Method Description voidJGraph. 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 classDefaultGraphSelectionModelDefault 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 GraphSelectionModelBasicGraphUI. graphSelectionModelModel maintaining the selection.Methods in org.jgraph.plaf.basic with parameters of type GraphSelectionModel Modifier and Type Method Description protected voidBasicGraphUI. setSelectionModel(GraphSelectionModel newLSM)Resets the selection model.
-