JSR-209 (Final Release)

Uses of Package
javax.swing.tree

Packages that use javax.swing.tree
javax.microedition.plaf AGUI provides a Pluggable Look and Feel architecture, similar to that which is defined in Java SE (from which AGUI is subset). 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.event Provides for events fired by Swing components. 
javax.swing.tree Provides classes and interfaces for dealing with javax.swing.JTree
 

Classes in javax.swing.tree used by javax.microedition.plaf
TreePath
          Represents a path to a node.
 

Classes in javax.swing.tree used by javax.swing
DefaultMutableTreeNode
          A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
DefaultTreeSelectionModel
          Default implementation of TreeSelectionModel.
ExpandVetoException
          Exception used to stop and expand/collapse from happening.
MutableTreeNode
          Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
TreeCellRenderer
          Defines the requirements for an object that displays a tree node.
TreeModel
          The interface that defines a suitable data model for a JTree.
TreeNode
          Defines the requirements for an object that can be used as a tree node in a JTree.
TreePath
          Represents a path to a node.
TreeSelectionModel
          This interface represents the current state of the selection for the tree component.
 

Classes in javax.swing.tree used by javax.swing.event
ExpandVetoException
          Exception used to stop and expand/collapse from happening.
TreePath
          Represents a path to a node.
 

Classes in javax.swing.tree used by javax.swing.tree
DefaultMutableTreeNode
          A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
MutableTreeNode
          Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
RowMapper
          Defines the requirements for an object that translates paths in the tree into display rows.
TreeModel
          The interface that defines a suitable data model for a JTree.
TreeNode
          Defines the requirements for an object that can be used as a tree node in a JTree.
TreePath
          Represents a path to a node.
TreeSelectionModel
          This interface represents the current state of the selection for the tree component.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.