Package com.illumon.iris.schemaeditor
Interface JdbcGuiImportComponentManager.JdbcGuiHolderPreview
- All Superinterfaces:
JdbcGuiImportComponentManager.JdbcGuiHolder
- All Known Implementing Classes:
ImportSourceDetails
- Enclosing class:
- JdbcGuiImportComponentManager
public static interface JdbcGuiImportComponentManager.JdbcGuiHolderPreview
extends JdbcGuiImportComponentManager.JdbcGuiHolder
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.illumon.iris.schemaeditor.JdbcGuiImportComponentManager.JdbcGuiHolder
errorMessage, getCatalogNameForDriver, getConnectButton, getDefaultUrlForDriver, getDriverComboBox, getPasswordField, getSqlCatalogNameLabel, getSqlDatabaseComboBox, getSqlDatabaseTextField, getSqlQueryTextField, getSqlTableComboBox, getSqlTableNameLabel, getUriTextField, getUserTextField, getWindowAncestor
-
Method Details
-
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()
-