Uses of Interface
org.eclipse.cdt.core.ICDescriptorOperation

Packages that use ICDescriptorOperation
org.eclipse.cdt.core   
org.eclipse.cdt.internal.core   
 

Uses of ICDescriptorOperation in org.eclipse.cdt.core
 

Methods in org.eclipse.cdt.core with parameters of type ICDescriptorOperation
 void ICDescriptorManager.runDescriptorOperation(org.eclipse.core.resources.IProject project, ICDescriptorOperation op, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void ICDescriptorManager.runDescriptorOperation(org.eclipse.core.resources.IProject project, org.eclipse.cdt.core.settings.model.ICProjectDescription des, ICDescriptorOperation op, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Uses of ICDescriptorOperation in org.eclipse.cdt.internal.core
 

Methods in org.eclipse.cdt.internal.core with parameters of type ICDescriptorOperation
 void CConfigBasedDescriptorManager.runDescriptorOperation(org.eclipse.core.resources.IProject project, ICDescriptorOperation op, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void CConfigBasedDescriptorManager.runDescriptorOperation(org.eclipse.core.resources.IProject project, org.eclipse.cdt.core.settings.model.ICProjectDescription des, ICDescriptorOperation op, org.eclipse.core.runtime.IProgressMonitor monitor)