Interface OtherGuiImportComponentManager.OtherGuiHolderPreview

All Superinterfaces:
OtherGuiImportComponentManager.OtherGuiHolder
All Known Implementing Classes:
ImportSourceDetails
Enclosing class:
OtherGuiImportComponentManager

public static interface OtherGuiImportComponentManager.OtherGuiHolderPreview extends OtherGuiImportComponentManager.OtherGuiHolder
  • Method Details

    • supportsPreview

      boolean supportsPreview()
    • getPreviewButton

      JButton getPreviewButton()
    • getStrictImportCheckBox

      JCheckBox getStrictImportCheckBox()
    • getImportSourceNameTextField

      JTextField getImportSourceNameTextField()
    • getImportSourceNameCombobox

      JComboBox<String> getImportSourceNameCombobox()
    • getPartitionFormulaTextField

      JTextField getPartitionFormulaTextField()
    • getPartitionSubstitutionTextField

      JTextField getPartitionSubstitutionTextField()
    • getSubstitutionDateFormatTextField

      JTextField getSubstitutionDateFormatTextField()
    • getSinglePartitionRadioButton

      JRadioButton getSinglePartitionRadioButton()
    • getMultiPartitionRadioButton

      JRadioButton getMultiPartitionRadioButton()
    • getIntradayPartitionColumnTextField

      JTextField getIntradayPartitionColumnTextField()
    • getSinglePartitionPanel

      JPanel getSinglePartitionPanel()
    • getMultiPartitionPanel

      JPanel getMultiPartitionPanel()