public class ModelQuickFixContextMenuContribution extends Object
Constructor and Description |
---|
ModelQuickFixContextMenuContribution() |
Modifier and Type | Method and Description |
---|---|
void |
aboutToShow(List<org.eclipse.e4.ui.model.application.ui.menu.MMenuElement> items,
org.eclipse.emf.common.util.Diagnostic diagnostic,
org.eclipse.e4.ui.workbench.modeling.EModelService modelService) |
public ModelQuickFixContextMenuContribution()
@AboutToShow public void aboutToShow(List<org.eclipse.e4.ui.model.application.ui.menu.MMenuElement> items, @Named(value="org.eclipse.ui.selection") @Optional org.eclipse.emf.common.util.Diagnostic diagnostic, org.eclipse.e4.ui.workbench.modeling.EModelService modelService)
items
- - the list of dynamically shown menu elementsdiagnostic
- - the selected diagnosticmodelService
- - the e4 EModelServiceAboutToShow
Copyright © 2019. All rights reserved.