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

Packages that use IAdditionalInput
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
 

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

Methods in org.eclipse.cdt.managedbuilder.core that return IAdditionalInput
 IAdditionalInput IInputType.createAdditionalInput(java.lang.String path)
          Creates an additionalInput child for this InputType.
 IAdditionalInput IInputType.getAdditionalInput(java.lang.String path)
          Returns the AdditionalInput element with the path specified in the argument.
 IAdditionalInput[] IInputType.getAdditionalInputs()
          Returns all of the AdditionalInput children of this InputType
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IAdditionalInput
 void IInputType.removeAdditionalInput(IAdditionalInput element)
          Removes the AdditionalInput element specified in the argument.
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IAdditionalInput
 class AdditionalInput
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IAdditionalInput
 IAdditionalInput InputType.createAdditionalInput(java.lang.String paths)
           
 IAdditionalInput InputType.getAdditionalInput(java.lang.String paths)
           
 IAdditionalInput[] InputType.getAdditionalInputs()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IAdditionalInput
 void InputType.removeAdditionalInput(IAdditionalInput element)