Class AboutCommand
java.lang.Object
org.apache.jmeter.gui.action.AboutCommand
- All Implemented Interfaces:
Command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidHandle the "about" action by displaying the "About Apache JMeter..." dialog box.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:
getActionNamesin interfaceCommand
-