Package com.illumon.iris.schemaeditor
Class OtherGuiImportComponentManager
java.lang.Object
com.illumon.iris.schemaeditor.OtherGuiImportComponentManager
Fallback component manager for import types not directly supported by the Schema Editor.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
ConstructorsConstructorDescriptionOtherGuiImportComponentManager
(com.fishlib.io.logger.Logger log, SchemaEditor schemaEditor, Database database, OtherGuiImportComponentManager.OtherGuiHolder guiHolder) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addMutualExclusionRadioButton
(JRadioButton radioButton, List<JComponent> enableComponents, List<JComponent> disableComponents) protected void
addMutualExclusionRadioButton
(JRadioButton radioButton, JComponent enableComponent, JComponent disableComponent) void
void
setTypeSpecificFields
(Map<String, Object> typeSpecificFields)
-
Constructor Details
-
OtherGuiImportComponentManager
public OtherGuiImportComponentManager(com.fishlib.io.logger.Logger log, SchemaEditor schemaEditor, Database database, OtherGuiImportComponentManager.OtherGuiHolder guiHolder)
-
-
Method Details
-
setFromQuery
-
setTypeSpecificFields
-
addMutualExclusionRadioButton
protected void addMutualExclusionRadioButton(JRadioButton radioButton, JComponent enableComponent, JComponent disableComponent) -
addMutualExclusionRadioButton
protected void addMutualExclusionRadioButton(JRadioButton radioButton, List<JComponent> enableComponents, List<JComponent> disableComponents)
-