public class ImportWizardPageTable
extends org.eclipse.jface.wizard.WizardPage
ImportData#getJdbcTables()()
. The selected one will be assigned
via ImportWizardModel.setSelectedJdbcTable(String)
along with the
detected columns for this table using ImportWizardModel.setWizardColumns(List)
and its preview data ImportWizardModel.setPreviewData(List)
.Constructor and Description |
---|
ImportWizardPageTable(ImportWizard wizardImport)
Creates a new instance of this page and sets its title and description.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Creates the design of this page along with the appropriate listeners.
|
void |
setVisible(boolean visible)
Applies previously detected tables to
tableViewer . |
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage
public ImportWizardPageTable(ImportWizard wizardImport)
wizardImport
- Reference to wizard containing this pagepublic void createControl(org.eclipse.swt.widgets.Composite parent)
parent
- public void setVisible(boolean visible)
tableViewer
.setVisible
in interface org.eclipse.jface.dialogs.IDialogPage
setVisible
in class org.eclipse.jface.dialogs.DialogPage
visible
-