public class TestSuiteTreeNode extends AbstractModelItemTreeNode<TestSuite>
AbstractModelItemTreeNode.ReorderPropertyChangeListener
Constructor and Description |
---|
TestSuiteTreeNode(TestSuite testSuite,
SoapUITreeModel treeModel) |
Modifier and Type | Method and Description |
---|---|
int |
getChildCount() |
SoapUITreeNode |
getChildNode(int index) |
int |
getIndexOfChild(Object child) |
TestSuite |
getTestSuite() |
void |
release() |
children, getActions, getAllowsChildren, getChildAt, getIndex, getModelItem, getParent, getParentTreeNode, getPopup, getTreeModel, initOrdering, isLeaf, propertyChange, reorder, sortModelItems, toString, valueChanged
public TestSuiteTreeNode(TestSuite testSuite, SoapUITreeModel treeModel)
public void release()
release
in interface SoapUITreeNode
release
in class AbstractModelItemTreeNode<TestSuite>
public int getChildCount()
getChildCount
in interface SoapUITreeNode
getChildCount
in interface TreeNode
getChildCount
in class AbstractModelItemTreeNode<TestSuite>
public SoapUITreeNode getChildNode(int index)
getChildNode
in interface SoapUITreeNode
getChildNode
in class AbstractModelItemTreeNode<TestSuite>
public int getIndexOfChild(Object child)
getIndexOfChild
in interface SoapUITreeNode
getIndexOfChild
in class AbstractModelItemTreeNode<TestSuite>
public TestSuite getTestSuite()
Copyright © 2019. All Rights Reserved.