Package org.apache.jmeter.gui.action
Class TemplatesCommand
- java.lang.Object
-
- org.apache.jmeter.gui.action.AbstractAction
-
- org.apache.jmeter.gui.action.TemplatesCommand
-
- All Implemented Interfaces:
Command
public class TemplatesCommand extends AbstractAction
Open Templates- Since:
- 2.10
-
-
Constructor Summary
Constructors Constructor Description TemplatesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
Set<String>
getActionNames()
-
Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
popupShouldSave
-
-
-
-
Method Detail
-
doAction
public void doAction(ActionEvent e)
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- See Also:
Command.doAction(ActionEvent)
-
getActionNames
public Set<String> getActionNames()
- Specified by:
getActionNames
in interfaceCommand
- Specified by:
getActionNames
in classAbstractAction
- See Also:
Command.getActionNames()
-
-