Class UndoCommand

  • All Implemented Interfaces:
    org.apache.jmeter.gui.action.Command

    @AutoService(value = Command.class) 
    public class UndoCommand
    extends AbstractAction
                        

    Menu command to serve Undo/Redo

    Since:

    2.12

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      UndoCommand()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void doAction(ActionEvent e)
      Set<String> getActionNames()
      static HashTree convertAndCloneSubTree(HashTree tree) wrapper to use package-visible method and clone tree for saving
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UndoCommand

        UndoCommand()
    • Method Detail

      • convertAndCloneSubTree

         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