|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| MutableTreeNode<M> | 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. |
| TreeNode | The design paradigm and class name used within have been taken directly
from the javax.swing package has been retro-fitted to work with the
NextApp Echo web framework. |
| Class Summary | |
|---|---|
| BreadthFirstEnumeration | An enumeration that traverses the subtree rooted at a node in breadth-first order. |
| DefaultMutableTreeNode<M> | A DefaultMutableTreeNode is a general-purpose node in a tree
data structure. |
| DefaultTreeModel | A simple tree model that uses TreeNodes. |
| PathBetweenNodesEnumeration | An enumeration that follows the path from ancestor to the node. |
| PostorderEnumeration | An enumeration that traverses the subtree rooted at a node in postorder. |
| PreorderEnumeration | An enumeration used to traverse the subtree rooted at a node in preorder. |
Default tree model and nodes based on the original EchoPointNG implementation. The implementation attempts to stay true to the implementation in Swing.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||