| java.lang.Object org.apache.jmeter.gui.action.AboutCommand
AboutCommand | public class AboutCommand implements Command(Code) | | About Command. It may be extended in the future to add a list of installed
protocols, config options, etc.
author: Berin Loritsch version: CVS $Revision: 493779 $ $Date: 2007-01-07 17:46:38 +0000 (Sun, 07 Jan 2007) $ |
Method Summary | |
void | about() Called by about button. | public void | doAction(ActionEvent e) Handle the "about" action by displaying the "About Apache JMeter..."
dialog box. | public Set | getActionNames() Provide the list of Action names that are available in this command. |
about | void about()(Code) | | Called by about button. Raises about dialog. Currently the about box has
the product image and the copyright notice. The dialog box is centered
over the MainFrame.
|
doAction | public void doAction(ActionEvent e)(Code) | | 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 getActionNames()(Code) | | Provide the list of Action names that are available in this command.
|
|
|