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

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

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

Methods in org.eclipse.cdt.managedbuilder.buildproperties that return IBuildPropertyValue
 IBuildPropertyValue IBuildPropertyType.getSupportedValue(java.lang.String id)
           
 IBuildPropertyValue[] IBuildPropertyType.getSupportedValues()
           
 IBuildPropertyValue IBuildProperty.getValue()
           
 

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

Methods in org.eclipse.cdt.managedbuilder.core that return IBuildPropertyValue
 IBuildPropertyValue IProjectType.getBuildArtefactType()
           
 IBuildPropertyValue IConfiguration.getBuildArtefactType()
           
 IBuildPropertyValue[] IBuildObjectProperties.getSupportedValues(java.lang.String typeId)
           
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.buildproperties that implement IBuildPropertyValue
 class BuildPropertyValue
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildproperties that return IBuildPropertyValue
 IBuildPropertyValue BuildPropertyManager.createPropertyValue(IBuildPropertyType type, java.lang.String id, java.lang.String name)
           
 IBuildPropertyValue BuildPropertyManager.createPropertyValue(java.lang.String typeId, java.lang.String id, java.lang.String name)
           
 IBuildPropertyValue BuildPropertyType.getSupportedValue(java.lang.String id)
           
 IBuildPropertyValue[] BuildPropertyType.getSupportedValues()
           
 IBuildPropertyValue BuildProperty.getValue()
           
 

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

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IBuildPropertyValue
 IBuildPropertyValue ProjectType.getBuildArtefactType()
           
 IBuildPropertyValue Configuration.getBuildArtefactType()
           
 IBuildPropertyValue[] BuildObjectProperties.getSupportedValues(java.lang.String typeId)
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IBuildPropertyValue
 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)
           
 

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

Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that return IBuildPropertyValue
 IBuildPropertyValue TestProjectType.getBuildArtefactType()
           
 IBuildPropertyValue TestConfiguration.getBuildArtefactType()
           
 

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

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