org.eclipse.ocl.examples.internal.wizard
Class CompleteOCLTutorialWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ocl.examples.internal.wizard.AbstractExampleWizard
          extended by org.eclipse.ocl.examples.internal.wizard.CompleteOCLTutorialWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class CompleteOCLTutorialWizard
extends AbstractExampleWizard


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ocl.examples.internal.wizard.AbstractExampleWizard
AbstractExampleWizard.ProjectDescriptor
 
Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
CompleteOCLTutorialWizard()
           
 
Method Summary
protected  java.util.Collection<AbstractExampleWizard.ProjectDescriptor> getProjectDescriptors()
          The subclass provides the specific project descriptors for the projects that should be unzipped into the workspace.
 
Methods inherited from class org.eclipse.ocl.examples.internal.wizard.AbstractExampleWizard
init, log, performFinish
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, addPages, canFinish, createPageControls, dispose, 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
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

CompleteOCLTutorialWizard

public CompleteOCLTutorialWizard()
Method Detail

getProjectDescriptors

protected java.util.Collection<AbstractExampleWizard.ProjectDescriptor> getProjectDescriptors()
Description copied from class: AbstractExampleWizard
The subclass provides the specific project descriptors for the projects that should be unzipped into the workspace. Note that any projects that already exist in the workspace will not be overwritten as they may contain changes made by the user.

Specified by:
getProjectDescriptors in class AbstractExampleWizard
Returns:
The collection of project descriptors that should be unzipped into the workspace.