Uses of Interface
org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy
-
Packages that use AnnotationPainter.IDrawingStrategy Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.text.source.projection 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.IDrawingStrategy Modifier and Type Class Description static class
AnnotationPainter.NullStrategy
Drawing strategy that does nothing.static class
AnnotationPainter.SquigglesStrategy
Deprecated.As of 3.4, replaced byAnnotationPainter.UnderlineStrategy
Methods in org.eclipse.jface.text.source with parameters of type AnnotationPainter.IDrawingStrategy Modifier and Type Method Description void
AnnotationPainter. 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.IDrawingStrategy Modifier and Type Method Description void
ProjectionSupport. 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.
-