org.eclipse.cdt.ui.dialogs
Interface ICOptionContainerExtension

All Superinterfaces:
ICOptionContainer
All Known Implementing Classes:
CNewOptionsPage, MakeProjectWizardOptionPage, NewCProjectWizardOptionPage

public interface ICOptionContainerExtension
extends ICOptionContainer

Extension for the ICOptionContainer to be used with new project wizards. This allows children to access the the project handle.

Since:
4.0

Method Summary
 org.eclipse.core.resources.IProject getProjectHandle()
          Returns the project to be created.
 
Methods inherited from interface org.eclipse.cdt.ui.dialogs.ICOptionContainer
getPreferences, getProject, updateContainer
 

Method Detail

getProjectHandle

org.eclipse.core.resources.IProject getProjectHandle()
Returns the project to be created.

Since:
4.0