Class SelectRulerAction
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.ui.texteditor.AbstractRulerActionDelegate
org.eclipse.ui.texteditor.SelectRulerAction
- All Implemented Interfaces:
EventListener, IMenuListener, MouseListener, IActionDelegate, IActionDelegate2, IEditorActionDelegate
Adapter for the select marker action.
- 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
-
SelectRulerAction
public SelectRulerAction()
-
-
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
-