Package com.illumon.iris.schemaeditor
Class OtherGuiImportComponentManager
java.lang.Object
com.illumon.iris.schemaeditor.OtherGuiImportComponentManager
public class OtherGuiImportComponentManager extends Object
Fallback component manager for import types not directly supported by the Schema Editor.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOtherGuiImportComponentManager.OtherGuiHolderstatic interfaceOtherGuiImportComponentManager.OtherGuiHolderPreview -
Constructor Summary
Constructors Constructor Description OtherGuiImportComponentManager(com.fishlib.io.logger.Logger log, SchemaEditor schemaEditor, Database database, OtherGuiImportComponentManager.OtherGuiHolder guiHolder) -
Method Summary
Modifier and Type Method Description protected voidaddMutualExclusionRadioButton(JRadioButton radioButton, List<JComponent> enableComponents, List<JComponent> disableComponents)protected voidaddMutualExclusionRadioButton(JRadioButton radioButton, JComponent enableComponent, JComponent disableComponent)voidsetFromQuery(PersistentQueryConfiguration config)voidsetTypeSpecificFields(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)
-