public interface ModelQuickFixRegistry
Modifier and Type | Method and Description |
---|---|
List<ModelQuickFix> |
getAllModelQuickFixes() |
List<ModelQuickFix> |
getApplicableModelQuickFixes(org.eclipse.emf.common.util.Diagnostic diagnostic) |
void |
registerModelQuickFix(ModelQuickFix modelQuickFix)
Register a
ModelQuickFix implementation. |
void registerModelQuickFix(ModelQuickFix modelQuickFix)
ModelQuickFix
implementation.modelQuickFix
- - the implementation to registerList<ModelQuickFix> getApplicableModelQuickFixes(org.eclipse.emf.common.util.Diagnostic diagnostic)
diagnostic
- - the diagnosticModelQuickFix
objects, applicable for the given diagnostic. The list is
ordered by the priority of the quick fixes, in descending order.List<ModelQuickFix> getAllModelQuickFixes()
Copyright © 2018. All rights reserved.