Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.java.swing.tree.DefaultTreeSelectionModel | +--com.sun.java.swing.JTree.EmptySelectionModel
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 Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
Field Summary | |
static JTree.EmptySelectionModel | sharedInstance
Unique shared instance. |
Fields inherited from class com.sun.java.swing.tree.DefaultTreeSelectionModel | |
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, SELECTION_MODE_PROPERTY, selection, selectionMode |
Method Summary | |
void | addSelectionPaths(TreePath[] paths)
A null implementation that adds nothing |
void | removeSelectionPaths(TreePath[] paths)
A null implementation that removes nothing |
void | setSelectionPaths(TreePath[] pPaths)
A null implementation that selects nothing |
static JTree.EmptySelectionModel | sharedInstance()
Returns a shared instance of an empty selection model |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Field Detail |
protected static final JTree.EmptySelectionModel sharedInstance
Method Detail |
public static JTree.EmptySelectionModel sharedInstance()
public void setSelectionPaths(TreePath[] pPaths)
public void addSelectionPaths(TreePath[] paths)
public void removeSelectionPaths(TreePath[] paths)
Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |