|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.swing.tree | |
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.plaf.basic | Provides user interface objects built according to the Basic look and feel. |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
javax.swing.text.html | Provides the class HTMLEditorKit and supporting classes
for creating HTML text editors. |
javax.swing.tree | Provides classes and interfaces for dealing with
javax.swing.JTree . |
Classes in javax.swing.tree used by javax.swingDefaultMutableTreeNode
|
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. TreeCellEditor
|
Adds to CellEditor the extensions necessary to configure an editor in a tree. TreeNode
|
Defines the requirements for an object that can be used as a tree node in a JTree. TreeSelectionModel
|
This interface represents the current state of the selection for the tree component. |
Classes in javax.swing.tree used by javax.swing.eventExpandVetoException
|
Exception used to stop and expand/collapse from happening. |
Classes in javax.swing.tree used by javax.swing.plaf.basicAbstractLayoutCache.NodeDimensions
|
Used by AbstractLayoutCache to determine the size
and x origin of a particular node. |
Classes in javax.swing.tree used by javax.swing.textTreeNode
|
Defines the requirements for an object that can be used as a tree node in a JTree. |
Classes in javax.swing.tree used by javax.swing.text.htmlTreeNode
|
Defines the requirements for an object that can be used as a tree node in a JTree. |
Classes in javax.swing.tree used by javax.swing.treeAbstractLayoutCache
|
Warning: Serialized objects of this class will not be compatible with future Swing releases. 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. TreeCellEditor
|
Adds to CellEditor the extensions necessary to configure an editor in a tree. 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. TreeSelectionModel
|
This interface represents the current state of the selection for the tree component. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.