public class EnvNode extends DefaultMutableTreeNode implements TaskTreeNode
| Modifier and Type | Field and Description |
|---|---|
private ProofEnvironment |
env |
private static long |
serialVersionUID |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObjectNO_CHILDREN| Constructor and Description |
|---|
EnvNode(ProofEnvironment e) |
| Modifier and Type | Method and Description |
|---|---|
Proof[] |
allProofs() |
void |
decoupleFromEnv() |
TaskTreeNode[] |
getChildren() |
ProofEnvironment |
getProofEnv() |
ProofStatus |
getStatus() |
void |
insertNode(TaskTreeModel model,
MutableTreeNode parentNode) |
Proof |
proof() |
String |
shortDescr() |
String |
toString() |
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, setUserObjectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPathinsert, remove, remove, removeFromParent, setParent, setUserObjectchildren, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeafprivate static final long serialVersionUID
private ProofEnvironment env
public EnvNode(ProofEnvironment e)
public String shortDescr()
shortDescr in interface TaskTreeNodepublic String toString()
toString in class DefaultMutableTreeNodepublic ProofEnvironment getProofEnv()
getProofEnv in interface TaskTreeNodepublic Proof proof()
proof in interface TaskTreeNodepublic Proof[] allProofs()
allProofs in interface TaskTreeNodepublic void insertNode(TaskTreeModel model, MutableTreeNode parentNode)
insertNode in interface TaskTreeNodepublic ProofStatus getStatus()
getStatus in interface TaskTreeNodepublic void decoupleFromEnv()
decoupleFromEnv in interface TaskTreeNodepublic TaskTreeNode[] getChildren()
getChildren in interface TaskTreeNode