Package org.apache.jmeter.gui.action
Class UndoCommand
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.UndoCommand
- All Implemented Interfaces:
 Command
Menu command to serve Undo/Redo
- Since:
 - 2.12
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic HashTreewrapper to use package-visible method and clone tree for savingvoidMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
UndoCommand
public UndoCommand() 
 - 
 - 
Method Details
- 
doAction
- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- Throws:
 IllegalUserActionException- See Also:
 
 - 
getActionNames
- Returns:
 - Set of all action names
 
 - 
convertAndCloneSubTree
wrapper to use package-visible method and clone tree for saving- Parameters:
 tree- to be converted and cloned- Returns:
 - converted and cloned tree
 
 
 -