org.eclipse.cdt.managedbuilder.ui.wizards
Class ConvertToMakeWizard

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.managedbuilder.ui.wizards.ConvertToMakeWizard
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class ConvertToMakeWizard
extends ConversionWizard


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
ConvertToMakeWizard()
           
 
Method Summary
 void addPages()
          Method addPages allows subclasses to add as many pages as they need.
 java.lang.String getBuildSystemId()
           
 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
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

ConvertToMakeWizard

public ConvertToMakeWizard()
Method Detail

addPages

public void addPages()
Description copied from class: ConversionWizard
Method addPages allows subclasses to add as many pages as they need. Overwrite to create at least one conversion specific page.

i.e.

 
   mainPage = new ConvertToStdMakeProjectWizardPage(getPrefix());
   addPage(mainPage);

Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Specified by:
addPages in class ConversionWizard
See Also:
NewCProjectWizard.addPages()

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

getBuildSystemId

public java.lang.String getBuildSystemId()
Overrides:
getBuildSystemId in class NewCProjectWizard