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

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

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

Methods in org.eclipse.cdt.managedbuilder.core that return IInputOrder
 IInputOrder IInputType.createInputOrder(java.lang.String path)
          Creates an inputOrder child for this InputType.
 IInputOrder IInputType.getInputOrder(java.lang.String path)
          Returns the InputOrder element with the path specified in the argument.
 IInputOrder[] IInputType.getInputOrders()
          Returns all of the InputOrder children of this InputType
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IInputOrder
 void IInputType.removeInputOrder(IInputOrder element)
          Removes the InputOrder element specified in the argument.
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IInputOrder
 class InputOrder
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IInputOrder
 IInputOrder InputType.createInputOrder(java.lang.String path)
           
 IInputOrder InputType.getInputOrder(java.lang.String path)
           
 IInputOrder[] InputType.getInputOrders()
           
 

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