Class AboutCommand

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

@AutoService(Command.class) public class AboutCommand extends AbstractAction
About Command. It may be extended in the future to add a list of installed protocols, config options, etc.
  • Constructor Details

    • AboutCommand

      public AboutCommand()
  • Method Details

    • doAction

      public void doAction(ActionEvent e)
      Handle the "about" action by displaying the "About Apache JMeter..." dialog box. The Dialog Box is NOT modal, because those should be avoided if at all possible.
      Specified by:
      doAction in interface Command
      Overrides:
      doAction in class AbstractAction
      See Also:
    • getActionNames

      public Set<String> getActionNames()
      Provide the list of Action names that are available in this command.