public class TestCaseTreeNode.SecurityTestsTreeNode extends AbstractTreeNode<SecurityTestsModelItem>
Modifier | Constructor and Description |
---|---|
protected |
SecurityTestsTreeNode() |
Modifier and Type | Method and Description |
---|---|
ActionList |
getActions() |
int |
getChildCount() |
SoapUITreeNode |
getChildNode(int index) |
int |
getIndexOfChild(Object child) |
SoapUITreeNode |
getParentTreeNode() |
void |
release() |
void |
securityTestInserted(SecurityTest securityTest) |
void |
securityTestRemoved(SecurityTest securityTest) |
children, getAllowsChildren, getChildAt, getIndex, getModelItem, getParent, getPopup, isLeaf, reorder, toString, valueChanged
public int getChildCount()
public int getIndexOfChild(Object child)
public SoapUITreeNode getChildNode(int index)
public SoapUITreeNode getParentTreeNode()
public void securityTestInserted(SecurityTest securityTest)
public void securityTestRemoved(SecurityTest securityTest)
public void release()
public ActionList getActions()
getActions
in interface SoapUITreeNode
getActions
in class AbstractTreeNode<SecurityTestsModelItem>
Copyright © 2019. All Rights Reserved.