|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMenuListener | |
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.jface.action |
Methods in org.eclipse.jface.action with parameters of type IMenuListener | |
void |
MenuManager.addMenuListener(IMenuListener listener)
|
void |
MenuManager.removeMenuListener(IMenuListener listener)
|
void |
IMenuManager.addMenuListener(IMenuListener listener)
Adds a menu listener to this menu. |
void |
IMenuManager.removeMenuListener(IMenuListener listener)
Removes the given menu listener from this menu. |
void |
SubMenuManager.addMenuListener(IMenuListener listener)
|
void |
SubMenuManager.removeMenuListener(IMenuListener listener)
|
Uses of IMenuListener in org.eclipse.ui.texteditor |
Classes in org.eclipse.ui.texteditor that implement IMenuListener | |
class |
AbstractRulerActionDelegate
This class serves as an adapter for actions contributed to the vertical ruler's context menu. |
class |
BookmarkRulerAction
Adapter for the managing bookmark action. |
class |
SelectRulerAction
Adapter for the select marker action. |
class |
TaskRulerAction
Adapter for the marker ruler action creating/removing tasks. |
Methods in org.eclipse.ui.texteditor that return IMenuListener | |
protected IMenuListener |
AbstractTextEditor.getContextMenuListener()
Creates and returns the listener on this editor's context menus. |
Methods in org.eclipse.ui.texteditor with parameters of type IMenuListener | |
void |
AbstractTextEditor.addRulerContextMenuListener(IMenuListener listener)
|
void |
AbstractTextEditor.removeRulerContextMenuListener(IMenuListener listener)
|
void |
ITextEditorExtension.addRulerContextMenuListener(IMenuListener listener)
Adds a ruler context menu listener to the editor. |
void |
ITextEditorExtension.removeRulerContextMenuListener(IMenuListener listener)
Removes a ruler context menu listener from the editor. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |