public class TestCaseTreeNode.TestStepsTreeNode extends AbstractTreeNode<WsdlTestStepsModelItem>
| Modifier | Constructor and Description | 
|---|---|
| protected  | TestStepsTreeNode() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | getActions() | 
| int | getChildCount() | 
| SoapUITreeNode | getChildNode(int index) | 
| int | getIndexOfChild(Object child) | 
| SoapUITreeNode | getParentTreeNode() | 
| void | release() | 
| void | testStepInserted(TestStep testStep,
                int index) | 
| void | testStepMoved(TestStep testStep,
             int fromIndex,
             int offset) | 
| void | testStepRemoved(TestStep testStep,
               int index) | 
children, getAllowsChildren, getChildAt, getIndex, getModelItem, getParent, getPopup, isLeaf, reorder, toString, valueChangedpublic int getChildCount()
public int getIndexOfChild(Object child)
public SoapUITreeNode getChildNode(int index)
public SoapUITreeNode getParentTreeNode()
public void testStepInserted(TestStep testStep, int index)
public void testStepRemoved(TestStep testStep, int index)
public void testStepMoved(TestStep testStep, int fromIndex, int offset)
public ActionList getActions()
getActions in interface SoapUITreeNodegetActions in class AbstractTreeNode<WsdlTestStepsModelItem>public void release()
Copyright © 2019. All Rights Reserved.