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 |
ContextualLaunchAction
An action delegate that builds a context menu with applicable launch shortcuts
for a specific launch mode.
|
class |
LaunchAsAction
Deprecated.
The use of perspective based launch shortcuts has been deprecated
in the 3.1 release. Instead, selection sensitive launch is supported in the top level
menus. Use
LaunchShorcutsAction instead. |
class |
LaunchShortcutsAction
A cascading sub-menu that shows all launch shortcuts pertinent to a
selection.
|
class |
RulerBreakpointTypesActionDelegate
Deprecated.
Should use BreakpointTypesContribution instead.
|
Modifier and Type | Method and Description |
---|---|
IMenuCreator |
Action.getMenuCreator() |
IMenuCreator |
IAction.getMenuCreator()
Returns the menu creator for this action.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setMenuCreator(IMenuCreator creator)
Sets the menu creator for this action.
|
void |
IAction.setMenuCreator(IMenuCreator creator)
Sets the menu creator for this action.
|
Modifier and Type | Method and Description |
---|---|
IMenuCreator |
TextNavigationAction.getMenuCreator() |
Modifier and Type | Method and Description |
---|---|
void |
TextNavigationAction.setMenuCreator(IMenuCreator creator) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.