Class MenuManagerShowProcessor
java.lang.Object
org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor
- All Implemented Interfaces:
IMenuListener
,IMenuListener2
MenuManagerShowProcessor
provides hooks for renderer processing
before and after the MenuManager
calls out to its
IMenuManagerListener2
for the menuAboutToShow
events.-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
HashMap key for storage ofMDynamicMenuContribution
elements -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
menuAboutToHide
(IMenuManager manager) Notifies this listener that the menu is about to be hidden by the given menu manager.void
menuAboutToShow
(IMenuManager manager) Notifies this listener that the menu is about to be shown by the given menu manager.
-
Field Details
-
DYNAMIC_ELEMENT_STORAGE_KEY
HashMap key for storage ofMDynamicMenuContribution
elements
-
-
Constructor Details
-
MenuManagerShowProcessor
public MenuManagerShowProcessor()
-
-
Method Details