Uses of Interface
org.eclipse.ui.IActionDelegate
-
Packages that use IActionDelegate Package Description org.eclipse.debug.internal.ui.actions org.eclipse.debug.internal.ui.actions.breakpoints org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.help.ui.browser Provides an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser.org.eclipse.ltk.internal.ui.refactoring org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings.org.eclipse.ltk.ui.refactoring.actions Application programming interface to actions related to the refactoring history.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.texteditor.quickdiff Provides interfaces to for theorg.eclipse.ui.editors.quickDiffReferenceProviderextension point and adds an action to enable quick diff display for an editor. -
-
Uses of IActionDelegate in org.eclipse.debug.internal.ui.actions
Classes in org.eclipse.debug.internal.ui.actions with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IActionDelegate Modifier and Type Class Description classorg.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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IActionDelegate Modifier and Type Class Description classorg.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 IActionDelegate Modifier and Type Class Description classAbstractLaunchHistoryActionAbstract implementation of an action that displays a drop-down launch history for a specific launch group.classAbstractLaunchToolbarActionA launch history action that also includes launch shortcut actions (run/debug as), and an action to open the launch configuration dialog.classAddMemoryRenderingActionDelegateA cascade menu to add a memory rendering to the memory view.classContextualLaunchActionAn action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.classDebugActionAction to launch the last launch configuration that was successfully launched, in debug mode.classLaunchAsActionDeprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.classLaunchShortcutsActionA cascading sub-menu that shows all launch shortcuts pertinent to a selection.classOpenLaunchDialogActionOpens the launch configuration dialog in the context of a launch group.classRelaunchLastActionRe-launches the last launch.classRulerBreakpointTypesActionDelegateDeprecated.Should use BreakpointTypesContribution instead.classRulerEnableDisableBreakpointActionDelegateToggles enablement of a breakpoint in a vertical ruler.classRulerRunToLineActionDelegateA run to line action that can be contributed to a an editor or view.classRulerToggleBreakpointActionDelegateToggles a breakpoint when ruler is double-clicked.classRunActionAction to launch the last launch configuration that was successfully launched, in run mode.classRunToLineActionDelegateA run to line action that can be contributed to a an editor or view.classToggleMethodBreakpointActionDelegateA toggle method breakpoint action that can be contributed an object contribution.classToggleWatchpointActionDelegateA 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 Modifier and Type Class Description classLaunchURLAction that launches a URL in a browser. -
Uses of IActionDelegate in org.eclipse.ltk.internal.ui.refactoring
Classes in org.eclipse.ltk.internal.ui.refactoring with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IActionDelegate Modifier and Type Class Description classorg.eclipse.ltk.internal.ui.refactoring.UndoManagerAction -
Uses of IActionDelegate in org.eclipse.ltk.ui.refactoring
Classes in org.eclipse.ltk.ui.refactoring that implement IActionDelegate Modifier and Type Class Description classRedoRefactoringActionDeprecated.This action is now longer needed.classUndoRefactoringActionDeprecated.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 IActionDelegate Modifier and Type Class Description classApplyRefactoringScriptActionAction to apply a refactoring script to the workspace.classCreateRefactoringScriptActionAction to open the dialog to create a refactoring script from the refactoring history.classShowRefactoringHistoryActionAction to show the global refactoring history. -
Uses of IActionDelegate in org.eclipse.ui
Subinterfaces of IActionDelegate in org.eclipse.ui Modifier and Type Interface Description interfaceIActionDelegate2Interface extension toIActionDelegateadding lifecycle methods.interfaceIEditorActionDelegateInterface for an action that is contributed into an editor-activated menu or tool bar.interfaceIObjectActionDelegateInterface for an object action that is contributed into a popup menu for a view or editor.interfaceIViewActionDelegateInterface for an action that is contributed into a view's local tool bar, pulldown menu, or popup menu.interfaceIWorkbenchWindowActionDelegateInterface for an action that is contributed into the workbench window menu or tool bar.interfaceIWorkbenchWindowPulldownDelegateInterface for a pulldown action that is contributed into the workbench window tool bar.interfaceIWorkbenchWindowPulldownDelegate2Extension 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 IActionDelegate Modifier and Type Class Description classActionDelegateAbstract 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 Modifier and Type Class Description classFileBufferOperationActionFile buffer operation action. -
Uses of IActionDelegate in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IActionDelegate Modifier and Type Class Description classAbstractRulerActionDelegateThis class serves as an adapter for actions contributed to the vertical ruler's context menu.classBookmarkRulerActionAdapter for the managing bookmark action.classGotoLastEditPositionActionGoes to last edit position.classSelectRulerActionAdapter for the select marker action.classTaskRulerActionAdapter 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 IActionDelegate Modifier and Type Class Description classQuickDiffToggleActionAction to toggle the line number bar's quick diff display.
-