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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This 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:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- Parameters:
e
- the generic UI action event- See Also:
-