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
  • 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 interface TypeSpecificConfigPanel
      Overrides:
      init in class MergeImportConfigPanel
    • getComponent

      public JComponent getComponent()
    • populatePanelFromConfiguration

      public void populatePanelFromConfiguration(PersistentQueryConfiguration configuration)
    • getTypeSpecificFields

      @NotNull protected Map<String,Object> getTypeSpecificFields()
    • setEditable

      public void setEditable(boolean isEditable)
    • $$$getRootComponent$$$

      public JComponent $$$getRootComponent$$$()
      Noinspection:
      ALL