Package org.apache.jmeter.gui.action
Class AddToTree
- java.lang.Object
-
- org.apache.jmeter.gui.action.AddToTree
-
-
Constructor Summary
Constructors Constructor Description AddToTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
Adds the specified class to the current node of the tree.Set<String>
getActionNames()
Gets the Set of actions this Command class responds to.
-
-
-
Method Detail
-
getActionNames
public Set<String> getActionNames()
Gets the Set of actions this Command class responds to.- Specified by:
getActionNames
in interfaceCommand
- Returns:
- the ActionNames value
-
doAction
public void doAction(ActionEvent e)
Adds the specified class to the current node of the tree.
-
-