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 classResourceMarkerAnnotationModelA 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 AbstractMarkerAnnotationModelMarkerRulerAction. getAnnotationModel()Returns theAbstractMarkerAnnotationModelof the editor's input.protected AbstractMarkerAnnotationModelSelectMarkerRulerAction. getAnnotationModel()Returns theAbstractMarkerAnnotationModelof the editor's input.
-