Uses of Class
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
-
Packages that use AbstractMarkerAnnotationModel Package Description org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of AbstractMarkerAnnotationModel in org.eclipse.ui.texteditor
Subclasses of AbstractMarkerAnnotationModel in org.eclipse.ui.texteditor Modifier and Type Class Description class
ResourceMarkerAnnotationModel
A marker annotation model whose underlying source of markers is a resource in the workspace.Methods in org.eclipse.ui.texteditor that return AbstractMarkerAnnotationModel Modifier and Type Method Description protected AbstractMarkerAnnotationModel
MarkerRulerAction. getAnnotationModel()
Returns theAbstractMarkerAnnotationModel
of the editor's input.protected AbstractMarkerAnnotationModel
SelectMarkerRulerAction. getAnnotationModel()
Returns theAbstractMarkerAnnotationModel
of the editor's input.
-