public abstract class NewRecorderClientWizard extends SubWizard implements IWorkbenchWizard
SubWizard.doPerformFinish()
implementation.DEFAULT_IMAGE
Constructor and Description |
---|
NewRecorderClientWizard() |
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
getClientConfiguration()
Returns the client configuration, filled from the user input.
|
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(ClientConfiguration clientConfiguration,
RecorderConfiguration recorderConfiguration)
Initializes the wizard with the specified configurations.
|
protected void |
setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations) |
canFinish, canFinishThisWizard, doPerformCancel, doPerformFinish, getNextPage, getNextPageForThisWizard, performCancel, performFinish, setNextPage, setParentWizard
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
public void initialize(ClientConfiguration clientConfiguration, RecorderConfiguration recorderConfiguration)
clientConfiguration
- An empty client configuration, with the type chosen
by the user prior to this wizard.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.public final ClientConfiguration getClientConfiguration()
SubWizard.canFinishThisWizard()
returns true
.protected final void setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations)
© Copyright IBM Corp. 2013. All rights reserved.