Uses of Class
org.eclipse.jface.text.source.AnnotationPainter
-
Packages that use AnnotationPainter Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of AnnotationPainter in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type AnnotationPainter Modifier and Type Method Description void
ISourceViewerExtension5. setCodeMiningAnnotationPainter(AnnotationPainter painter)
Set theAnnotationPainter
to use to draw code minings.void
SourceViewer. setCodeMiningAnnotationPainter(AnnotationPainter painter)
-
Uses of AnnotationPainter in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return AnnotationPainter Modifier and Type Method Description protected AnnotationPainter
SourceViewerDecorationSupport. createAnnotationPainter()
Creates and configures the annotation painter and configures.
-