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

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

public class TestSuiteTreeNode
extends AbstractModelItemTreeNode<TestSuite>

SoapUITreeNode for TestSuite implementations

Author:
Ole.Matzura

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
AbstractModelItemTreeNode.ReorderPropertyChangeListener
 
Constructor Summary
TestSuiteTreeNode(TestSuite testSuite, SoapUITreeModel treeModel)
           
 
Method Summary
 TestSuite getTestSuite()
           
 void release()
           
 
Methods inherited from class com.eviware.soapui.model.tree.AbstractModelItemTreeNode
getChildCount, getChildNode, getIndexOfChild, getModelItem, getOverviewPanel, getParentTreeNode, getPopup, getTreeModel, initOrdering, initPopup, 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

TestSuiteTreeNode

public TestSuiteTreeNode(TestSuite testSuite,
                         SoapUITreeModel treeModel)
Method Detail

release

public void release()
Specified by:
release in interface SoapUITreeNode
Overrides:
release in class AbstractModelItemTreeNode<TestSuite>

getTestSuite

public TestSuite getTestSuite()


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