org.eclipse.cdt.ui.wizards
Class CProjectWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
          extended by org.eclipse.cdt.ui.wizards.CDTCommonProjectWizard
              extended by org.eclipse.cdt.ui.wizards.CProjectWizard
All Implemented Interfaces:
IWizardWithMemory, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class CProjectWizard
extends CDTCommonProjectWizard


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
CProjectWizard()
           
 
Method Summary
 java.lang.String[] getNatures()
           
 
Methods inherited from class org.eclipse.cdt.ui.wizards.CDTCommonProjectWizard
addPages, canFinish, createIProject, dispose, getContentTypeIDs, getExtensions, getLanguageIDs, getLastProject, getLastProjectLocation, getLastProjectName, getProject, getProject, performCancel, performFinish, setInitializationData
 
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
getSelection, getWorkbench, init, selectAndReveal
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
createPageControls, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer
 

Constructor Detail

CProjectWizard

public CProjectWizard()
Method Detail

getNatures

public java.lang.String[] getNatures()
Specified by:
getNatures in class CDTCommonProjectWizard