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 SummaryConstructors
- 
Method SummaryModifier 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.Methods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
AboutCommandpublic AboutCommand()
 
- 
- 
Method Details- 
doActionHandle 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:
- doActionin interface- Command
- Overrides:
- doActionin class- AbstractAction
- See Also:
 
- 
getActionNamesProvide the list of Action names that are available in this command.
 
-