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 SummaryConstructors
- 
Method SummaryModifier 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.AbstractActionWithNoRunningTestdoActionMethods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
Closepublic Close()Constructor for the Close object.
 
- 
- 
Method Details- 
getActionNamesGets the ActionNames attribute of the Close object.- Returns:
- the ActionNames value
 
- 
doActionAfterCheckThis method performs the actual command processing.- Specified by:
- doActionAfterCheckin class- AbstractActionWithNoRunningTest
- Parameters:
- e- the generic UI action event
 
 
-