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
-
Method Summary
Modifier and TypeMethodDescriptionstatic HashTree
wrapper to use package-visible method and clone tree for savingvoid
Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
-
Constructor Details
-
UndoCommand
public UndoCommand()
-
-
Method Details
-
doAction
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in 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
-