public class ImportWizardPageSource
extends org.eclipse.jface.wizard.WizardPage
ImportWizardModel.setSourceType(SourceType)
and the page is marked as
completed.
These source types are supported:
ImportWizardPageCSV
CSVImportWizardPageJDBC
Database (JDBC)ImportWizardPageExcel
Excel (XLS, XLSX)Constructor and Description |
---|
ImportWizardPageSource(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
This adds all the controls to the page along with their listeners.
|
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, setVisible
public ImportWizardPageSource(ImportWizard wizardImport)
wizardImport
- Reference to wizard containing this pagepublic void createControl(org.eclipse.swt.widgets.Composite parent)
parent
-