public class TestCaseTreeNode.LoadTestsTreeNode extends AbstractTreeNode<WsdlLoadTestsModelItem>
Modifier | Constructor and Description |
---|---|
protected |
LoadTestsTreeNode() |
Modifier and Type | Method and Description |
---|---|
ActionList |
getActions() |
int |
getChildCount() |
SoapUITreeNode |
getChildNode(int index) |
int |
getIndexOfChild(Object child) |
SoapUITreeNode |
getParentTreeNode() |
void |
loadTestInserted(LoadTest loadTest) |
void |
loadTestRemoved(LoadTest loadTest) |
void |
release() |
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 loadTestInserted(LoadTest loadTest)
public void loadTestRemoved(LoadTest loadTest)
public void release()
public ActionList getActions()
getActions
in interface SoapUITreeNode
getActions
in class AbstractTreeNode<WsdlLoadTestsModelItem>
Copyright © 2019. All Rights Reserved.