public class SecurityTestsTreeNode extends AbstractModelItemTreeNode
Virtual container node for security tests nodes.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
SECURITY_TESTS_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() |
|
boolean |
performHoverAction(int actionIdx, int x, int y) |
|
void |
release() |
|
void |
securityTestInserted(SecurityTest securityTest) |
|
void |
securityTestRemoved(SecurityTest securityTest) |