org.apache.jmeter.gui.action
Class CheckDirty
- ActionListener, Command, HashTreeTraverser
Check if the TestPlan has been changed since it was last saved
void | actionPerformed(ActionEvent e)
|
void | addNode(Object node, HashTree subTree) - The tree traverses itself depth-first, calling processNode for each
object it encounters as it goes.
|
void | doAction(ActionEvent e)
|
Set | getActionNames()
|
void | processPath() - Process path is called when a leaf is reached.
|
void | subtractNode() - Indicates traversal has moved up a step, and the visitor should remove
the top node from it's stack structure.
|
CheckDirty
public CheckDirty()
actionPerformed
public void actionPerformed(ActionEvent e)
addNode
public void addNode(Object node,
HashTree subTree)
The tree traverses itself depth-first, calling processNode for each
object it encounters as it goes.
- addNode in interface HashTreeTraverser
processPath
public void processPath()
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.
- processPath in interface HashTreeTraverser
subtractNode
public void subtractNode()
Indicates traversal has moved up a step, and the visitor should remove
the top node from it's stack structure.
- subtractNode in interface HashTreeTraverser
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.