Uses of Interface
org.eclipse.jface.action.IMenuListener
Packages that use IMenuListener
Package
Description
Provides a set of actions related to running and debugging applications.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
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 IMenuListenerModifier and TypeClassDescriptionclassDeprecated.Should use BreakpointTypesContribution instead.classToggles enablement of a breakpoint in a vertical ruler.classA run to line action that can be contributed to a an editor or view.classToggles a breakpoint when ruler is double-clicked. -
Uses of IMenuListener in org.eclipse.jface.action
Subinterfaces of IMenuListener in org.eclipse.jface.actionModifier and TypeInterfaceDescriptioninterfaceA menu listener that gets informed when a menu is about to hide.Methods in org.eclipse.jface.action with parameters of type IMenuListenerModifier and TypeMethodDescriptionvoidIMenuManager.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 IMenuListenerModifier and TypeClassDescriptionclassThis class serves as an adapter for actions contributed to the vertical ruler's context menu.classAdapter for the managing bookmark action.classAdapter for the select marker action.classAdapter for the marker ruler action creating/removing tasks.Methods in org.eclipse.ui.texteditor that return IMenuListenerModifier and TypeMethodDescriptionprotected IMenuListenerAbstractDecoratedTextEditor.createContextMenuListener()protected IMenuListenerAbstractTextEditor.createContextMenuListener()Creates the listener on this editor's context menus.protected final IMenuListenerAbstractTextEditor.getContextMenuListener()Creates and returns the listener on this editor's context menus.Methods in org.eclipse.ui.texteditor with parameters of type IMenuListenerModifier and TypeMethodDescriptionvoidAbstractTextEditor.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.