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.
|
Modifier and Type | Class and Description |
---|---|
class |
RulerBreakpointTypesActionDelegate
Deprecated.
Should use BreakpointTypesContribution instead.
|
class |
RulerEnableDisableBreakpointActionDelegate
Toggles enablement of a breakpoint in a vertical ruler.
|
class |
RulerToggleBreakpointActionDelegate
Toggles a breakpoint when ruler is double-clicked.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMenuListener2
A menu listener that gets informed when a menu is about to hide.
|
Modifier and Type | Method and Description |
---|---|
void |
MenuManager.addMenuListener(IMenuListener listener) |
void |
SubMenuManager.addMenuListener(IMenuListener listener) |
void |
IMenuManager.addMenuListener(IMenuListener listener)
Adds a menu listener to this menu.
|
void |
MenuManager.removeMenuListener(IMenuListener listener) |
void |
SubMenuManager.removeMenuListener(IMenuListener listener) |
void |
IMenuManager.removeMenuListener(IMenuListener listener)
Removes the given menu listener from this menu.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected IMenuListener |
AbstractTextEditor.createContextMenuListener()
Creates the listener on this editor's context menus.
|
protected IMenuListener |
AbstractDecoratedTextEditor.createContextMenuListener() |
protected IMenuListener |
AbstractTextEditor.getContextMenuListener()
Creates and returns the listener on this editor's context menus.
|
Modifier and Type | Method and Description |
---|---|
void |
ITextEditorExtension.addRulerContextMenuListener(IMenuListener listener)
Adds a ruler context menu listener to the editor.
|
void |
AbstractTextEditor.addRulerContextMenuListener(IMenuListener listener) |
void |
ITextEditorExtension.removeRulerContextMenuListener(IMenuListener listener)
Removes a ruler context menu listener from the editor.
|
void |
AbstractTextEditor.removeRulerContextMenuListener(IMenuListener listener) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.