TPTP 4.4.0 Testing Tools Project
Internal API Specification

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

java.lang.Object
  extended byorg.eclipse.jface.wizard.Wizard
      extended byorg.eclipse.hyades.ui.internal.wizard.HyadesWizard
          extended byorg.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

Since:
0.2.0

Field Summary
 
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()
See Also:
HyadesWizard.initPages()

addPages

public void addPages()
See Also:
IWizard.addPages()

performFinish

public boolean performFinish()
See Also:
IWizard.performFinish()

TPTP 4.4.0 Testing Tools Project
Internal API Specification