Package com.illumon.iris.pqimport.gui
Class MergeImportConfigPanel
java.lang.Object
com.illumon.iris.pqimport.gui.MergeImportConfigPanel
- All Implemented Interfaces:
TypeSpecificConfigPanel
- Direct Known Subclasses:
BinaryImportQueryConfigPanel
,CsvImportQueryConfigPanel
,DownsampleImportQueryConfigPanel
,JdbcImportQueryConfigPanel
,MergeQueryConfigPanel
,ValidateQueryConfigPanel
,XmlImportQueryConfigPanel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
init()
After the type specific panel has been created, this is called off the swing thread; but before the panel's configuration is populated.boolean
isChanged
(PersistentQueryConfiguration initialConfig) void
populateConfigurationFromPanel
(PersistentQueryConfiguration configuration) void
setActivate
(ConfigEditorInterface configEditor, boolean active) 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
getComponent, getNewScriptText, hasScript, populatePanelFromConfiguration, setEditable, validate
-
Field Details
-
log
protected final com.fishlib.io.logger.Logger log -
namespaces
-
-
Method Details
-
populateConfigurationFromPanel
- Specified by:
populateConfigurationFromPanel
in interfaceTypeSpecificConfigPanel
-
isChanged
- Specified by:
isChanged
in interfaceTypeSpecificConfigPanel
-
setActivate
- Specified by:
setActivate
in interfaceTypeSpecificConfigPanel
-
dispose
public void dispose()- Specified by:
dispose
in interfaceTypeSpecificConfigPanel
-
init
public void init()Description copied from interface:TypeSpecificConfigPanel
After the type specific panel has been created, this is called off the swing thread; but before the panel's configuration is populated.- Specified by:
init
in interfaceTypeSpecificConfigPanel
-