Interface JdbcGuiImportComponentManager.JdbcGuiHolderPreview

All Superinterfaces:
JdbcGuiImportComponentManager.JdbcGuiHolder
All Known Implementing Classes:
ImportSourceDetails
Enclosing class:
JdbcGuiImportComponentManager

public static interface JdbcGuiImportComponentManager.JdbcGuiHolderPreview extends JdbcGuiImportComponentManager.JdbcGuiHolder
  • Method Details

    • 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()