public class TestCaseTreeNode extends AbstractModelItemTreeNode<TestCase> implements com.eviware.soapui.support.action.NavigatorActionProvider
AbstractModelItemTreeNode.ReorderPropertyChangeListenerNavigatorTreeNodeType.NavigatorNodeTypeADD_NODE_AT_THE_END| Constructor and Description |
|---|
TestCaseTreeNode(TestCase testCase,
SoapUITreeModel treeModel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChildCount() |
SoapUITreeNode |
getChildNode(int index) |
int |
getIndexOfChild(Object child) |
int |
getNodeHoverActionCount() |
com.eviware.soapui.support.action.NavigatorActionDescription |
getNodeHoverActionDescription(int actionIdx) |
NavigatorTreeNodeType.NavigatorNodeType |
getType() |
boolean |
performHoverAction(int actionIdx,
int x,
int y) |
void |
release() |
void |
testStepMoved(TestStep testStep,
int fromIndex,
int offset) |
void |
testStepRemoved(TestStep testStep) |
String |
toString() |
children, getActions, getAllowsChildren, getChildAt, getIndex, getModelItem, getParent, getParentTreeNode, getPopup, getPopup, getTreeModel, initOrdering, isLeaf, isPopupMenuOpened, propertyChange, reorder, showPopupMenu, sortModelItems, valueChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsendAnalyticspublic TestCaseTreeNode(TestCase testCase, SoapUITreeModel treeModel)
public void release()
release in interface SoapUITreeNoderelease in class AbstractModelItemTreeNode<TestCase>public int getChildCount()
getChildCount in interface SoapUITreeNodegetChildCount in interface TreeNodegetChildCount in class AbstractModelItemTreeNode<TestCase>@Nullable public SoapUITreeNode getChildNode(int index)
getChildNode in interface SoapUITreeNodegetChildNode in class AbstractModelItemTreeNode<TestCase>public int getIndexOfChild(Object child)
getIndexOfChild in interface SoapUITreeNodegetIndexOfChild in class AbstractModelItemTreeNode<TestCase>public int getNodeHoverActionCount()
getNodeHoverActionCount in interface com.eviware.soapui.support.action.NavigatorActionProvider@Nullable public com.eviware.soapui.support.action.NavigatorActionDescription getNodeHoverActionDescription(int actionIdx)
getNodeHoverActionDescription in interface com.eviware.soapui.support.action.NavigatorActionProviderpublic NavigatorTreeNodeType.NavigatorNodeType getType()
getType in interface NavigatorTreeNodeTypegetType in class AbstractModelItemTreeNode<TestCase>public boolean performHoverAction(int actionIdx,
int x,
int y)
performHoverAction in interface com.eviware.soapui.support.action.NavigatorActionProviderpublic void testStepMoved(TestStep testStep, int fromIndex, int offset)
public void testStepRemoved(TestStep testStep)
public String toString()
toString in class AbstractModelItemTreeNode<TestCase>Copyright © 2019. All rights reserved.