|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeNode | |
---|---|
com.sri.common.taglib | This package contains tags that are often used inside EMO or other SRI classes.. |
com.sri.emo.controller | This package contains controller classes for the modelling program. |
Uses of TreeNode in com.sri.common.taglib |
---|
Classes in com.sri.common.taglib that implement TreeNode | |
---|---|
class |
DefaultTreeNode
Default implementation of the tree node. |
Fields in com.sri.common.taglib declared as TreeNode | |
---|---|
static TreeNode[] |
TreeNode.NO_CHILDREN
If there are no children then getNested() returns NO_CHILDREN which is a Special Case of no children nodes. |
Methods in com.sri.common.taglib that return TreeNode | |
---|---|
TreeNode[] |
TreeNode.getNested()
Retrieve all children (may be an empty array) if no children. |
TreeNode[] |
DefaultTreeNode.getNested()
Retrieve all children (may be an empty array) if no children. |
TreeNode |
DefaultTreeNode.getParent()
Retrieve the parent to allow bi-direction navigation through the tree. |
Methods in com.sri.common.taglib with parameters of type TreeNode | |
---|---|
void |
DefaultTreeNode.addNested(TreeNode node)
Adds a nested tree node to this node. |
Uses of TreeNode in com.sri.emo.controller |
---|
Methods in com.sri.emo.controller that return TreeNode | |
---|---|
TreeNode |
TreeViewFactory.buildTree()
Builds a Tree for the Tree node. |
TreeNode |
TreeViewVisitor.getTree()
Retrieve the tree that is suitable for viewing.that has been built. |
TreeNode |
TreeViewVisitor.traverseModelTree(Model modelToTraverse)
Traverse the model tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |