Uses of Interface
org.eclipse.cdt.managedbuilder.core.IProjectType

Packages that use IProjectType
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
org.eclipse.cdt.managedbuilder.ui.tests.util   
org.eclipse.cdt.managedbuilder.ui.wizards   
 

Uses of IProjectType in org.eclipse.cdt.managedbuilder.core
 

Methods in org.eclipse.cdt.managedbuilder.core that return IProjectType
static IProjectType[] ManagedBuildManager.getDefinedProjectTypes()
          Returns the list of project types that are defined by this project, projects referenced by this project, and by the extensions.
static IProjectType ManagedBuildManager.getExtensionProjectType(java.lang.String id)
          Returns the project type from the manifest with the ID specified in the argument or null.
 IProjectType IManagedProject.getProjectType()
          Answers the IProjectType that is the superclass of this project-type, or null if the attribute was not specified.
 IProjectType IConfiguration.getProjectType()
          Returns the project-type parent of this configuration, if this is an extension configuration.
static IProjectType ManagedBuildManager.getProjectType(java.lang.String id)
          Returns the project type with the passed in ID
 IProjectType IProjectType.getSuperClass()
          Returns the IProjectType that is the superclass of this project-type, or null if the attribute was not specified.
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IProjectType
static IManagedProject ManagedBuildManager.createManagedProject(org.eclipse.core.resources.IResource resource, IProjectType parent)
          Creates a new project instance for the resource based on the parent project type.
static IConfiguration[] ManagedBuildManager.getExtensionConfigurations(IToolChain tChain, IProjectType type)
           
static IToolChain[] ManagedBuildManager.getExtensionToolChains(IProjectType type)
           
 

Uses of IProjectType in org.eclipse.cdt.managedbuilder.internal.core
 

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IProjectType
 class ProjectType
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IProjectType
 IProjectType ManagedProject.getProjectType()
           
 IProjectType Configuration.getProjectType()
           
 IProjectType ProjectType.getSuperClass()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IProjectType
 void ManagedProject.setProjectType(IProjectType projectType)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IProjectType
ManagedProject(org.eclipse.core.resources.IResource owner, IProjectType projectType)
          Create a project instance from the project-type specified in the argument, that is owned by the specified Eclipse project.
 

Uses of IProjectType in org.eclipse.cdt.managedbuilder.ui.tests.util
 

Classes in org.eclipse.cdt.managedbuilder.ui.tests.util that implement IProjectType
 class TestProjectType
           
 

Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that return IProjectType
 IProjectType TestConfiguration.getProjectType()
           
 IProjectType TestProjectType.getSuperClass()
           
 

Uses of IProjectType in org.eclipse.cdt.managedbuilder.ui.wizards
 

Methods in org.eclipse.cdt.managedbuilder.ui.wizards that return IProjectType
 IProjectType MBSWizardHandler.getProjectType()
           
 

Constructors in org.eclipse.cdt.managedbuilder.ui.wizards with parameters of type IProjectType
MBSWizardHandler(IProjectType _pt, org.eclipse.swt.widgets.Composite p, org.eclipse.jface.wizard.IWizard w)