Class MenuManagerHideProcessor
java.lang.Object
org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerHideProcessor
- All Implemented Interfaces:
IMenuListener,IMenuListener2
MenuManagerHideProcessor provides hooks for renderer processing
before and after the MenuManager calls out to its
IMenuManagerListener2 for the menuAboutToHide
events.-
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.
-
Constructor Details
-
MenuManagerHideProcessor
public MenuManagerHideProcessor()
-
-
Method Details