public class ImportWizardPageColumns
extends org.eclipse.jface.wizard.WizardPage
ImportWizardModelColumn
, the list
of all detected columns can be accessed by
ImportWizardModel.getWizardColumns()
.Constructor and Description |
---|
ImportWizardPageColumns(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)
Adds input to table viewer once page gets visible.
|
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 ImportWizardPageColumns(ImportWizard wizardImport)
wizardImport
- Reference to wizard containing this pagepublic void createControl(org.eclipse.swt.widgets.Composite parent)
parent
- public void setVisible(boolean visible)
setVisible
in interface org.eclipse.jface.dialogs.IDialogPage
setVisible
in class org.eclipse.jface.dialogs.DialogPage
visible
-