org.granite.builder.ui
Class AddNatureWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.granite.builder.ui.AddNatureWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class AddNatureWizard
extends org.eclipse.jface.wizard.Wizard

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
AddNatureWizard(org.eclipse.core.resources.IProject project)
           
 
Method Summary
 void addPages()
           
 boolean performCancel()
           
 boolean performFinish()
           
static void run(org.eclipse.core.resources.IProject project)
           
 
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, 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
 

Constructor Detail

AddNatureWizard

public AddNatureWizard(org.eclipse.core.resources.IProject project)
                throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException
Method Detail

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard

performCancel

public boolean performCancel()
Specified by:
performCancel in interface org.eclipse.jface.wizard.IWizard
Overrides:
performCancel in class org.eclipse.jface.wizard.Wizard

run

public static void run(org.eclipse.core.resources.IProject project)
                throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException