public class SecurityScanTree extends DefaultTreeModel
asksAllowsChildren, listenerList, root
Constructor and Description |
---|
SecurityScanTree(SecurityTest securityTest,
SecurityTreeRootNode treeNode) |
Modifier and Type | Method and Description |
---|---|
void |
addSecurityScanNode(JTree tree,
SecurityScan securityCheck) |
protected SecurityScanNode |
getSecurityScanNode(SecurityScan securityCheck) |
protected TestStepNode |
getTestStepNode(TestStep testStep) |
void |
insertNodeInto(TestStep testStep) |
TreePath |
moveTestStepNode(TestStep testStep,
int index,
int offset)
moves test step
returns new index/row where test step is inserted
|
void |
release() |
void |
removeSecurityScanNode(SecurityScan securityCheck) |
void |
removeTestStep(TestStep testStep) |
addTreeModelListener, asksAllowsChildren, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getChild, getChildCount, getIndexOfChild, getListeners, getPathToRoot, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, isLeaf, nodeChanged, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged
public SecurityScanTree(SecurityTest securityTest, SecurityTreeRootNode treeNode)
public void insertNodeInto(TestStep testStep)
public void removeTestStep(TestStep testStep)
protected TestStepNode getTestStepNode(TestStep testStep)
testStep
- protected SecurityScanNode getSecurityScanNode(SecurityScan securityCheck)
public void addSecurityScanNode(JTree tree, SecurityScan securityCheck)
public void removeSecurityScanNode(SecurityScan securityCheck)
public TreePath moveTestStepNode(TestStep testStep, int index, int offset)
testStep
- index
- offset
- public void release()
Copyright © 2019. All Rights Reserved.