Inheritance diagram for org.jgraph.JGraph.EmptySelectionModel:
Public Member Functions | |
EmptySelectionModel () | |
void | setSelectionCells (Object[] cells) |
void | addSelectionCells (Object[] cells) |
void | removeSelectionCells (Object[] cells) |
Static Public Member Functions | |
static EmptySelectionModel | sharedInstance () |
Static Protected Attributes | |
static final EmptySelectionModel | sharedInstance = new EmptySelectionModel() |
EmptySelectionModel
is a GraphSelectionModel
that does not allow anything to be selected. Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
|
A |
|
A Reimplemented from org.jgraph.graph.DefaultGraphSelectionModel. |
|
A Reimplemented from org.jgraph.graph.DefaultGraphSelectionModel. |
|
A Reimplemented from org.jgraph.graph.DefaultGraphSelectionModel. |
|
Returns a shared instance of an empty selection model. |
|
Unique shared instance. |