Class AboutCommand

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

    @AutoService(value = 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AboutCommand()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void doAction(ActionEvent e) Handle the "about" action by displaying the "About Apache JMeter..." dialog box.
      Set<String> getActionNames() Provide the list of Action names that are available in this command.
      • Methods inherited from class java.lang.Object

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

      • AboutCommand

        AboutCommand()
    • Method Detail

      • doAction

         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.