public abstract class NewTestGeneratorWizard extends SubWizard implements INewWizard
DEFAULT_IMAGE| Constructor and Description |
|---|
NewTestGeneratorWizard() |
| Modifier and Type | Method and Description |
|---|---|
List<PacketConverterConfiguration> |
getAdditionalPacketConverters()
Returns the configurations of the additional converters required by the test
generator.
|
protected ITestGenerationWizardContext |
getContext()
Returns context information about this wizard.
|
TestGeneratorConfiguration |
getTestGeneratorConfiguration()
Returns the configuration, filled from the user input.
|
void |
initialize(TestGeneratorConfiguration configuration,
ITestGenerationWizardContext context)
Initializes the wizard with the given test generator configuration.
|
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(TestGeneratorConfiguration configuration, ITestGenerationWizardContext context)
NewTestGeneratorWizard.getTestGeneratorConfiguration().configuration - protected final ITestGenerationWizardContext getContext()
public final TestGeneratorConfiguration getTestGeneratorConfiguration()
SubWizard.canFinish() returns true.public final List<PacketConverterConfiguration> getAdditionalPacketConverters()
© Copyright IBM Corp. 2013. All rights reserved.