protected abstract static class CodeletTree.RunnableNode extends DefaultMutableTreeNode implements Runnable
DefaultMutableTreeNode
that contains runnable code.allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Modifier | Constructor and Description |
---|---|
protected |
CodeletTree.RunnableNode(String name)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
run()
Runs code associated with this node.
|
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, toString