|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.tree.DefaultTreeSelectionModel
echopoint.tree.EmptyTreeSelectionModel
public class 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 TreeSelectionModeladdSelectionPaths in class DefaultTreeSelectionModelpaths - the new paths to add to the current selection.public static EmptyTreeSelectionModel getInstance()
public void removeSelectionPaths(TreePath[] paths)
removeSelectionPaths in interface TreeSelectionModelremoveSelectionPaths in class DefaultTreeSelectionModelpaths - the paths to remove from the selection.public void setSelectionPaths(TreePath[] pPaths)
setSelectionPaths in interface TreeSelectionModelsetSelectionPaths in class DefaultTreeSelectionModelpPaths - new selection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||