Uses of Class
com.mxgraph.view.mxGraphSelectionModel
Packages that use mxGraphSelectionModel
Package
Description
This package implements the graph component, represented by the mxGraph
class.
-
Uses of mxGraphSelectionModel in com.mxgraph.view
Fields in com.mxgraph.view declared as mxGraphSelectionModelModifier and TypeFieldDescriptionprotected mxGraphSelectionModelmxGraphSelectionModel.mxSelectionChange.modelprotected mxGraphSelectionModelmxGraph.selectionModelHolds thethat models the current selection. Methods in com.mxgraph.view that return mxGraphSelectionModelModifier and TypeMethodDescriptionprotected mxGraphSelectionModelmxGraph.createSelectionModel()Constructs a new selection model to be used in this graph.mxGraph.getSelectionModel()Constructors in com.mxgraph.view with parameters of type mxGraphSelectionModelModifierConstructorDescriptionmxSelectionChange(mxGraphSelectionModel model, Collection<Object> added, Collection<Object> removed)