Package org.apache.jmeter.gui.action
Class AboutCommand
java.lang.Object
org.apache.jmeter.gui.action.AboutCommand
- All Implemented Interfaces:
Command
About Command. It may be extended in the future to add a list of installed
protocols, config options, etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handle the "about" action by displaying the "About Apache JMeter..."Provide the list of Action names that are available in this command.
-
Constructor Details
-
AboutCommand
public AboutCommand()
-
-
Method Details
-
doAction
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. -
getActionNames
Provide the list of Action names that are available in this command.- Specified by:
getActionNames
in interfaceCommand
-