Uses of Class
org.eclipse.jface.text.source.AnnotationModel
-
Packages that use AnnotationModel 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 AnnotationModel in org.eclipse.jface.text.source.projection
Subclasses of AnnotationModel in org.eclipse.jface.text.source.projection Modifier and Type Class Description class
ProjectionAnnotationModel
A projection annotation model. -
Uses of AnnotationModel in org.eclipse.ui.texteditor
Subclasses of AnnotationModel in org.eclipse.ui.texteditor Modifier and Type Class Description class
AbstractMarkerAnnotationModel
Abstract implementation of a marker-based annotation model.class
ResourceMarkerAnnotationModel
A marker annotation model whose underlying source of markers is a resource in the workspace.
-