com.eviware.soapui.model.tree.nodes
Class TestStepTreeNode

java.lang.Object
  extended by com.eviware.soapui.model.tree.AbstractModelItemTreeNode<TestStep>
      extended by com.eviware.soapui.model.tree.nodes.TestStepTreeNode
All Implemented Interfaces:
SoapUITreeNode, java.beans.PropertyChangeListener, java.util.EventListener

public class TestStepTreeNode
extends AbstractModelItemTreeNode<TestStep>

SoapUITreeNode for TestStep implementations

Author:
Ole.Matzura

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
AbstractModelItemTreeNode.ReorderPropertyChangeListener
 
Constructor Summary
TestStepTreeNode(TestStep testStep, ModelItem parent, SoapUITreeModel treeModel)
           
 
Method Summary
 
Methods inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
getActions, getChildCount, getChildNode, getIndexOfChild, getModelItem, getOverviewPanel, getParentTreeNode, getPopup, getTreeModel, initOrdering, isLeaf, propertyChange, release, reorder, sortModelItems, toString, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestStepTreeNode

public TestStepTreeNode(TestStep testStep,
                        ModelItem parent,
                        SoapUITreeModel treeModel)


Copyright © 2005-2007 eviware.com. All Rights Reserved.