public class JavaBreakpointPropertiesRulerActionDelegate extends AbstractRulerActionDelegate
This action can also be contributed to a vertical ruler context menu via the
popupMenus extension point, by referencing the ruler's context
menu identifier in the targetID attribute.
<extension point="org.eclipse.ui.popupMenus">
<viewerContribution
targetID="example.rulerContextMenuId"
id="example.RulerPopupActions">
<action
label="Properties"
class="org.eclipse.jdt.debug.ui.actions.JavaBreakpointPropertiesRulerActionDelegate"
menubarPath="additions"
id="example.rulerContextMenu.javaBreakpointPropertiesAction">
</action>
</viewerContribution>
Clients may refer to this class as an action delegate in plug-in XML.
| Constructor and Description |
|---|
JavaBreakpointPropertiesRulerActionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected IAction |
createAction(ITextEditor editor,
IVerticalRulerInfo rulerInfo) |
menuAboutToShow, mouseDoubleClick, mouseDown, mouseUp, run, runWithEvent, selectionChanged, setActiveEditordispose, initpublic JavaBreakpointPropertiesRulerActionDelegate()
protected IAction createAction(ITextEditor editor, IVerticalRulerInfo rulerInfo)
createAction in class AbstractRulerActionDelegateAbstractRulerActionDelegate.createAction(ITextEditor, IVerticalRulerInfo)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.