class GUIProofTreeNode extends GUIAbstractTreeNode
| Modifier and Type | Field and Description |
|---|---|
private GUIAbstractTreeNode[] |
children |
| Constructor and Description |
|---|
GUIProofTreeNode(GUIProofTreeModel tree,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
private void |
ensureChildrenArray()
Ensure that the children array is valid.
|
void |
flushCache() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
TreeNode |
getParent() |
boolean |
isLeaf() |
String |
toString() |
children, ensureBranchLabelIsSet, findBranch, findChild, getAllowsChildren, getIndex, getNode, getPath, getProofTreeModelprivate GUIAbstractTreeNode[] children
public GUIProofTreeNode(GUIProofTreeModel tree, Node node)
public TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodegetChildAt in class GUIAbstractTreeNodepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class GUIAbstractTreeNodepublic TreeNode getParent()
getParent in interface TreeNodegetParent in class GUIAbstractTreeNodepublic boolean isLeaf()
isLeaf in interface TreeNodeisLeaf in class GUIAbstractTreeNodeprivate void ensureChildrenArray()
public void flushCache()
flushCache in class GUIAbstractTreeNode