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

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

public class TestStepTreeNode
extends PropertiesTreeNode<TestStep>

SoapUITreeNode for TestStep implementations

Author:
Ole.Matzura

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.model.tree.nodes.PropertiesTreeNode
PropertiesTreeNode.PropertiesModelItem
 
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.nodes.PropertiesTreeNode
createDefaultPropertiesNode, getActions, getChildCount, getChildNode, getIndexOfChild, release
 
Methods inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
getModelItem, getParentTreeNode, getPopup, getTreeModel, initOrdering, isLeaf, propertyChange, 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-2008 eviware.com. All Rights Reserved.