Uses of Interface
org.eclipse.cdt.managedbuilder.macros.IProjectBuildMacroSupplier

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

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

Methods in org.eclipse.cdt.managedbuilder.core that return IProjectBuildMacroSupplier
 IProjectBuildMacroSupplier IProjectType.getBuildMacroSupplier()
          Returns the tool-integrator provided implementation of the project build macro supplier or null if none.
 

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

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IProjectBuildMacroSupplier
 IProjectBuildMacroSupplier ProjectType.getBuildMacroSupplier()
           
 

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

Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that return IProjectBuildMacroSupplier
 IProjectBuildMacroSupplier TestProjectType.getBuildMacroSupplier()