Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.tree.TreeSelectionModel

Packages that use TreeSelectionModel
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
 

Uses of TreeSelectionModel in com.sun.java.swing
 

Classes in com.sun.java.swing that implement TreeSelectionModel
protected static  JTree.EmptySelectionModel
          EmptySelectionModel is a TreeSelectionModel that does not allow anything to be selected.
 

Fields in com.sun.java.swing declared as TreeSelectionModel
protected  TreeSelectionModel JTree.selectionModel
          Models the set of selected nodes in this tree.
 

Methods in com.sun.java.swing that return TreeSelectionModel
 TreeSelectionModel JTree.getSelectionModel()
          Returns the model for selections.
 

Methods in com.sun.java.swing with parameters of type TreeSelectionModel
 void JTree.setSelectionModel(TreeSelectionModel selectionModel)
          Sets the tree's selection model.
 

Uses of TreeSelectionModel in com.sun.java.swing.tree
 

Classes in com.sun.java.swing.tree that implement TreeSelectionModel
  DefaultTreeSelectionModel
          Implementation of TreeSelectionModel.
 

Fields in com.sun.java.swing.tree declared as TreeSelectionModel
protected  TreeSelectionModel AbstractLayoutCache.treeSelectionModel
          Selection model.
 

Methods in com.sun.java.swing.tree that return TreeSelectionModel
 TreeSelectionModel AbstractLayoutCache.getSelectionModel()
          Returns the model used to maintain the selection.
 

Methods in com.sun.java.swing.tree with parameters of type TreeSelectionModel
 void AbstractLayoutCache.setSelectionModel(TreeSelectionModel newLSM)
          Sets the TreeSelectionModel used to manage the selection to new LSM.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.