Uses of Class
org.eclipse.jface.text.source.AnnotationPainter
Packages that use AnnotationPainter
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
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 AnnotationPainterModifier and TypeMethodDescriptionvoidISourceViewerExtension5.setCodeMiningAnnotationPainter(AnnotationPainter painter) Set theAnnotationPainterto use to draw code minings.voidSourceViewer.setCodeMiningAnnotationPainter(AnnotationPainter painter) -
Uses of AnnotationPainter in org.eclipse.jface.text.source.inlined
Methods in org.eclipse.jface.text.source.inlined with parameters of type AnnotationPainterModifier and TypeMethodDescriptionvoidInlinedAnnotationSupport.install(ISourceViewer viewer, AnnotationPainter painter) Install the inlined annotation support for the given viewer. -
Uses of AnnotationPainter in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return AnnotationPainterModifier and TypeMethodDescriptionprotected AnnotationPainterSourceViewerDecorationSupport.createAnnotationPainter()Creates and configures the annotation painter and configures.