Package com.illumon.iris.console.events
Class ReplayConfigPanel
java.lang.Object
com.illumon.iris.console.events.ReplayConfigPanel
- All Implemented Interfaces:
TypeSpecificConfigPanel
public class ReplayConfigPanel extends Object implements TypeSpecificConfigPanel
-
Constructor Summary
Constructors Constructor Description ReplayConfigPanel(PersistentQueryControllerConfiguration serverConfiguration, com.fishlib.io.logger.Logger log) -
Method Summary
Modifier and Type Method Description JComponent$$$getRootComponent$$$()voiddispose()JComponentgetComponent()booleanisChanged(PersistentQueryConfiguration initialConfig)voidpopulateConfigurationFromPanel(PersistentQueryConfiguration modifiedConfig)voidpopulatePanelFromConfiguration(PersistentQueryConfiguration initialConfig)voidsetActivate(ConfigEditorInterface configEditor, boolean active)voidsetEditable(boolean isEditable)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.controller.TypeSpecificConfigPanel
getNewScriptText, hasScript, init, validate
-
Constructor Details
-
ReplayConfigPanel
public ReplayConfigPanel(PersistentQueryControllerConfiguration serverConfiguration, com.fishlib.io.logger.Logger log)
-
-
Method Details
-
getComponent
- Specified by:
getComponentin interfaceTypeSpecificConfigPanel
-
populatePanelFromConfiguration
- Specified by:
populatePanelFromConfigurationin interfaceTypeSpecificConfigPanel
-
populateConfigurationFromPanel
- Specified by:
populateConfigurationFromPanelin interfaceTypeSpecificConfigPanel
-
setEditable
public void setEditable(boolean isEditable)- Specified by:
setEditablein interfaceTypeSpecificConfigPanel
-
isChanged
- Specified by:
isChangedin interfaceTypeSpecificConfigPanel
-
setActivate
- Specified by:
setActivatein interfaceTypeSpecificConfigPanel
-
dispose
public void dispose()- Specified by:
disposein interfaceTypeSpecificConfigPanel
-
$$$getRootComponent$$$
- Noinspection:
- ALL
-