TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.wizard
Class SUTNewWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.hyades.ui.internal.wizard.HyadesWizard
          extended by org.eclipse.hyades.test.ui.internal.wizard.SUTNewWizard
All Implemented Interfaces:
org.eclipse.hyades.ui.util.IDisposable, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.IWorkbenchWizard

public class SUTNewWizard
extends org.eclipse.hyades.ui.internal.wizard.HyadesWizard

Wizard for System Under Test


Field Summary
 
Fields inherited from class org.eclipse.hyades.ui.internal.wizard.HyadesWizard
selection, workbench
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
SUTNewWizard()
          Constructor for SUTNewWizard
 
Method Summary
 void addPages()
           
protected  org.eclipse.hyades.ui.internal.wizard.NameAndDescriptionWizardPage getNameAndDescriptionWizardPage()
          Returns the "name and description page" used by this wizard.
protected  void initPages()
           
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.hyades.ui.internal.wizard.HyadesWizard
createPageControls, dispose, getSelection, getWorkbench, init, setPageHelpIds
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, 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
canFinish, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

SUTNewWizard

public SUTNewWizard()
Constructor for SUTNewWizard

Method Detail

getNameAndDescriptionWizardPage

protected org.eclipse.hyades.ui.internal.wizard.NameAndDescriptionWizardPage getNameAndDescriptionWizardPage()
Returns the "name and description page" used by this wizard.

Returns:
NameDescriptionWizardPage

initPages

protected void initPages()
Specified by:
initPages in class org.eclipse.hyades.ui.internal.wizard.HyadesWizard
See Also:
HyadesWizard.initPages()

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard
See Also:
IWizard.addPages()

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard
See Also:
IWizard.performFinish()

TPTP 4.5.0 Testing Tools Project
Internal API Specification