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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HashTreewrapper to use package-visible method and clone tree for savingvoidMethods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
UndoCommandpublic UndoCommand()
 
- 
- 
Method Details- 
doAction- Specified by:
- doActionin interface- Command
- Overrides:
- doActionin class- AbstractAction
- Throws:
- IllegalUserActionException
- See Also:
 
- 
getActionNames- Returns:
- Set of all action names
 
- 
convertAndCloneSubTreewrapper to use package-visible method and clone tree for saving- Parameters:
- tree- to be converted and cloned
- Returns:
- converted and cloned tree
 
 
-