com.ibm.rational.test.lt.recorder.ui.wizards
Class SubWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
com.ibm.rational.test.lt.recorder.ui.wizards.SubWizard
- All Implemented Interfaces:
- IWizard
- Direct Known Subclasses:
- NewClientWizard, NewRecorderClientWizard, NewRecordersWizard, NewTestGeneratorWizard
public abstract class SubWizard
- extends Wizard
A wizard meant to be embedded within a larger-scope wizard.
Methods inherited from class org.eclipse.jface.wizard.Wizard |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubWizard
public SubWizard()
setParentWizard
public final void setParentWizard(IWizard parentWizard)
setNextPage
public final void setNextPage(IWizardPage page)
canFinish
public final boolean canFinish()
- Specified by:
canFinish
in interface IWizard
- Overrides:
canFinish
in class Wizard
performCancel
public final boolean performCancel()
- Specified by:
performCancel
in interface IWizard
- Overrides:
performCancel
in class Wizard
performFinish
public final boolean performFinish()
- Specified by:
performFinish
in interface IWizard
- Specified by:
performFinish
in class Wizard
getNextPage
public final IWizardPage getNextPage(IWizardPage page)
- Specified by:
getNextPage
in interface IWizard
- Overrides:
getNextPage
in class Wizard
getNextPageForThisWizard
public IWizardPage getNextPageForThisWizard(IWizardPage page)
canFinishThisWizard
public boolean canFinishThisWizard()
- Returns whether this wizard (and only this sub-wizard) can finish.
- Returns:
doPerformFinish
public abstract boolean doPerformFinish()
- Performs finish for this wizard (and only this sub-wizard).
- Returns:
doPerformCancel
public boolean doPerformCancel()
- Performs cancel for this wizard (and only this sub-wizard).
- Returns:
© Copyright IBM Corp. 2012. All rights reserved.