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

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

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

Methods in org.eclipse.cdt.managedbuilder.core that return ITargetPlatform
 ITargetPlatform IToolChain.createTargetPlatform(ITargetPlatform superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          Creates the TargetPlatform child of this tool-chain.
static ITargetPlatform ManagedBuildManager.getExtensionTargetPlatform(java.lang.String id)
          Returns the target platform from the manifest with the ID specified in the argument or null.
 ITargetPlatform ITargetPlatform.getSuperClass()
          Returns the ITargetPlatform that is the superclass of this target platform, or null if the attribute was not specified.
 ITargetPlatform IToolChain.getTargetPlatform()
          Returns the target-platform child of this tool-chain
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type ITargetPlatform
 ITargetPlatform IToolChain.createTargetPlatform(ITargetPlatform superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          Creates the TargetPlatform child of this tool-chain.
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement ITargetPlatform
 class TargetPlatform
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return ITargetPlatform
 ITargetPlatform ToolChain.createTargetPlatform(ITargetPlatform superClass, java.lang.String id, java.lang.String name, boolean isExtensionElement)
           
 ITargetPlatform TargetPlatform.getSuperClass()
           
 ITargetPlatform ToolChain.getTargetPlatform()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ITargetPlatform
 ITargetPlatform ToolChain.createTargetPlatform(ITargetPlatform superClass, java.lang.String id, java.lang.String name, boolean isExtensionElement)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ITargetPlatform
TargetPlatform(ToolChain parent, ITargetPlatform superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          This constructor is called to create a TargetPlatform whose attributes and children will be added by separate calls.
 

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

Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that return ITargetPlatform
 ITargetPlatform TestToolchain.createTargetPlatform(ITargetPlatform superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 ITargetPlatform TestToolchain.getTargetPlatform()
           
 

Methods in org.eclipse.cdt.managedbuilder.ui.tests.util with parameters of type ITargetPlatform
 ITargetPlatform TestToolchain.createTargetPlatform(ITargetPlatform superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)