Uses of Interface
org.eclipse.cdt.managedbuilder.buildproperties.IBuildPropertyType

Packages that use IBuildPropertyType
org.eclipse.cdt.managedbuilder.buildproperties   
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.buildproperties   
org.eclipse.cdt.managedbuilder.internal.core   
 

Uses of IBuildPropertyType in org.eclipse.cdt.managedbuilder.buildproperties
 

Methods in org.eclipse.cdt.managedbuilder.buildproperties that return IBuildPropertyType
 IBuildPropertyType IBuildProperty.getPropertyType()
           
 IBuildPropertyType IBuildPropertyManager.getPropertyType(java.lang.String id)
           
 IBuildPropertyType[] IBuildPropertyManager.getPropertyTypes()
           
 

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

Methods in org.eclipse.cdt.managedbuilder.core that return IBuildPropertyType
 IBuildPropertyType[] IBuildObjectProperties.getSupportedTypes()
           
 

Uses of IBuildPropertyType in org.eclipse.cdt.managedbuilder.internal.buildproperties
 

Classes in org.eclipse.cdt.managedbuilder.internal.buildproperties that implement IBuildPropertyType
 class BuildPropertyType
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildproperties that return IBuildPropertyType
 IBuildPropertyType BuildPropertyManager.createPropertyType(java.lang.String id, java.lang.String name)
           
 IBuildPropertyType BuildProperty.getPropertyType()
           
 IBuildPropertyType BuildPropertyManager.getPropertyType(java.lang.String id)
           
 IBuildPropertyType[] BuildPropertyManager.getPropertyTypes()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildproperties with parameters of type IBuildPropertyType
 IBuildPropertyValue BuildPropertyManager.createPropertyValue(IBuildPropertyType type, java.lang.String id, java.lang.String name)
           
 

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

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IBuildPropertyType
 IBuildPropertyType[] BuildObjectProperties.getSupportedTypes()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IBuildPropertyType
 boolean ToolChain.supportsType(IBuildPropertyType type)
           
 boolean Tool.supportsType(IBuildPropertyType type)
           
 boolean ProjectType.supportsType(IBuildPropertyType type)
           
 boolean ManagedProject.supportsType(IBuildPropertyType type)
           
 boolean HoldsOptions.supportsType(IBuildPropertyType type)
           
 boolean Configuration.supportsType(IBuildPropertyType type)
           
 boolean ToolChain.supportsValue(IBuildPropertyType type, IBuildPropertyValue value)
           
 boolean Tool.supportsValue(IBuildPropertyType type, IBuildPropertyValue value)
           
 boolean ProjectType.supportsValue(IBuildPropertyType type, IBuildPropertyValue value)
           
 boolean ManagedProject.supportsValue(IBuildPropertyType type, IBuildPropertyValue value)
           
 boolean HoldsOptions.supportsValue(IBuildPropertyType type, IBuildPropertyValue value)
           
 boolean Configuration.supportsValue(IBuildPropertyType type, IBuildPropertyValue value)