org.eclipse.emf.ecp.makeithappen.internal.wizards
Class MakeItHappenWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
          extended by org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
              extended by org.eclipse.emf.ecp.makeithappen.internal.wizards.MakeItHappenWizard
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class MakeItHappenWizard
extends org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard

Author:
Lucas Koehler

Nested Class Summary
 class MakeItHappenWizard.MakeItHappenPage
          The project page for the MakeItHappenWizard.
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen, org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor, org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
MakeItHappenWizard()
           
 
Method Summary
 void addPages()
          
 void dispose()
           
 
Methods inherited from class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
setInitializationData
 
Methods inherited from class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
init, performFinish
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 
Methods inherited from interface org.eclipse.jface.window.IShellProvider
getShell
 

Constructor Detail

MakeItHappenWizard

public MakeItHappenWizard()
Method Detail

addPages

public void addPages()

Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
See Also:
AbstractExampleInstallerWizard.addPages()

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.jface.wizard.IWizard
Overrides:
dispose in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard


Copyright © 2015. All Rights Reserved.