Class TaskRulerAction
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.ui.texteditor.AbstractRulerActionDelegate
org.eclipse.ui.texteditor.TaskRulerAction
- All Implemented Interfaces:
EventListener, IMenuListener, MouseListener, IActionDelegate, IActionDelegate2, IEditorActionDelegate
Adapter for the marker ruler action creating/removing tasks.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IActioncreateAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) The factory method creating the underlying action.Methods inherited from class AbstractRulerActionDelegate
menuAboutToShow, mouseDoubleClick, mouseDown, mouseUp, run, runWithEvent, selectionChanged, setActiveEditorMethods inherited from class ActionDelegate
dispose, init
-
Constructor Details
-
TaskRulerAction
public TaskRulerAction()
-
-
Method Details
-
createAction
Description copied from class:AbstractRulerActionDelegateThe factory method creating the underlying action.- Specified by:
createActionin 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
-