|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
DefaultTreeModel.TreeNode | |
Tree.ActionHandler | |
TreeModel | Data model for the Tree widget, inspired by Swing's TreeModel , with
the difference that child nodes are accessed through keys rather than indices. |
TreeModelDefinition | Creates TreeModel s. |
TreeModelListener | Listener of changes to a TreeModel . |
TreeSelectionListener | Listener for changes in a Tree 's selection. |
Class Summary | |
---|---|
DefaultTreeModel | A default tree model, implemented with DefaultTreeModel.TreeNode s. |
DefaultTreeModel.DefaultTreeNode | |
DefaultTreeModel.Sample | The classical Swing sample tree model, that can be used for demonstration purposes. |
JavaTreeModelDefinition | A TreeModelDefinition based on an Java class
implementing TreeModel . |
SourceTreeModel | A TreeModel that builds a hierarchy of TraversableSource s. |
SourceTreeModelDefinition | Definition for SourceTreeModel |
Tree | A tree widget, heavily inspired by Swing's JTree . |
TreeDefinition | Definition of a Tree widget. |
TreeModelEvent | Event indicating a change on a TreeModel . |
TreeModelHelper | A helper class to ease the implementation of TreeModel s |
TreePath | A path in a TreeModel . |
TreeSelectionEvent | An event fired when the selection of a Tree changes. |
TreeWalker | A helper to crawl a tree and quickly access important node-related information. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |