java.lang.Comparablepublic class NavigationNode
extends javax.swing.tree.DefaultMutableTreeNode
implements java.lang.Comparable
| Constructor | Description |
|---|---|
NavigationNode(java.lang.String path,
NavigationTree tree) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
action() |
|
int |
compareTo(java.lang.Object o) |
|
void |
evaluateTreePath() |
|
java.lang.String |
getBranch() |
|
java.lang.String |
getName() |
|
NavigationNode |
getNextNode() |
|
java.lang.String |
getOutcome() |
|
NavigationNode |
getPreviousNode() |
|
java.lang.String |
getTitle() |
|
org.apache.myfaces.tobago.model.TreePath |
getTreePath() |
|
java.lang.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(java.lang.String path,
NavigationTree tree)
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic java.lang.String action()
public void evaluateTreePath()
public NavigationNode getNextNode()
getNextNode in class javax.swing.tree.DefaultMutableTreeNodepublic NavigationNode getPreviousNode()
getPreviousNode in class javax.swing.tree.DefaultMutableTreeNodepublic java.lang.String getName()
public java.lang.String getBranch()
public java.lang.String getTitle()
public java.lang.String getOutcome()
public org.apache.myfaces.tobago.model.TreePath getTreePath()
public java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNodeCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.