Uses of Interface
org.eclipse.jface.action.IMenuListener
-
Packages that use IMenuListener Package Description org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of IMenuListener in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IMenuListener Modifier and Type Class Description classRulerBreakpointTypesActionDelegateDeprecated.Should use BreakpointTypesContribution instead.classRulerEnableDisableBreakpointActionDelegateToggles enablement of a breakpoint in a vertical ruler.classRulerRunToLineActionDelegateA run to line action that can be contributed to a an editor or view.classRulerToggleBreakpointActionDelegateToggles a breakpoint when ruler is double-clicked. -
Uses of IMenuListener in org.eclipse.jface.action
Subinterfaces of IMenuListener in org.eclipse.jface.action Modifier and Type Interface Description interfaceIMenuListener2A menu listener that gets informed when a menu is about to hide.Methods in org.eclipse.jface.action with parameters of type IMenuListener Modifier and Type Method Description voidIMenuManager. addMenuListener(IMenuListener listener)Adds a menu listener to this menu.voidMenuManager. addMenuListener(IMenuListener listener)voidSubMenuManager. addMenuListener(IMenuListener listener)voidIMenuManager. removeMenuListener(IMenuListener listener)Removes the given menu listener from this menu.voidMenuManager. removeMenuListener(IMenuListener listener)voidSubMenuManager. removeMenuListener(IMenuListener listener) -
Uses of IMenuListener in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IMenuListener Modifier and Type Class Description classAbstractRulerActionDelegateThis class serves as an adapter for actions contributed to the vertical ruler's context menu.classBookmarkRulerActionAdapter for the managing bookmark action.classSelectRulerActionAdapter for the select marker action.classTaskRulerActionAdapter for the marker ruler action creating/removing tasks.Methods in org.eclipse.ui.texteditor that return IMenuListener Modifier and Type Method Description protected IMenuListenerAbstractDecoratedTextEditor. createContextMenuListener()protected IMenuListenerAbstractTextEditor. createContextMenuListener()Creates the listener on this editor's context menus.protected IMenuListenerAbstractTextEditor. getContextMenuListener()Creates and returns the listener on this editor's context menus.Methods in org.eclipse.ui.texteditor with parameters of type IMenuListener Modifier and Type Method Description voidAbstractTextEditor. addRulerContextMenuListener(IMenuListener listener)voidITextEditorExtension. addRulerContextMenuListener(IMenuListener listener)Adds a ruler context menu listener to the editor.voidAbstractTextEditor. removeRulerContextMenuListener(IMenuListener listener)voidITextEditorExtension. removeRulerContextMenuListener(IMenuListener listener)Removes a ruler context menu listener from the editor.
-