org.apache.jmeter.gui.action
Class UndoCommand
java.lang.Object
org.apache.jmeter.gui.action.UndoCommand
- All Implemented Interfaces:
- Command
public class UndoCommand
- extends Object
- implements Command
Menu command to serve Undo/Redo
- Since:
- 2.12
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UndoCommand
public UndoCommand()
doAction
public void doAction(ActionEvent e)
throws IllegalUserActionException
- Specified by:
doAction
in interface Command
- Throws:
IllegalUserActionException
getActionNames
public Set<String> getActionNames()
- Specified by:
getActionNames
in interface Command
- Returns:
- Set of all action names
convertAndCloneSubTree
public static HashTree convertAndCloneSubTree(HashTree tree)
- wrapper to use package-visible method
and clone tree for saving
- Parameters:
tree
- to be converted and cloned
- Returns:
- converted and cloned tree
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.