Home >> All >> javax >> swing >> [ tree Javadoc ] |
javax.swing.tree: Javadoc index of package javax.swing.tree.
Package Samples:
javax.swing.tree
Classes:
FixedHeightLayoutCache: The fixed height tree layout. This class assumes that all cells in the tree have the same fixed height. This may be not the case, for instance, if leaves and branches have different height, of if the tree rows may have arbitrary variable height. This class will also work if the NodeDimensions are not set.
DefaultTreeSelectionModel: The implementation of the default tree selection model. The installed listeners are notified about the path and not the row changes. If you specifically need to track the row changes, register the listener for the expansion events.
TreePath: A TreePath represents a sequence of tree elements that form a path starting from the root of a tree. A tree element can be represented by any java.lang.Object .
TreeCellRenderer: A TreeCellRenderer is used by the javax.swing.JTree component to paint individual tree elements (nodes).
TreeCellEditor: A TreeCellEditor is used by the javax.swing.JTree component to edit individual tree elements (nodes).
DefaultMutableTreeNode: A default implementation of the MutableTreeNode interface.
VariableHeightLayoutCache: The fixed height tree layout. This class requires the NodeDimensions to be set and ignores the row height property.
DefaultTreeCellEditor: Participates in the tree cell editing.
TreeSelectionModel: TreeSelectionModel public interface
MutableTreeNode: MutableTreeNode public interface
RowMapper: RowMapper public interface
TreeModel: TreeModel public interface
AbstractLayoutCache: class AbstractLayoutCache
DefaultTreeCellRenderer: DefaultTreeCellRenderer
ExpandVetoException: ExpandVetoException
DefaultTreeModel: DefaultTreeModel
TreeNode: A tree node.
Home | Contact Us | Privacy Policy | Terms of Service |