Class CollapseExpandTreeBranch

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

@AutoService(Command.class) public class CollapseExpandTreeBranch extends AbstractAction
Processes the collapse and expand of a tree branch
  • Constructor Details

    • CollapseExpandTreeBranch

      public CollapseExpandTreeBranch()
      Constructor
  • Method Details

    • getActionNames

      public Set<String> getActionNames()
      Gets the ActionNames attribute of the CollapseExpandTreeBranch object.
      Returns:
      the ActionNames value
    • doAction

      public void doAction(ActionEvent e)
      This method performs the actual command processing.
      Specified by:
      doAction in interface Command
      Overrides:
      doAction in class AbstractAction
      Parameters:
      e - the generic UI action event
      See Also: