public class EditorInterpreterTreeModel.InterpreterTreeNode extends AWTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected org.antlr.runtime.tree.Tree |
tree |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
EditorInterpreterTreeModel.InterpreterTreeNode(TreeNode parent,
org.antlr.runtime.tree.Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
children() |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
Color |
getColor() |
int |
getIndex(TreeNode node) |
String |
getInfoString() |
TreeNode |
getParent() |
Object |
getPayload() |
boolean |
isLeaf() |
String |
toString() |
add, breadthFirstEnumeration, clone, depthFirstEnumeration, getChildAfter, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic EditorInterpreterTreeModel.InterpreterTreeNode(TreeNode parent, org.antlr.runtime.tree.Tree tree)
public TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodegetChildAt in class DefaultMutableTreeNodepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class DefaultMutableTreeNodepublic TreeNode getParent()
getParent in interface TreeNodegetParent in class DefaultMutableTreeNodepublic int getIndex(TreeNode node)
getIndex in interface TreeNodegetIndex in class DefaultMutableTreeNodepublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodegetAllowsChildren in class DefaultMutableTreeNodepublic boolean isLeaf()
isLeaf in interface TreeNodeisLeaf in class DefaultMutableTreeNodepublic Enumeration children()
children in interface TreeNodechildren in class DefaultMutableTreeNodepublic Object getPayload()
public Color getColor()
getColor in class AWTreeNodepublic String getInfoString()
getInfoString in class AWTreeNodepublic String toString()
toString in class DefaultMutableTreeNodeCopyright © 2013. All rights reserved.