Package com.illumon.iris.schemaeditor
Interface OtherGuiImportComponentManager.OtherGuiHolderPreview
- All Superinterfaces:
OtherGuiImportComponentManager.OtherGuiHolder
- All Known Implementing Classes:
ImportSourceDetails
- Enclosing class:
- OtherGuiImportComponentManager
public static interface OtherGuiImportComponentManager.OtherGuiHolderPreview
extends OtherGuiImportComponentManager.OtherGuiHolder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from interface com.illumon.iris.schemaeditor.OtherGuiImportComponentManager.OtherGuiHolder
errorMessage, 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()
-