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).
|
IWizardPage |
getNextPage(IWizardPage page) |
IWizardPage |
getNextPageForThisWizard(IWizardPage page) |
boolean |
performCancel() |
boolean |
performFinish() |
void |
setNextPage(IWizardPage page) |
void |
setParentWizard(IWizard 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(IWizard parentWizard)
public final void setNextPage(IWizardPage page)
public final boolean canFinish()
public final boolean performCancel()
performCancel in interface IWizardperformCancel in class Wizardpublic final boolean performFinish()
performFinish in interface IWizardperformFinish in class Wizardpublic final IWizardPage getNextPage(IWizardPage page)
getNextPage in interface IWizardgetNextPage in class Wizardpublic IWizardPage getNextPageForThisWizard(IWizardPage page)
public boolean canFinishThisWizard()
public abstract boolean doPerformFinish()
public boolean doPerformCancel()
© Copyright IBM Corp. 2013. All rights reserved.