Class CSVSettingsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CSVSettingsPanel extends JPanel
See Also:
  • Constructor Details

    • CSVSettingsPanel

      public CSVSettingsPanel(boolean multipleSeparators, boolean hidePreview)
    • CSVSettingsPanel

      public CSVSettingsPanel(boolean multipleSeparators)
  • Method Details

    • main

      public static void main(String[] args)
    • loadPreviewTableData

      public void loadPreviewTableData()
    • loadPreviewTableData

      public void loadPreviewTableData(String fileName) throws IOException
      Throws:
      IOException
    • getOtherOptionsPanel

      public JPanel getOtherOptionsPanel()
    • getOtherOptionsContentPanel

      public JPanel getOtherOptionsContentPanel()
    • isFirstRowHeader

      public boolean isFirstRowHeader()
    • setFirstRowHeader

      public void setFirstRowHeader(boolean firstRowHeader)
    • getTrimSpaces

      public boolean getTrimSpaces()
    • setTrimSpaces

      public void setTrimSpaces(boolean trimSpaces) throws IOException
      Throws:
      IOException
    • getTableHeaders

      public String[] getTableHeaders()
    • createCSVReaderWithSettings

      public CSVReader createCSVReaderWithSettings(Reader reader)
    • getImportSettings

      public CSVImportSettings getImportSettings()
    • getExportSettings

      public CSVExportSettings getExportSettings()
    • getEncoding

      public String getEncoding()
    • getSeparators

      public Set<Character> getSeparators()
    • writeProperties

      public Properties writeProperties(String prefix, Properties props)
    • readProperties

      public void readProperties(String prefix, Properties props)