Class SelectAnnotationRulerAction

All Implemented Interfaces:
IAction, IVerticalRulerListener, IUpdate

public class SelectAnnotationRulerAction extends TextEditorAction implements IVerticalRulerListener
A ruler action which can select the textual range of an annotation that has a visual representation in a vertical ruler.
Since:
3.0
  • Constructor Details

    • SelectAnnotationRulerAction

      public SelectAnnotationRulerAction(ResourceBundle bundle, String prefix, ITextEditor editor)
      Creates a new action for the given ruler and editor. The action configures its visual representation from the given resource bundle.
      Parameters:
      bundle - the resource bundle
      prefix - a prefix to be prepended to the various resource keys (described in ResourceAction constructor), or null if none
      editor - the editor
      See Also:
  • Method Details