Package com.illumon.iris.pqimport.gui
Class JdbcImportQueryConfigPanel
java.lang.Object
com.illumon.iris.pqimport.gui.MergeImportConfigPanel
com.illumon.iris.pqimport.gui.JdbcImportQueryConfigPanel
- All Implemented Interfaces:
TypeSpecificConfigPanel
public class JdbcImportQueryConfigPanel extends MergeImportConfigPanel
-
Field Summary
Fields Modifier and Type Field Description static String
PASSWORD_NOT_CHANGED
-
Method Summary
Modifier and Type Method Description JComponent
$$$getRootComponent$$$()
JComponent
getComponent()
protected Map<String,Object>
getTypeSpecificFields()
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.void
populatePanelFromConfiguration(PersistentQueryConfiguration configuration)
void
setEditable(boolean isEditable)
void
validate()
Methods inherited from class com.illumon.iris.pqimport.gui.MergeImportConfigPanel
dispose, isChanged, populateConfigurationFromPanel, setActivate
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
-
Field Details
-
PASSWORD_NOT_CHANGED
- See Also:
- Constant Field Values
-
-
Method Details
-
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
- Overrides:
init
in classMergeImportConfigPanel
-
getComponent
-
populatePanelFromConfiguration
-
getTypeSpecificFields
-
setEditable
public void setEditable(boolean isEditable) -
validate
-
$$$getRootComponent$$$
- Noinspection:
- ALL
-