Uses of Interface
org.eclipse.jface.text.source.IAnnotationAccess
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IAnnotationAccess in org.eclipse.jface.text.source
ModifierConstructorDescriptionAnnotationPainter
(ISourceViewer sourceViewer, IAnnotationAccess access) Creates a new annotation painter for the given source viewer and with the given annotation access.AnnotationRulerColumn
(int width, IAnnotationAccess annotationAccess) Constructs this column with the given arguments.AnnotationRulerColumn
(IAnnotationModel model, int width, IAnnotationAccess annotationAccess) Constructs this column with the given arguments.OverviewRuler
(IAnnotationAccess annotationAccess, int width, ISharedTextColors sharedColors) Constructs a overview ruler of the given width using the given annotation access and the given color manager.OverviewRuler
(IAnnotationAccess annotationAccess, int width, ISharedTextColors sharedColors, boolean discolorTemporaryAnnotation) Constructs a overview ruler of the given width using the given annotation access and the given color manager.VerticalRuler
(int width, IAnnotationAccess annotationAcccess) Constructs a vertical ruler with the given width and the given annotation access. -
Uses of IAnnotationAccess in org.eclipse.jface.text.source.projection
ModifierConstructorDescriptionProjectionSupport
(ProjectionViewer viewer, IAnnotationAccess annotationAccess, ISharedTextColors sharedTextColors) Creates new projection support for the given projection viewer. -
Uses of IAnnotationAccess in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
Default class for accessing marker annotation properties.Modifier and TypeFieldDescriptionprotected IAnnotationAccess
AbstractDecoratedTextEditor.fAnnotationAccess
Helper for accessing annotation from the perspective of this editor.Modifier and TypeMethodDescriptionprotected IAnnotationAccess
AbstractDecoratedTextEditor.createAnnotationAccess()
Creates the annotation access for this editor.protected IAnnotationAccess
AbstractDecoratedTextEditor.getAnnotationAccess()
Returns the annotation access.ModifierConstructorDescriptionSourceViewerDecorationSupport
(ISourceViewer sourceViewer, IOverviewRuler overviewRuler, IAnnotationAccess annotationAccess, ISharedTextColors sharedTextColors) Creates a new decoration support for the given viewer.