Uses of Interface
org.eclipse.ui.IEditorActionDelegate
-
Packages that use IEditorActionDelegate Package Description org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.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 IEditorActionDelegate in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IEditorActionDelegate Modifier and Type Class Description classAddMemoryRenderingActionDelegateA cascade menu to add a memory rendering to the memory view.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.classRunToLineActionDelegateA run to line action that can be contributed to a an editor or view. -
Uses of IEditorActionDelegate in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IEditorActionDelegate 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.classSelectRulerActionAdapter for the select marker action.classTaskRulerActionAdapter for the marker ruler action creating/removing tasks. -
Uses of IEditorActionDelegate in org.eclipse.ui.texteditor.quickdiff
Classes in org.eclipse.ui.texteditor.quickdiff that implement IEditorActionDelegate Modifier and Type Class Description classQuickDiffToggleActionAction to toggle the line number bar's quick diff display.
-