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

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

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

Subinterfaces of IBuildObjectPropertiesContainer in org.eclipse.cdt.managedbuilder.core
 interface IConfiguration
          A tool-integrator defines default configurations as children of the project type.
 interface IManagedProject
          This class represents a project instance in the managed build system.
 interface IProjectType
          This class represents project-types in the managed build system.
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IBuildObjectPropertiesContainer
 class Configuration
           
 class ManagedProject
           
 class ProjectType
           
 

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

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