Package org.apache.jmeter.gui.action
Class Remove
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.Remove
- All Implemented Interfaces:
 Command
Implements the Remove menu item.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidGets the ActionNames attribute of the Remove object.Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
Remove
public Remove()Constructor for the Remove object 
 - 
 - 
Method Details
- 
getActionNames
Gets the ActionNames attribute of the Remove object.- Returns:
 - the ActionNames value
 
 - 
doAction
- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- See Also:
 
 
 -