public class SecurityTreeRootNode extends DefaultMutableTreeNode implements PropertyChangeListener
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description | 
|---|
| SecurityTreeRootNode(SecurityTest securityTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(TestStep testStep) | 
| SecurityTest | getSecurityTest() | 
| void | propertyChange(PropertyChangeEvent evt) | 
| void | release() | 
| 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, setUserObjectpublic SecurityTreeRootNode(SecurityTest securityTest)
public String toString()
toString in class DefaultMutableTreeNodepublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic SecurityTest getSecurityTest()
public void add(TestStep testStep)
public void release()
Copyright © 2019. All Rights Reserved.