TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.ui.internal.wizard.selection
Class SelectionWizard

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

public class SelectionWizard
extends HyadesWizard


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
SelectionWizard(IWizardElement[] wizardElements, java.lang.String message)
          Constructor for SelectionWizard
 
Method Summary
 void addPages()
           
 void dispose()
           
protected  SelectionPage getSelectionPage()
          Returns the selection page.
protected  void initPages()
          Instantiates the wizard pages provided by this wizard.
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.hyades.ui.internal.wizard.HyadesWizard
createPageControls, 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

SelectionWizard

public SelectionWizard(IWizardElement[] wizardElements,
                       java.lang.String message)
Constructor for SelectionWizard

Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.hyades.ui.util.IDisposable
Specified by:
dispose in interface org.eclipse.jface.wizard.IWizard
Overrides:
dispose in class HyadesWizard
See Also:
IWizard.dispose()

getSelectionPage

protected SelectionPage getSelectionPage()
Returns the selection page.

Returns:
SelectionPage

initPages

protected void initPages()
Description copied from class: HyadesWizard
Instantiates the wizard pages provided by this wizard.

Specified by:
initPages in class 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 Platform Project
Internal API Specification