org.apache.jmeter.gui.action
Class AboutCommand
- Command
public class AboutCommand
About Command. It may be extended in the future to add a list of installed
protocols, config options, etc.
void | doAction(ActionEvent e) - Handle the "about" action by displaying the "About Apache JMeter..."
dialog box.
|
Set | getActionNames() - Provide the list of Action names that are available in this command.
|
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.
- doAction in interface Command
getActionNames
public Set getActionNames()
Provide the list of Action names that are available in this command.
- getActionNames in interface Command
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.