org.eclipse.cdt.make.ui.wizards
Class ConvertToMakeProjectWizard

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.NewCProjectWizard
              extended by org.eclipse.cdt.ui.wizards.conversion.ConversionWizard
                  extended by org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizard
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class ConvertToMakeProjectWizard
extends ConversionWizard

This wizard provides a method by which the user can add a C nature to a project that previously had no nature associated with it.


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
ConvertToMakeProjectWizard()
          ConvertToStdMakeConversionWizard Wizard constructor
ConvertToMakeProjectWizard(java.lang.String title, java.lang.String desc)
          ConvertToStdMakeConversionWizard Wizard constructor
 
Method Summary
 void addPages()
          Method addPages adds our Simple to C conversion Wizard page.
 java.lang.String getProjectID()
          Return the type of project that it is being converted to The default if a make project
 
Methods inherited from class org.eclipse.cdt.ui.wizards.conversion.ConversionWizard
init
 
Methods inherited from class org.eclipse.cdt.ui.wizards.NewCProjectWizard
getBuildSystemId, getNewProject, getProjectHandle, getRunnable, performFinish, setInitializationData
 
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
getSelection, getWorkbench, selectAndReveal
 
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
equals, 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

ConvertToMakeProjectWizard

public ConvertToMakeProjectWizard()
ConvertToStdMakeConversionWizard Wizard constructor


ConvertToMakeProjectWizard

public ConvertToMakeProjectWizard(java.lang.String title,
                                  java.lang.String desc)
ConvertToStdMakeConversionWizard Wizard constructor

Parameters:
title -
desc -
Method Detail

addPages

public void addPages()
Method addPages adds our Simple to C conversion Wizard page.

Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Specified by:
addPages in class ConversionWizard
See Also:
Wizard#createPages

getProjectID

public java.lang.String getProjectID()
Description copied from class: ConversionWizard
Return the type of project that it is being converted to The default if a make project

Specified by:
getProjectID in class ConversionWizard
Returns:
String