| java.lang.Object org.apache.jmeter.report.gui.action.AbstractAction org.apache.jmeter.report.gui.action.ReportCheckDirty
SUB_TREE_LOADED | final public static String SUB_TREE_LOADED(Code) | | |
SUB_TREE_SAVED | final public static String SUB_TREE_SAVED(Code) | | |
checkMode | boolean checkMode(Code) | | |
removeMode | boolean removeMode(Code) | | |
ReportCheckDirty | public ReportCheckDirty()(Code) | | |
addNode | public void addNode(Object node, HashTree subTree)(Code) | | The tree traverses itself depth-first, calling processNode for each
object it encounters as it goes.
|
processPath | public void processPath()(Code) | | Process path is called when a leaf is reached. If a visitor wishes to
generate Lists of path elements to each leaf, it should keep a Stack data
structure of nodes passed to it with addNode, and removing top items for
every subtractNode() call.
|
subtractNode | public void subtractNode()(Code) | | Indicates traversal has moved up a step, and the visitor should remove
the top node from it's stack structure.
|
|
|