Interface CsvGuiImportComponentManager.CsvGuiHolder

All Known Subinterfaces:
CsvGuiImportComponentManager.CsvGuiHolderPreview
All Known Implementing Classes:
CsvImportQueryConfigPanel, ImportSourceDetails, LaunchCsvSchemaCreator
Enclosing class:
CsvGuiImportComponentManager

public static interface CsvGuiImportComponentManager.CsvGuiHolder
  • Method Details

    • getWindowAncestor

      JFrame getWindowAncestor()
    • getFormatRadioButton

      @NotNull JRadioButton getFormatRadioButton()
    • getDelimiterRadioButton

      @NotNull JRadioButton getDelimiterRadioButton()
    • getFileFormat

      @NotNull JComboBox<String> getFileFormat()
    • getDelimiterTextField

      @NotNull JTextField getDelimiterTextField()
    • getTrimCheckbox

      @NotNull JCheckBox getTrimCheckbox()
    • getHeaderCheckbox

      @NotNull JCheckBox getHeaderCheckbox()
    • getSkipHeaderLinesSpinner

      @NotNull JSpinner getSkipHeaderLinesSpinner()
    • getSkipFooterLinesSpinner

      @NotNull JSpinner getSkipFooterLinesSpinner()
    • getConstantColumnsTextField

      JTextField getConstantColumnsTextField()
    • getSourceFileRadioButton

      JRadioButton getSourceFileRadioButton()
    • getSourceGlobRadioButton

      JRadioButton getSourceGlobRadioButton()
    • getSourceDirectoryTextField

      JTextField getSourceDirectoryTextField()
    • getSourceFileTextField

      JTextField getSourceFileTextField()
    • getSourceGlobTextField

      JTextField getSourceGlobTextField()
    • errorMessage

      void errorMessage(String title, String message)