org.eclipse.emf.ecore.xcore.ui
Class EmptyXcoreProjectWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
          extended by org.eclipse.emf.ecore.xcore.ui.EmptyXcoreProjectWizard
All Implemented Interfaces:
IWizard, INewWizard, IWorkbenchWizard

public class EmptyXcoreProjectWizard
extends EmptyProjectWizard


Field Summary
 
Fields inherited from class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
genModelContainerPath, genModelProjectLocation, initialProjectName, newProjectCreationPage, project, selection, workbench
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
EmptyXcoreProjectWizard()
           
 
Method Summary
 void addPages()
           
protected  java.lang.String[] getRequiredBundles()
           
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 void modifyWorkspace(IProgressMonitor progressMonitor)
           
 
Methods inherited from class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
performFinish, setInitialProjectName
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, 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
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

EmptyXcoreProjectWizard

public EmptyXcoreProjectWizard()
Method Detail

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
Specified by:
init in interface IWorkbenchWizard
Overrides:
init in class EmptyProjectWizard

addPages

public void addPages()
Specified by:
addPages in interface IWizard
Overrides:
addPages in class EmptyProjectWizard

modifyWorkspace

public void modifyWorkspace(IProgressMonitor progressMonitor)
                     throws CoreException,
                            java.io.UnsupportedEncodingException,
                            java.io.IOException
Overrides:
modifyWorkspace in class EmptyProjectWizard
Throws:
CoreException
java.io.UnsupportedEncodingException
java.io.IOException

getRequiredBundles

protected java.lang.String[] getRequiredBundles()
Overrides:
getRequiredBundles in class EmptyProjectWizard

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.