IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.ui.wizards
Class SubWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by 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.


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
SubWizard()
           
 
Method Summary
 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)
           
 
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
 

Constructor Detail

SubWizard

public SubWizard()
Method Detail

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:

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.