Package org.apache.jmeter.gui.action
Class SearchTreeCommand
- java.lang.Object
-
- org.apache.jmeter.gui.action.AbstractAction
-
- org.apache.jmeter.gui.action.SearchTreeCommand
-
- All Implemented Interfaces:
Command
public class SearchTreeCommand extends AbstractAction
Search nodes for a text TODO Enhance search dialog to select kind of nodes ....
-
-
Constructor Summary
Constructors Constructor Description SearchTreeCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAction(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:
doActionin interfaceCommand- Overrides:
doActionin classAbstractAction- See Also:
Command.doAction(ActionEvent)
-
getActionNames
public Set<String> getActionNames()
- Specified by:
getActionNamesin interfaceCommand- Specified by:
getActionNamesin classAbstractAction- See Also:
Command.getActionNames()
-
-