Uses of Interface
org.eclipse.ui.IActionDelegate
Package
Description
Provides a set of actions related to running and debugging applications.
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to actions related to the refactoring history.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.-
Uses of IActionDelegate in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
class
class
class
class
Deprecated.Temporarily replaced by CompareWithOtherResourceHandler.class
class
class
-
Uses of IActionDelegate 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 IActionDelegate 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 IActionDelegate 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.class
An action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.final class
Action to launch the last launch configuration that was successfully launched, in debug mode.class
Deprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.class
A cascading sub-menu that shows all launch shortcuts pertinent to a selection.class
Opens the launch configuration dialog in the context of a launch group.class
Re-launches the last launch.class
Deprecated.Should use BreakpointTypesContribution instead.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 IActionDelegate in org.eclipse.help.ui.browser
-
Uses of IActionDelegate in org.eclipse.help.ui.internal
-
Uses of IActionDelegate in org.eclipse.ltk.internal.ui.refactoring
Modifier and TypeClassDescriptionclass
org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction
-
Uses of IActionDelegate in org.eclipse.ltk.ui.refactoring
Modifier and TypeClassDescriptionclass
Deprecated.This action is now longer needed.class
Deprecated.This action is now longer needed. -
Uses of IActionDelegate in org.eclipse.ltk.ui.refactoring.actions
Modifier and TypeClassDescriptionfinal class
Action to apply a refactoring script to the workspace.final class
Action to open the dialog to create a refactoring script from the refactoring history.final class
Action to show the global refactoring history. -
Uses of IActionDelegate in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
Interface extension toIActionDelegate
adding lifecycle methods.interface
Interface for an action that is contributed into an editor-activated menu or tool bar.interface
Interface for an object action that is contributed into a popup menu for a view or editor.interface
Interface for an action that is contributed into a view's local tool bar, pulldown menu, or popup menu.interface
Interface for an action that is contributed into the workbench window menu or tool bar.interface
Interface for a pulldown action that is contributed into the workbench window tool bar.interface
Extension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown menu to be a child of a Menu item. -
Uses of IActionDelegate in org.eclipse.ui.actions
Modifier and TypeClassDescriptionclass
Abstract base implementation ofIActionDelegate
andIActionDelegate2
for a client delegate action. -
Uses of IActionDelegate in org.eclipse.ui.editors.text
-
Uses of IActionDelegate in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected IActionDelegate
PluginAction.getDelegate()
Returns the action delegate if created.protected IActionDelegate
EditorPluginAction.validateDelegate
(Object obj) protected IActionDelegate
PluginAction.validateDelegate
(Object obj) Validates the object is a delegate of the expected type.protected IActionDelegate
ViewPluginAction.validateDelegate
(Object obj) protected IActionDelegate
WWinPluginAction.validateDelegate
(Object obj) protected IActionDelegate
WWinPluginPulldown.validateDelegate
(Object obj) -
Uses of IActionDelegate 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
Goes to last edit position.class
Goes to next edit position, ie travels forward in the edit position history Acts as a complement to GotoLastEditPositionAction which travels backward in the history.class
Adapter for the select marker action.class
Adapter for the marker ruler action creating/removing tasks. -
Uses of IActionDelegate in org.eclipse.ui.texteditor.quickdiff
Modifier and TypeClassDescriptionclass
Action to toggle the line number bar's quick diff display.