public class MockServicesTreeNode extends AbstractModelItemTreeNode
Virtual container node for ServiceV nodes.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
MOCK_SERVICES_TREE_NODE_ACTIONS |
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() |
|
void |
mockServiceAdded(GenericMockService mockService) |
|
void |
mockServiceRemoved(GenericMockService mockService) |
|
boolean |
performHoverAction(int actionIdx, int x, int y) |
|
void |
release() |