Class Remove

java.lang.Object
org.apache.jmeter.gui.action.Remove
All Implemented Interfaces:
Command

public class Remove extends Object implements Command
Implements the Remove menu item.
  • Constructor Details

    • Remove

      public Remove()
      Constructor for the Remove object
  • Method Details

    • getActionNames

      public Set<String> getActionNames()
      Gets the ActionNames attribute of the Remove object.
      Specified by:
      getActionNames in interface Command
      Returns:
      the ActionNames value
    • doAction

      public void doAction(ActionEvent e)
      Specified by:
      doAction in interface Command