Package | Description |
---|---|
org.eclipse.emf.ecp.quickfix | |
org.eclipse.emf.ecp.quickfix.internal |
Modifier and Type | Method and Description |
---|---|
List<ModelQuickFix> |
ModelQuickFixRegistry.getAllModelQuickFixes() |
List<ModelQuickFix> |
ModelQuickFixRegistry.getApplicableModelQuickFixes(org.eclipse.emf.common.util.Diagnostic diagnostic) |
Modifier and Type | Method and Description |
---|---|
void |
ModelQuickFixRegistry.registerModelQuickFix(ModelQuickFix modelQuickFix)
Register a
ModelQuickFix implementation. |
Modifier and Type | Method and Description |
---|---|
List<ModelQuickFix> |
ModelQuickFixRegistryImpl.getAllModelQuickFixes() |
List<ModelQuickFix> |
ModelQuickFixRegistryImpl.getApplicableModelQuickFixes(org.eclipse.emf.common.util.Diagnostic diagnostic) |
Modifier and Type | Method and Description |
---|---|
void |
ModelQuickFixRegistryImpl.registerModelQuickFix(ModelQuickFix modelQuickFix)
Register a
ModelQuickFix implementation. |
Copyright © 2016. All rights reserved.