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