public class FunctionalTreeNode extends AbstractModelItemTreeNode
Virtual container node for test suites nodes.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
FUNCTIONAL_TREE_NODE_ACTIONS_GROUP_NAME |
Type Params | Return Type | Name and description |
---|---|---|
|
ActionList |
getActions() |
|
int |
getChildCount() |
|
SoapUITreeNode |
getChildNode(int index) |
|
int |
getIndexOfChild(java.lang.Object child) |
|
int |
getNodeHoverActionCount() |
|
NavigatorActionDescription |
getNodeHoverActionDescription(int actionIdx) |
|
SoapUITreeNode |
getParentTreeNode() |
|
WsdlProject |
getProject() |
|
boolean |
performHoverAction(int actionIdx, int x, int y) |
|
void |
release() |
|
void |
testSuiteAdded(TestSuite testSuite) |
|
void |
testSuiteRemoved(TestSuite testSuite) |