public abstract class SimpleWizard extends WizardAdapter implements ISimpleWizardPageListener
Constructor and Description |
---|
SimpleWizard() |
Modifier and Type | Method and Description |
---|---|
void |
addPage(SimpleWizardPage page) |
SimpleWizardPage |
getCurrentPage() |
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.
|
IStandardModalDialog |
getWizardDialog() |
void |
pageIsInvalid() |
void |
pageIsValid() |
void |
removePage(SimpleWizardPage page) |
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
public void addPage(SimpleWizardPage page)
public void removePage(SimpleWizardPage page)
public SimpleWizardPage getCurrentPage()
public IStandardModalDialog getWizardDialog()
public IWizardPage getFirstPage(IStandardModalDialog dialog)
IWizard
getFirstPage
in interface IWizard
dialog
- the dialog in which the wizard is loadedpublic IWizardPage getNextPage()
IWizard
getNextPage
in interface IWizard
public IWizardPage getPreviousPage()
IWizard
getPreviousPage
in interface IWizard
public void pageIsInvalid()
pageIsInvalid
in interface ISimpleWizardPageListener
public void pageIsValid()
pageIsValid
in interface ISimpleWizardPageListener