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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidThis method performs the actual command processing.Gets the ActionNames attribute of the actionMethods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
LoggerPanelEnableDisablepublic LoggerPanelEnableDisable()Constructor for object.
 
- 
- 
Method Details- 
getActionNamesGets the ActionNames attribute of the action- 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:
 
 
-