Package org.apache.jmeter.gui.action
Class AboutCommand
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handle the "about" action by displaying the "About Apache JMeter..." dialog box.Provide the list of Action names that are available in this command.Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
-
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.- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- See Also:
-
getActionNames
Provide the list of Action names that are available in this command.
-