com.eviware.soapui.model.tree.nodes
Class TestCaseTreeNode.TestStepsTreeNode

java.lang.Object
  extended by com.eviware.soapui.model.tree.AbstractTreeNode
      extended by com.eviware.soapui.model.tree.nodes.TestCaseTreeNode.TestStepsTreeNode
All Implemented Interfaces:
SoapUITreeNode
Enclosing class:
TestCaseTreeNode

public class TestCaseTreeNode.TestStepsTreeNode
extends AbstractTreeNode


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.model.tree.AbstractTreeNode
AbstractTreeNode.DummyModelItem
 
Constructor Summary
protected TestCaseTreeNode.TestStepsTreeNode()
           
 
Method Summary
 int getChildCount()
           
 SoapUITreeNode getChildNode(int index)
           
 int getIndexOfChild(java.lang.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)
           
 void updateLabel()
           
 
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
 

Constructor Detail

TestCaseTreeNode.TestStepsTreeNode

protected TestCaseTreeNode.TestStepsTreeNode()
Method Detail

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.