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$$$()
void
dispose()
JComponent
getComponent()
boolean
isChanged(PersistentQueryConfiguration initialConfig)
void
populateConfigurationFromPanel(PersistentQueryConfiguration modifiedConfig)
void
populatePanelFromConfiguration(PersistentQueryConfiguration initialConfig)
void
setActivate(ConfigEditorInterface configEditor, boolean active)
void
setEditable(boolean isEditable)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getComponent
in interfaceTypeSpecificConfigPanel
-
populatePanelFromConfiguration
- Specified by:
populatePanelFromConfiguration
in interfaceTypeSpecificConfigPanel
-
populateConfigurationFromPanel
- Specified by:
populateConfigurationFromPanel
in interfaceTypeSpecificConfigPanel
-
setEditable
public void setEditable(boolean isEditable)- Specified by:
setEditable
in interfaceTypeSpecificConfigPanel
-
isChanged
- Specified by:
isChanged
in interfaceTypeSpecificConfigPanel
-
setActivate
- Specified by:
setActivate
in interfaceTypeSpecificConfigPanel
-
dispose
public void dispose()- Specified by:
dispose
in interfaceTypeSpecificConfigPanel
-
$$$getRootComponent$$$
- Noinspection:
- ALL
-