Package com.illumon.iris.schemaeditor
Interface XmlGuiImportComponentManager.XmlGuiHolderPreview
- All Superinterfaces:
XmlGuiImportComponentManager.XmlGuiHolder
- All Known Implementing Classes:
ImportSourceDetails
,XmlImportQueryConfigPanel
- Enclosing class:
- XmlGuiImportComponentManager
public static interface XmlGuiImportComponentManager.XmlGuiHolderPreview extends XmlGuiImportComponentManager.XmlGuiHolder
-
Method Summary
Methods inherited from interface com.illumon.iris.schemaeditor.XmlGuiImportComponentManager.XmlGuiHolder
errorMessage, getAttributesCheckBox, getComboElementType, getConstantColumnsTextField, getElementsCheckBox, getElementTypeTextField, getMaxDepthSpinner, getNamedValuesCheckBox, getSourceDirectoryTextField, getSourceFileRadioButton, getSourceFileTextField, getSourceGlobRadioButton, getSourceGlobTextField, getStartDepthSpinner, getStartIndexSpinner, 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()
-