Package org.apache.jmeter.gui.action
Class Close
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
org.apache.jmeter.gui.action.Close
- All Implemented Interfaces:
 Command
This command clears the existing test plan, allowing the creation of a New
 test plan.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidThis method performs the actual command processing.Gets the ActionNames attribute of the Close object.Methods inherited from class org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
doActionMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
Close
public Close()Constructor for the Close object. 
 - 
 - 
Method Details
- 
getActionNames
Gets the ActionNames attribute of the Close object.- Returns:
 - the ActionNames value
 
 - 
doActionAfterCheck
This method performs the actual command processing.- Specified by:
 doActionAfterCheckin classAbstractActionWithNoRunningTest- Parameters:
 e- the generic UI action event
 
 -