public class CommandListMutableTreeNode extends javax.swing.tree.DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected PseudoCommand |
cmd |
| Constructor and Description |
|---|
CommandListMutableTreeNode(PseudoCommand cmd)
Constructs a new
CommandListMutableTreeNode. |
| Modifier and Type | Method and Description |
|---|---|
PseudoCommand |
getCommand()
Returns the command.
|
int |
getIndex()
Returns the index.
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringprotected final transient PseudoCommand cmd
public CommandListMutableTreeNode(PseudoCommand cmd)
CommandListMutableTreeNode.cmd - commandpublic PseudoCommand getCommand()
public int getIndex()