Package org.eclipse.ui.texteditor
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected IActioncreateAction(ITextEditor editor, IVerticalRulerInfo rulerInfo) The factory method creating the underlying action.Methods inherited from class org.eclipse.ui.texteditor.AbstractRulerActionDelegatemenuAboutToShow, mouseDoubleClick, mouseDown, mouseUp, run, runWithEvent, selectionChanged, setActiveEditorMethods inherited from class org.eclipse.ui.actions.ActionDelegatedispose, init
- 
Constructor Details- 
TaskRulerActionpublic TaskRulerAction()
 
- 
- 
Method Details- 
createActionDescription copied from class:AbstractRulerActionDelegateThe factory method creating the underlying action.- Specified by:
- createActionin class- AbstractRulerActionDelegate
- Parameters:
- editor- the editor the action to be created will work on
- rulerInfo- the vertical ruler the action to be created will work on
- Returns:
- the created action
 
 
-