Package org.apache.jmeter.gui.action
Class UndoCommand
- java.lang.Object
-
- org.apache.jmeter.gui.action.UndoCommand
-
-
Constructor Summary
Constructors Constructor Description UndoCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HashTree
convertAndCloneSubTree(HashTree tree)
wrapper to use package-visible method and clone tree for savingvoid
doAction(ActionEvent e)
Set<String>
getActionNames()
-
-
-
Method Detail
-
doAction
public void doAction(ActionEvent e) throws IllegalUserActionException
- Specified by:
doAction
in interfaceCommand
- Throws:
IllegalUserActionException
-
getActionNames
public Set<String> getActionNames()
- Specified by:
getActionNames
in interfaceCommand
- Returns:
- Set of all action names
-
-