Class ModelQuickFixContextMenuContribution


  • public class ModelQuickFixContextMenuContribution
    extends java.lang.Object
    Context Menu entries for Model Quick Fixes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void aboutToShow​(java.util.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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModelQuickFixContextMenuContribution

        public ModelQuickFixContextMenuContribution()
    • Method Detail

      • aboutToShow

        @AboutToShow
        public void aboutToShow​(java.util.List<org.eclipse.e4.ui.model.application.ui.menu.MMenuElement> items,
                                @Named("org.eclipse.ui.selection") @Optional
                                org.eclipse.emf.common.util.Diagnostic diagnostic,
                                org.eclipse.e4.ui.workbench.modeling.EModelService modelService)
        Parameters:
        items - - the list of dynamically shown menu elements
        diagnostic - - the selected diagnostic
        modelService - - the e4 EModelService
        See Also:
        AboutToShow