public interface IWizard extends WindowListener
Modifier and Type | Method and Description |
---|---|
void |
cancel()
This method is called when the user canceled the operation.
|
void |
finish()
Is called when the wizard should finish the process.
|
IWizardPage |
getFirstPage(IStandardModalDialog dialog)
Should return the first page of the wizard.
|
IWizardPage |
getNextPage()
Should return the next page of the wizard.
|
IWizardPage |
getPreviousPage()
Should return the previous page of the wizard.
|
String |
getTitle()
Returns the title for the wizard.
|
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
IWizardPage getFirstPage(IStandardModalDialog dialog)
dialog
- the dialog in which the wizard is loadedIWizardPage getNextPage()
IWizardPage getPreviousPage()
void finish()
void cancel()
String getTitle()