Uses of Interface
org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy
Packages that use AnnotationPainter.IDrawingStrategy
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
-
Uses of AnnotationPainter.IDrawingStrategy in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement AnnotationPainter.IDrawingStrategyModifier and TypeClassDescriptionstatic final classDrawing strategy that does nothing.static classDeprecated.Methods in org.eclipse.jface.text.source with parameters of type AnnotationPainter.IDrawingStrategyModifier and TypeMethodDescriptionvoidAnnotationPainter.addDrawingStrategy(Object id, AnnotationPainter.IDrawingStrategy strategy) Registers a new drawing strategy under the given ID. -
Uses of AnnotationPainter.IDrawingStrategy in org.eclipse.jface.text.source.projection
Methods in org.eclipse.jface.text.source.projection with parameters of type AnnotationPainter.IDrawingStrategyModifier and TypeMethodDescriptionvoidProjectionSupport.setAnnotationPainterDrawingStrategy(AnnotationPainter.IDrawingStrategy strategy) Sets the drawing strategy that the projection support's annotation painter uses to draw the indication of collapsed regions onto the projection viewer's text widget.
AnnotationPainter.UnderlineStrategy