edu.jhu.ece.iacl.jist.pipeline.tree
Class ProcessNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by edu.jhu.ece.iacl.jist.pipeline.tree.ProcessNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class ProcessNode
extends javax.swing.tree.DefaultMutableTreeNode

Node to display in tree.

Author:
Blake Lucas
See Also:
Serialized Form

Nested Class Summary
static class ProcessNode.Hierarchy
          The Enum Hierarchy.
 
Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
ProcessNode()
          Instantiates a new process node.
ProcessNode(ExecutionContext context, ProcessNode.Hierarchy hi)
          Render process node as HTML.
 
Method Summary
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessNode

public ProcessNode()
Instantiates a new process node.


ProcessNode

public ProcessNode(ExecutionContext context,
                   ProcessNode.Hierarchy hi)
Render process node as HTML.

Parameters:
context - the context
hi - the hi