|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.tree.DefaultTreeSelectionModel echopoint.tree.EmptyTreeSelectionModel
This tree selection model does not allow any selection to occur.
Field Summary | |
protected static EmptyTreeSelectionModel |
sharedInstance
Unique shared instance. |
Fields inherited from class echopoint.tree.DefaultTreeSelectionModel |
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionMode |
Fields inherited from interface echopoint.tree.TreeSelectionModel |
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION |
Constructor Summary | |
EmptyTreeSelectionModel()
EmptyTreeSelectionModel constructor comment. |
Method Summary | |
void |
addSelectionPaths(TreePath[] paths)
A null implementation that adds nothing |
static EmptyTreeSelectionModel |
getInstance()
Returns a shared instance of an empty selection model |
void |
removeSelectionPaths(TreePath[] paths)
A null implementation that removes nothing |
void |
setSelectionPaths(TreePath[] pPaths)
A null implementation that selects nothing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final EmptyTreeSelectionModel sharedInstance
Constructor Detail |
public EmptyTreeSelectionModel()
Method Detail |
public void addSelectionPaths(TreePath[] paths)
addSelectionPaths
in interface TreeSelectionModel
addSelectionPaths
in class DefaultTreeSelectionModel
paths
- the new paths to add to the current selection.public static EmptyTreeSelectionModel getInstance()
public void removeSelectionPaths(TreePath[] paths)
removeSelectionPaths
in interface TreeSelectionModel
removeSelectionPaths
in class DefaultTreeSelectionModel
paths
- the paths to remove from the selection.public void setSelectionPaths(TreePath[] pPaths)
setSelectionPaths
in interface TreeSelectionModel
setSelectionPaths
in class DefaultTreeSelectionModel
pPaths
- new selection.
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |