Package org.eclipse.ui.texteditor
Class BookmarkRulerAction
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.ui.texteditor.AbstractRulerActionDelegate
org.eclipse.ui.texteditor.BookmarkRulerAction
- All Implemented Interfaces:
EventListener
,IMenuListener
,MouseListener
,SWTEventListener
,IActionDelegate
,IActionDelegate2
,IEditorActionDelegate
Adapter for the managing bookmark action.
- Since:
- 2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected IAction
createAction
(ITextEditor editor, IVerticalRulerInfo rulerInfo) The factory method creating the underlying action.Methods inherited from class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
menuAboutToShow, mouseDoubleClick, mouseDown, mouseUp, run, runWithEvent, selectionChanged, setActiveEditor
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init
-
Constructor Details
-
BookmarkRulerAction
public BookmarkRulerAction()
-
-
Method Details
-
createAction
Description copied from class:AbstractRulerActionDelegate
The factory method creating the underlying action.- Specified by:
createAction
in classAbstractRulerActionDelegate
- Parameters:
editor
- the editor the action to be created will work onrulerInfo
- the vertical ruler the action to be created will work on- Returns:
- the created action
-