Uses of Interface
org.eclipse.ui.IActionDelegate
Packages that use 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
Classes in org.eclipse.compare.internal that implement IActionDelegateModifier and TypeClassDescriptionclassclassclassclassclassDeprecated.Temporarily replaced by CompareWithOtherResourceHandler.classclassclass -
Uses of IActionDelegate in org.eclipse.debug.internal.ui.actions
Classes in org.eclipse.debug.internal.ui.actions that implement IActionDelegateModifier and TypeClassDescriptionclassorg.eclipse.debug.internal.ui.actions.ExecutionActionThis 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
Classes in org.eclipse.debug.internal.ui.actions.breakpoints that implement IActionDelegateModifier and TypeClassDescriptionclassorg.eclipse.debug.internal.ui.actions.breakpoints.ToggleBreakpointObjectActionDelegateA toggle breakpoint action that can be contributed to an object. -
Uses of IActionDelegate in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IActionDelegateModifier and TypeClassDescriptionclassAbstract implementation of an action that displays a drop-down launch history for a specific launch group.classA launch history action that also includes launch shortcut actions (run/debug as), and an action to open the launch configuration dialog.classA cascade menu to add a memory rendering to the memory view.classAn action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.final classAction to launch the last launch configuration that was successfully launched, in debug mode.classDeprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.classA cascading sub-menu that shows all launch shortcuts pertinent to a selection.classOpens the launch configuration dialog in the context of a launch group.classRe-launches the last launch.classDeprecated.Should use BreakpointTypesContribution instead.classToggles enablement of a breakpoint in a vertical ruler.classA run to line action that can be contributed to a an editor or view.classToggles a breakpoint when ruler is double-clicked.final classAction to launch the last launch configuration that was successfully launched, in run mode.classA run to line action that can be contributed to a an editor or view.classA toggle method breakpoint action that can be contributed an object contribution.classA toggle watchpoint action that can be contributed an object contribution. -
Uses of IActionDelegate in org.eclipse.help.ui.browser
Classes in org.eclipse.help.ui.browser that implement IActionDelegate -
Uses of IActionDelegate in org.eclipse.help.ui.internal
Classes in org.eclipse.help.ui.internal that implement IActionDelegate -
Uses of IActionDelegate in org.eclipse.ltk.internal.ui.refactoring
Classes in org.eclipse.ltk.internal.ui.refactoring that implement IActionDelegateModifier and TypeClassDescriptionclassorg.eclipse.ltk.internal.ui.refactoring.UndoManagerAction -
Uses of IActionDelegate in org.eclipse.ltk.ui.refactoring
Classes in org.eclipse.ltk.ui.refactoring that implement IActionDelegateModifier and TypeClassDescriptionclassDeprecated.This action is now longer needed.classDeprecated.This action is now longer needed. -
Uses of IActionDelegate in org.eclipse.ltk.ui.refactoring.actions
Classes in org.eclipse.ltk.ui.refactoring.actions that implement IActionDelegateModifier and TypeClassDescriptionfinal classAction to apply a refactoring script to the workspace.final classAction to open the dialog to create a refactoring script from the refactoring history.final classAction to show the global refactoring history. -
Uses of IActionDelegate in org.eclipse.ui
Subinterfaces of IActionDelegate in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceInterface extension toIActionDelegateadding lifecycle methods.interfaceInterface for an action that is contributed into an editor-activated menu or tool bar.interfaceInterface for an object action that is contributed into a popup menu for a view or editor.interfaceInterface for an action that is contributed into a view's local tool bar, pulldown menu, or popup menu.interfaceInterface for an action that is contributed into the workbench window menu or tool bar.interfaceInterface for a pulldown action that is contributed into the workbench window tool bar.interfaceExtension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown menu to be a child of a Menu item. -
Uses of IActionDelegate in org.eclipse.ui.actions
Classes in org.eclipse.ui.actions that implement IActionDelegateModifier and TypeClassDescriptionclassAbstract base implementation ofIActionDelegateandIActionDelegate2for a client delegate action. -
Uses of IActionDelegate in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IActionDelegate -
Uses of IActionDelegate in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return IActionDelegateModifier and TypeMethodDescriptionprotected IActionDelegatePluginAction.getDelegate()Returns the action delegate if created.protected IActionDelegateEditorPluginAction.validateDelegate(Object obj) protected IActionDelegatePluginAction.validateDelegate(Object obj) Validates the object is a delegate of the expected type.protected IActionDelegateViewPluginAction.validateDelegate(Object obj) protected IActionDelegateWWinPluginAction.validateDelegate(Object obj) protected IActionDelegateWWinPluginPulldown.validateDelegate(Object obj) -
Uses of IActionDelegate in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IActionDelegateModifier and TypeClassDescriptionclassThis class serves as an adapter for actions contributed to the vertical ruler's context menu.classAdapter for the managing bookmark action.classGoes to last edit position.classGoes to next edit position, ie travels forward in the edit position history Acts as a complement to GotoLastEditPositionAction which travels backward in the history.classAdapter for the select marker action.classAdapter for the marker ruler action creating/removing tasks. -
Uses of IActionDelegate in org.eclipse.ui.texteditor.quickdiff
Classes in org.eclipse.ui.texteditor.quickdiff that implement IActionDelegateModifier and TypeClassDescriptionclassAction to toggle the line number bar's quick diff display.