org.jgraph.JGraph.EmptySelectionModel Class Reference

Inheritance diagram for org.jgraph.JGraph.EmptySelectionModel:

org.jgraph.graph.DefaultGraphSelectionModel org.jgraph.graph.GraphSelectionModel List of all members.

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()

Detailed Description

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.


Constructor & Destructor Documentation

org.jgraph.JGraph.EmptySelectionModel.EmptySelectionModel  ) 
 

A null implementation that constructs an EmptySelectionModel.


Member Function Documentation

void org.jgraph.JGraph.EmptySelectionModel.addSelectionCells Object[]  cells  ) 
 

A null implementation that adds nothing.

Reimplemented from org.jgraph.graph.DefaultGraphSelectionModel.

void org.jgraph.JGraph.EmptySelectionModel.removeSelectionCells Object[]  cells  ) 
 

A null implementation that removes nothing.

Reimplemented from org.jgraph.graph.DefaultGraphSelectionModel.

void org.jgraph.JGraph.EmptySelectionModel.setSelectionCells Object[]  cells  ) 
 

A null implementation that selects nothing.

Reimplemented from org.jgraph.graph.DefaultGraphSelectionModel.

static EmptySelectionModel org.jgraph.JGraph.EmptySelectionModel.sharedInstance  )  [static]
 

Returns a shared instance of an empty selection model.


Member Data Documentation

final EmptySelectionModel org.jgraph.JGraph.EmptySelectionModel.sharedInstance = new EmptySelectionModel() [static, protected]
 

Unique shared instance.


The documentation for this class was generated from the following file:
Generated on Sun May 28 19:13:13 2006 for Digimod by  doxygen 1.4.6-NO