Java Platform 1.2
Beta 4

Package com.sun.java.swing.tree

Interface Summary
MutableTreeNode  
RowMapper  
TreeCellEditor Adds to CellEditor the extensions necessary to configure an editor in a tree.
TreeCellRenderer  
TreeModel The interface that defines a suitable data model for a JTree.
TreeNode  
TreeSelectionModel This interface represents the current state of the selection for the tree component.
 

Class Summary
AbstractLayoutCache Warning: serialized objects of this class will not be compatible with future swing releases.
AbstractLayoutCache.NodeDimensions Used by AbstractLayoutCache to determing the size and x origin of a particular node.
DefaultMutableTreeNode A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
DefaultTreeCellEditor A TreeCellEditor.
DefaultTreeCellRenderer Displays an entry in a tree.
DefaultTreeModel A simple tree data model that uses TreeNodes.
DefaultTreeSelectionModel Implementation of TreeSelectionModel.
FixedHeightLayoutCache NOTE: This will become more open in a future release.
TreePath Represents a path to a node.
VariableHeightLayoutCache NOTE: This will become more open in a future release.
 

Exception Summary
ExpandVetoException Exception used to stop and expand/collapse from happening.
 

Package com.sun.java.swing.tree Description

Provides classes and interfaces for dealing with java.awt.swing.JTree. You use these classes and interfaces if you want control over how trees are constructed, updated, and rendered, as well as how data associated with the tree nodes are viewed and managed.


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.