public abstract class SubWizard extends Wizard
DEFAULT_IMAGE| Constructor and Description |
|---|
SubWizard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFinish() |
boolean |
canFinishThisWizard()
Returns whether this wizard (and only this sub-wizard) can finish.
|
boolean |
doPerformCancel()
Performs cancel for this wizard (and only this sub-wizard).
|
abstract boolean |
doPerformFinish()
Performs finish for this wizard (and only this sub-wizard).
|
protected IWizardPage |
getNextPage() |
IWizardPage |
getNextPage(IWizardPage page) |
IWizardPage |
getNextPageForThisWizard(IWizard subWizard)
If this wizard has sub-wizards, returns the page to display after
the specified subWizard's last page.
|
IWizardPage |
getNextPageForThisWizard(IWizardPage page) |
boolean |
performCancel() |
boolean |
performFinish() |
void |
setParentWizard(SubWizard parentWizard) |
addPage, addPages, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitlepublic final void setParentWizard(SubWizard parentWizard)
public final boolean canFinish()
public final boolean performCancel()
performCancel in interface IWizardperformCancel in class Wizardpublic final boolean performFinish()
performFinish in interface IWizardperformFinish in class Wizardprotected final IWizardPage getNextPage()
public final IWizardPage getNextPage(IWizardPage page)
getNextPage in interface IWizardgetNextPage in class Wizardpublic IWizardPage getNextPageForThisWizard(IWizardPage page)
public IWizardPage getNextPageForThisWizard(IWizard subWizard)
SubWizard.getNextPage(). Override if this wizard has at least one subwizard,
and this subwizard is followed by pages provided by this wizard, or by
another subwizard.subWizard - public boolean canFinishThisWizard()
public abstract boolean doPerformFinish()
public boolean doPerformCancel()
© Copyright IBM Corp. 2016. All rights reserved.