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
FieldsModifier and TypeFieldDescriptionprotected static final StringHashMap key for storage ofMDynamicMenuContributionelements -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmenuAboutToHide(IMenuManager manager) Notifies this listener that the menu is about to be hidden by the given menu manager.voidmenuAboutToShow(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 ofMDynamicMenuContributionelements
-
-
Constructor Details
-
MenuManagerShowProcessor
public MenuManagerShowProcessor()
-
-
Method Details