Package org.apache.jmeter.gui.action
Class CollapseExpand
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.CollapseExpand
- All Implemented Interfaces:
- Command
Processes the Collapse All and Expand All options.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidThis method performs the actual command processing.Gets the ActionNames attribute of the CollapseExpand object.Methods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
CollapseExpandpublic CollapseExpand()Constructor for the CollapseExpand object.
 
- 
- 
Method Details- 
getActionNamesGets the ActionNames attribute of the CollapseExpand object.- Returns:
- the ActionNames value
 
- 
doActionThis method performs the actual command processing.- Specified by:
- doActionin interface- Command
- Overrides:
- doActionin class- AbstractAction
- Parameters:
- e- the generic UI action event
- See Also:
 
 
-