jsystem.treeui.publisher
Class TestStepNode

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended byjsystem.treeui.publisher.ElementNode
          extended byjsystem.treeui.publisher.TestStepNode
All Implemented Interfaces:
Cloneable, MutableTreeNode, Serializable, TreeNode
Direct Known Subclasses:
TestNode

public class TestStepNode
extends ElementNode

See Also:
Serialized Form

Field Summary
protected  String message
           
 
Fields inherited from class jsystem.treeui.publisher.ElementNode
name, TEST_FAIL, TEST_IGNORE, TEST_PASS, TYPE_PACKAGE, TYPE_ROOT, TYPE_STEP, TYPE_TEST, viewMode
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
TestStepNode(Element element, MutableTreeNode parent, int viewMode)
           
 
Method Summary
 String getMessage()
           
 void setMessage(String message)
           
 
Methods inherited from class jsystem.treeui.publisher.ElementNode
getElement, getName, getStatus, getType, getViewMode, initChildrens, initStatus, recalcStatus, removeElement, setElement, setName, setStatus, setType, setViewMode, toString
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

protected String message
Constructor Detail

TestStepNode

public TestStepNode(Element element,
                    MutableTreeNode parent,
                    int viewMode)
Parameters:
element -
parent -
viewMode -
Method Detail

getMessage

public String getMessage()
Returns:
Returns the message.

setMessage

public void setMessage(String message)
Parameters:
message - The message to set.