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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method performs the actual command processing.Gets the ActionNames attribute of the Close object.Methods inherited from class org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest
doAction
Methods 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:
doActionAfterCheck
in classAbstractActionWithNoRunningTest
- Parameters:
e
- the generic UI action event
-