Package com.illumon.iris.schemaeditor
Interface CsvGuiImportComponentManager.CsvGuiHolderPreview
- All Superinterfaces:
CsvGuiImportComponentManager.CsvGuiHolder
- All Known Implementing Classes:
CsvImportQueryConfigPanel
,ImportSourceDetails
- Enclosing class:
- CsvGuiImportComponentManager
public static interface CsvGuiImportComponentManager.CsvGuiHolderPreview extends CsvGuiImportComponentManager.CsvGuiHolder
-
Method Summary
Methods inherited from interface com.illumon.iris.schemaeditor.CsvGuiImportComponentManager.CsvGuiHolder
errorMessage, getConstantColumnsTextField, getDelimiterRadioButton, getDelimiterTextField, getFileFormat, getFormatRadioButton, getHeaderCheckbox, getSkipFooterLinesSpinner, getSkipHeaderLinesSpinner, getSourceDirectoryTextField, getSourceFileRadioButton, getSourceFileTextField, getSourceGlobRadioButton, getSourceGlobTextField, getTrimCheckbox, getWindowAncestor
-
Method Details
-
supportsPreview
boolean supportsPreview() -
getPreviewButton
JButton getPreviewButton() -
getStrictImportCheckBox
JCheckBox getStrictImportCheckBox() -
getImportSourceNameTextField
JTextField getImportSourceNameTextField() -
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()
-