Uses of Class
com.e1c.g5.v8.dt.check.qfix.FixProcessHandle
Packages that use FixProcessHandle
Package
Description
-
Uses of FixProcessHandle in com._1c.g5.v8.dt.internal.ui.validation.qfix
Methods in com._1c.g5.v8.dt.internal.ui.validation.qfix that return types with arguments of type FixProcessHandleModifier and TypeMethodDescriptionstatic Map<String,Map<Marker, Pair<FixProcessHandle, FixVariantDescriptor>>> QuickFixContibutionItem.getVariantsToHandles(Iterable<Marker> markers) Propagates and returns the map of fix variant descriptions to map of fix process handles and variant descriptorsMethod parameters in com._1c.g5.v8.dt.internal.ui.validation.qfix with type arguments of type FixProcessHandleModifier and TypeMethodDescriptionprotected static voidQuickFixContibutionItem.cleanupHandles(Set<FixProcessHandle> handles) Cleanup quick fix handlesConstructor parameters in com._1c.g5.v8.dt.internal.ui.validation.qfix with type arguments of type FixProcessHandleModifierConstructorDescriptionQuickFixPage(String description, Map<Marker, Pair<FixProcessHandle, Collection<FixVariantDescriptor>>> markerDescriptors) Creates a new instance of the receiver. -
Uses of FixProcessHandle in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return FixProcessHandleModifier and TypeMethodDescriptionIFixManager.prepareFix(Marker 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 FixProcessHandleModifier and TypeMethodDescriptionvoidIFixManager.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 neededIFixManager.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. -
Uses of FixProcessHandle in com.e1c.g5.v8.dt.internal.check.qfix
Methods in com.e1c.g5.v8.dt.internal.check.qfix that return FixProcessHandleMethods in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type FixProcessHandleModifier and TypeMethodDescriptionvoidFixManager.executeFix(FixProcessHandle handle, org.eclipse.core.runtime.IProgressMonitor progressMonitor) voidFixManager.finishFix(FixProcessHandle handle) FixManager.getApplicableFixVariants(FixProcessHandle handle) voidFixManager.selectFixVariant(FixVariantDescriptor descriptor, FixProcessHandle handle)