| java.lang.Object org.apache.jmeter.gui.action.Close
Close | public class Close implements Command(Code) | | This command clears the existing test plan, allowing the creation of a New
test plan.
author: Martin Ramshaw Created author: June 6, 2002 |
Constructor Summary | |
public | Close() Constructor for the Close object. |
Close | public Close()(Code) | | Constructor for the Close object.
|
doAction | public void doAction(ActionEvent e)(Code) | | This method performs the actual command processing.
Parameters: e - the generic UI action event |
getActionNames | public Set getActionNames()(Code) | | Gets the ActionNames attribute of the Close object.
the ActionNames value |
performAction | static boolean performAction(ActionEvent e)(Code) | | Helper routine to allow action to be shared by LOAD.
Parameters: e - event true if Close was not cancelled |
|
|