Uses of Interface
org.eclipse.jface.text.source.IAnnotationPresentation
-
Packages that use IAnnotationPresentation Package Description org.eclipse.jface.text.source.projection This package provides the UI part for projection documents of which the most important part is the projection viewer.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of IAnnotationPresentation in org.eclipse.jface.text.source.projection
Classes in org.eclipse.jface.text.source.projection that implement IAnnotationPresentation Modifier and Type Class Description class
ProjectionAnnotation
Annotation used to represent the projection of a master document onto aProjectionDocument
. -
Uses of IAnnotationPresentation in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IAnnotationPresentation Modifier and Type Class Description class
DefaultRangeIndicator
Specialized annotation to indicate a particular range of text lines.
-