Package org.apache.jmeter.gui.action
Class AboutCommand
- java.lang.Object
-
- org.apache.jmeter.gui.action.AboutCommand
-
-
Constructor Summary
Constructors Constructor Description AboutCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
Handle the "about" action by displaying the "About Apache JMeter..."Set<String>
getActionNames()
Provide the list of Action names that are available in this command.
-
-
-
Method Detail
-
doAction
public 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.
-
getActionNames
public Set<String> getActionNames()
Provide the list of Action names that are available in this command.- Specified by:
getActionNames
in interfaceCommand
-
-