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 voidISourceViewerExtension5. setCodeMiningAnnotationPainter(AnnotationPainter painter)Set theAnnotationPainterto use to draw code minings.voidSourceViewer. 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 AnnotationPainterSourceViewerDecorationSupport. createAnnotationPainter()Creates and configures the annotation painter and configures.
-