|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
org.eclipse.cdt.ui.wizards.NewCProjectWizard
org.eclipse.cdt.ui.wizards.conversion.ConversionWizard
org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizard
public class ConvertToMakeProjectWizard
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 |
---|
public ConvertToMakeProjectWizard()
public ConvertToMakeProjectWizard(java.lang.String title, java.lang.String desc)
title
- desc
- Method Detail |
---|
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class ConversionWizard
Wizard#createPages
public java.lang.String getProjectID()
ConversionWizard
getProjectID
in class ConversionWizard
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |