IBM Rational Performance Tester SDK

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

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by com.ibm.rational.test.lt.recorder.ui.wizards.SubWizard
          extended by 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.


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
NewClientWizard()
           
 
Method Summary
 ClientConfiguration getClientConfiguration()
          Returns the client configuration populated by the wizard.
 void initialize(ClientConfiguration configuration)
          Initializes the wizard with an empty client configuration.
 
Methods inherited from class com.ibm.rational.test.lt.recorder.ui.wizards.SubWizard
canFinish, canFinishThisWizard, doPerformCancel, doPerformFinish, getNextPage, getNextPageForThisWizard, performCancel, performFinish, setNextPage, setParentWizard
 
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.ui.IWorkbenchWizard
init
 
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
 

Constructor Detail

NewClientWizard

public NewClientWizard()
Method Detail

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 -

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.