Uses of Class
com.e1c.g5.v8.dt.check.qfix.FixProcessHandle
- 
Packages that use FixProcessHandle Package Description com.e1c.g5.v8.dt.check.qfix 
- 
- 
Uses of FixProcessHandle in com.e1c.g5.v8.dt.check.qfixMethods in com.e1c.g5.v8.dt.check.qfix that return FixProcessHandle Modifier and Type Method Description FixProcessHandleIFixManager. prepareFix(IMarkerWrapper marker, IDtProject dtProject)Prepares the quick fix process for the problem being described by the given markerMethods in com.e1c.g5.v8.dt.check.qfix with parameters of type FixProcessHandle Modifier and Type Method Description voidIFixManager. executeFix(FixProcessHandle handle, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Executes the code of the quick fixvoidIFixManager. finishFix(FixProcessHandle handle)Finalizes the quick fix TODO: Check whether it's neededCollection<FixVariantDescriptor>IFixManager. getApplicableFixVariants(FixProcessHandle handle)Gets applicable fix variants for the given fix process.voidIFixManager. selectFixVariant(FixVariantDescriptor descriptor, FixProcessHandle handle)Selects the target fix variant from available set.
 
-