Package org.apache.jmeter.gui.action
Class LoggerPanelEnableDisable
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.LoggerPanelEnableDisable
- All Implemented Interfaces:
 Command
Hide / unhide LoggerPanel.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidThis method performs the actual command processing.Gets the ActionNames attribute of the actionMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
LoggerPanelEnableDisable
public LoggerPanelEnableDisable()Constructor for object. 
 - 
 - 
Method Details
- 
getActionNames
Gets the ActionNames attribute of the action- Returns:
 - the ActionNames value
 
 - 
doAction
This method performs the actual command processing.- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- Parameters:
 e- the generic UI action event- See Also:
 
 
 -