public abstract class NewRecordersWizard extends SubWizard implements IWorkbenchWizard
SubWizard.doPerformFinish() implementation.DEFAULT_IMAGE| Constructor and Description |
|---|
NewRecordersWizard() |
| Modifier and Type | Method and Description |
|---|---|
RecorderConfiguration[] |
getRecorderConfigurations()
Returns the recorder configurations, filled with properties from the user input
This method is invoked only when
SubWizard.canFinishThisWizard() returns true. |
void |
initialize(RecorderConfiguration recorderConfiguration)
Initializes the wizard with the specified configurations.
|
protected void |
setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations) |
canFinish, canFinishThisWizard, doPerformCancel, doPerformFinish, getNextPage, getNextPageForThisWizard, performCancel, performFinish, setNextPage, setParentWizardaddPage, addPages, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitaddPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainerpublic void initialize(RecorderConfiguration recorderConfiguration)
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.public final RecorderConfiguration[] getRecorderConfigurations()
SubWizard.canFinishThisWizard() returns true.
If this wizard does not perform recorder selection, this method should return
only one recorder configuration.protected final void setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations)
© Copyright IBM Corp. 2013. All rights reserved.