org.jgraph
public static class JGraph.EmptySelectionModel extends DefaultGraphSelectionModel
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.
Field Summary | |
---|---|
protected static JGraph.EmptySelectionModel | sharedInstance Unique shared instance. |
Constructor Summary | |
---|---|
EmptySelectionModel()
A null implementation that constructs an
EmptySelectionModel. |
Method Summary | |
---|---|
void | addSelectionCells(Object[] cells) A null implementation that adds nothing. |
void | removeSelectionCells(Object[] cells) A null implementation that removes nothing. |
void | setSelectionCells(Object[] cells) A null implementation that selects nothing. |
static JGraph.EmptySelectionModel | sharedInstance() Returns a shared instance of an empty selection model. |
null
implementation that constructs an
EmptySelectionModel.null
implementation that adds nothing.null
implementation that removes nothing.null
implementation that selects nothing.