org.eclipse.emf.codegen.ecore.ui
Class EmptyProjectWizard

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

public class EmptyProjectWizard
extends Wizard
implements INewWizard

Since:
2.1.0

Field Summary
protected  IPath genModelContainerPath
           
protected  IPath genModelProjectLocation
           
protected  java.lang.String initialProjectName
           
protected  WizardNewProjectCreationPage newProjectCreationPage
           
protected  IProject project
           
protected  IStructuredSelection selection
           
protected  IWorkbench workbench
           
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
EmptyProjectWizard()
           
 
Method Summary
 void addPages()
           
protected  java.lang.String[] getRequiredBundles()
           
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 void modifyWorkspace(IProgressMonitor progressMonitor)
           
 boolean performFinish()
           
 void setInitialProjectName(java.lang.String value)
           
 
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
 

Field Detail

workbench

protected IWorkbench workbench

genModelProjectLocation

protected IPath genModelProjectLocation

genModelContainerPath

protected IPath genModelContainerPath

project

protected IProject project

initialProjectName

protected java.lang.String initialProjectName

selection

protected IStructuredSelection selection

newProjectCreationPage

protected WizardNewProjectCreationPage newProjectCreationPage
Constructor Detail

EmptyProjectWizard

public EmptyProjectWizard()
Method Detail

init

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

addPages

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

performFinish

public boolean performFinish()
Specified by:
performFinish in interface IWizard
Specified by:
performFinish in class Wizard

modifyWorkspace

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

setInitialProjectName

public void setInitialProjectName(java.lang.String value)

getRequiredBundles

protected java.lang.String[] getRequiredBundles()

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