Package org.apache.jmeter.gui.action
Class CollapseExpand
- java.lang.Object
-
- org.apache.jmeter.gui.action.CollapseExpand
-
-
Constructor Summary
Constructors Constructor Description CollapseExpand()
Constructor for the Close object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent e)
This method performs the actual command processing.Set<String>
getActionNames()
Gets the ActionNames attribute of the Close object.
-
-
-
Method Detail
-
getActionNames
public Set<String> getActionNames()
Gets the ActionNames attribute of the Close object.- Specified by:
getActionNames
in interfaceCommand
- Returns:
- the ActionNames value
-
doAction
public void doAction(ActionEvent e)
This method performs the actual command processing.
-
-