public class NavigationNode extends DefaultMutableTreeNode implements Comparable
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
NavigationNode(String path,
NavigationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
int |
compareTo(Object o) |
void |
evaluateTreePath() |
String |
getBranch() |
String |
getName() |
NavigationNode |
getNextNode() |
String |
getOutcome() |
NavigationNode |
getPreviousNode() |
String |
getTitle() |
TreePath |
getTreePath() |
String |
toString() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic NavigationNode(String path, NavigationTree tree)
public int compareTo(Object o)
compareTo in interface Comparablepublic String action()
public void evaluateTreePath()
public NavigationNode getNextNode()
getNextNode in class DefaultMutableTreeNodepublic NavigationNode getPreviousNode()
getPreviousNode in class DefaultMutableTreeNodepublic String getName()
public String getBranch()
public String getTitle()
public String getOutcome()
public TreePath getTreePath()
public String toString()
toString in class DefaultMutableTreeNodeCopyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.