com.eviware.soapui.model.tree.nodes
Class TestCaseTreeNode.TestStepsTreeNode
java.lang.Object
com.eviware.soapui.model.tree.AbstractTreeNode
com.eviware.soapui.model.tree.nodes.TestCaseTreeNode.TestStepsTreeNode
- All Implemented Interfaces:
- SoapUITreeNode
- Enclosing class:
- TestCaseTreeNode
public class TestCaseTreeNode.TestStepsTreeNode
- extends AbstractTreeNode
Methods inherited from class com.eviware.soapui.model.tree.AbstractTreeNode |
addAction, getActions, getDesktopPanel, getModelItem, getOverviewPanel, getPopup, hasContentPanel, isLeaf, reorder, setActions, setLabel, toString, valueChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestCaseTreeNode.TestStepsTreeNode
protected TestCaseTreeNode.TestStepsTreeNode()
updateLabel
public void updateLabel()
getChildCount
public int getChildCount()
getIndexOfChild
public int getIndexOfChild(java.lang.Object child)
getChildNode
public SoapUITreeNode getChildNode(int index)
getParentTreeNode
public SoapUITreeNode getParentTreeNode()
testStepInserted
public void testStepInserted(TestStep testStep,
int index)
testStepRemoved
public void testStepRemoved(TestStep testStep,
int index)
testStepMoved
public void testStepMoved(TestStep testStep,
int fromIndex,
int offset)
release
public void release()
Copyright © 2005-2007 eviware.com. All Rights Reserved.