Interface XmlGuiImportComponentManager.XmlGuiHolderPreview

All Superinterfaces:
XmlGuiImportComponentManager.XmlGuiHolder
All Known Implementing Classes:
ImportSourceDetails, XmlImportQueryConfigPanel
Enclosing class:
XmlGuiImportComponentManager

public static interface XmlGuiImportComponentManager.XmlGuiHolderPreview extends XmlGuiImportComponentManager.XmlGuiHolder
  • 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()