JGraph | |
Frames | No Frames |
Classes implementing org.jgraph.graph.GraphSelectionModel | |
class | EmptySelectionModel is a GraphSelectionModel
that does not allow anything to be selected. |
Fields of type org.jgraph.graph.GraphSelectionModel | |
GraphSelectionModel | Models the set of selected objects in this graph. |
Methods with parameter type org.jgraph.graph.GraphSelectionModel | |
void | Sets the graph's selection model. |
Methods with return type org.jgraph.graph.GraphSelectionModel | |
GraphSelectionModel | Returns the model for selections. |
Fields of type org.jgraph.graph.GraphSelectionModel | |
GraphSelectionModel | Model maintaining the selection. |
Methods with parameter type org.jgraph.graph.GraphSelectionModel | |
void | Resets the selection model. |
Classes implementing org.jgraph.graph.GraphSelectionModel | |
class | Default implementation of GraphSelectionModel. |