Uses of Interface
org.eclipse.ui.IActionDelegate2
Package
Description
Provides a set of actions related to running and debugging applications.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IActionDelegate2 in org.eclipse.debug.internal.ui.actions
Modifier and TypeClassDescriptionclass
org.eclipse.debug.internal.ui.actions.ExecutionAction
This is the super class of the Run & Debug actions which appears in the desktop menu and toolbar. -
Uses of IActionDelegate2 in org.eclipse.debug.internal.ui.actions.breakpoints
Modifier and TypeClassDescriptionclass
org.eclipse.debug.internal.ui.actions.breakpoints.ToggleBreakpointObjectActionDelegate
A toggle breakpoint action that can be contributed to an object. -
Uses of IActionDelegate2 in org.eclipse.debug.ui.actions
Modifier and TypeClassDescriptionclass
Abstract implementation of an action that displays a drop-down launch history for a specific launch group.class
A launch history action that also includes launch shortcut actions (run/debug as), and an action to open the launch configuration dialog.class
A cascade menu to add a memory rendering to the memory view.final class
Action to launch the last launch configuration that was successfully launched, in debug mode.class
Opens the launch configuration dialog in the context of a launch group.class
Re-launches the last launch.class
Toggles enablement of a breakpoint in a vertical ruler.class
A run to line action that can be contributed to a an editor or view.class
Toggles a breakpoint when ruler is double-clicked.final class
Action to launch the last launch configuration that was successfully launched, in run mode.class
A run to line action that can be contributed to a an editor or view.class
A toggle method breakpoint action that can be contributed an object contribution.class
A toggle watchpoint action that can be contributed an object contribution. -
Uses of IActionDelegate2 in org.eclipse.ui.actions
Modifier and TypeClassDescriptionclass
Abstract base implementation ofIActionDelegate
andIActionDelegate2
for a client delegate action. -
Uses of IActionDelegate2 in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
This class serves as an adapter for actions contributed to the vertical ruler's context menu.class
Adapter for the managing bookmark action.class
Adapter for the select marker action.class
Adapter for the marker ruler action creating/removing tasks.