Package com.illumon.iris.pqimport.gui
Class BinaryImportQueryConfigPanel
java.lang.Object
com.illumon.iris.pqimport.gui.MergeImportConfigPanel
com.illumon.iris.pqimport.gui.BinaryImportQueryConfigPanel
- All Implemented Interfaces:
TypeSpecificConfigPanel
public class BinaryImportQueryConfigPanel extends MergeImportConfigPanel
-
Field Summary
-
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)
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, validate
-
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) -
$$$getRootComponent$$$
- Noinspection:
- ALL
-