| org.eclipse.ui.texteditor.ResourceAction org.eclipse.ui.texteditor.TextEditorAction org.eclipse.ui.texteditor.SelectAnnotationRulerAction
SelectAnnotationRulerAction | public class SelectAnnotationRulerAction extends TextEditorAction implements IVerticalRulerListener(Code) | | A ruler action which can select the textual range of an annotation that has a
visual representation in a vertical ruler.
since: 3.0 |
SelectAnnotationRulerAction | public SelectAnnotationRulerAction(ResourceBundle bundle, String prefix, ITextEditor editor)(Code) | | 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 Parameters: prefix - a prefix to be prepended to the various resource keys(described in ResourceAction constructor), or null if none Parameters: editor - the editor See Also: ResourceAction.ResourceAction(ResourceBundleString) |
annotationContextMenuAboutToShow | public void annotationContextMenuAboutToShow(VerticalRulerEvent event, Menu menu)(Code) | | |
annotationDefaultSelected | public void annotationDefaultSelected(VerticalRulerEvent event)(Code) | | |
annotationSelected | public void annotationSelected(VerticalRulerEvent event)(Code) | | |
getAnnotationModel | protected IAnnotationModel getAnnotationModel()(Code) | | Returns the AbstractMarkerAnnotationModel of the editor's input.
the marker annotation model or null if there's none |
|
|