Package org.eclipse.jface.action
Interface IMenuListener
- All Known Subinterfaces:
IMenuListener2
- All Known Implementing Classes:
AbstractRulerActionDelegate
,BookmarkRulerAction
,MenuManagerHideProcessor
,MenuManagerShowProcessor
,MergeSourceViewer
,PopupMenuExtender
,RulerBreakpointTypesActionDelegate
,RulerEnableDisableBreakpointActionDelegate
,RulerRunToLineActionDelegate
,RulerToggleBreakpointActionDelegate
,SelectRulerAction
,TaskRulerAction
public interface IMenuListener
A menu listener that gets informed when a menu is about to show.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
menuAboutToShow
(IMenuManager manager) Notifies this listener that the menu is about to be shown by the given menu manager.
-
Method Details