com.ibm.rational.test.lt.recorder.ui.wizards
Class NewClientWizard
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.NewClientWizard
- All Implemented Interfaces:
- IWizard, IWorkbenchWizard
public abstract class NewClientWizard
- extends SubWizard
- implements IWorkbenchWizard
A wizard that configures a specific type of client. Implementations should
fill the wizard's client configuration 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 |
NewClientWizard
public NewClientWizard()
initialize
public void initialize(ClientConfiguration configuration)
- Initializes the wizard with an empty client configuration. The configuration has
the client type selected by the user, and is always a type declared as supported
by the client wizard. Sub-classes may extend this method, but must not omit invoking
the super implementation.
- Parameters:
configuration
-
getClientConfiguration
public final ClientConfiguration getClientConfiguration()
- Returns the client configuration populated by the wizard.
- Parameters:
configuration
-
© Copyright IBM Corp. 2012. All rights reserved.