An abstract base implementation of a wizard page.
Subclasses must implement the createControl method
to create the specific controls for the wizard page.
Subclasses may call the following methods to configure the wizard page:
setDescription
setErrorMessage
setImageDescriptor
setMessage
setPageComplete
setPreviousPage
setTitle
Subclasses may override these methods if required:
performHelp - may be reimplemented to display help for the page
canFlipToNextPage - may be extended or reimplemented
isPageComplete - may be extended
setDescription - may be extended
setTitle - may be extended
dispose - may be extended to dispose additional allocated SWT resources
Note that clients are free to implement IWizardPage from scratch
instead of subclassing WizardPage . |