com.ibm.rational.test.lt.recorder.ui.wizards
Class NewRecordersWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
com.ibm.rational.test.lt.recorder.ui.wizards.SubWizard
com.ibm.rational.test.lt.recorder.ui.wizards.NewRecordersWizard
- All Implemented Interfaces:
- IWizard, IWorkbenchWizard
public abstract class NewRecordersWizard
- extends SubWizard
- implements IWorkbenchWizard
A wizard that configures one or more type of recorders.
Implementations should fill the wizard's recorders configurations in their
SubWizard.doPerformFinish()
implementation.
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 |
Methods inherited from interface org.eclipse.jface.wizard.IWizard |
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer |
NewRecordersWizard
public NewRecordersWizard()
initialize
public void initialize(RecorderConfiguration recorderConfiguration)
- Initializes the wizard with the specified configurations.
- Parameters:
recorderConfiguration
- Either null
, if this wizard is
declared to perform the recorder type selection (see performsRecorderSelection
in the extension point), or an empty recorder configuration, with the type
chosen by the user prior to this wizard.
getRecorderConfigurations
public final RecorderConfiguration[] getRecorderConfigurations()
- Returns the recorder configurations, filled with properties from the user input
This method is invoked only when
SubWizard.canFinishThisWizard()
returns true
.
If this wizard does not perform recorder selection, this method should return
only one recorder configuration.
- Returns:
setRecorderConfigurations
protected final void setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations)
© Copyright IBM Corp. 2012. All rights reserved.