Uses of Interface
org.eclipse.jface.text.source.AnnotationPainter.ITextStyleStrategy
-
Packages that use AnnotationPainter.ITextStyleStrategy Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those. -
-
Uses of AnnotationPainter.ITextStyleStrategy in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement AnnotationPainter.ITextStyleStrategy Modifier and Type Class Description static class
AnnotationPainter.BoxStrategy
Box text style strategy.static class
AnnotationPainter.HighlightingStrategy
static class
AnnotationPainter.UnderlineStrategy
Underline text style strategy.Methods in org.eclipse.jface.text.source with parameters of type AnnotationPainter.ITextStyleStrategy Modifier and Type Method Description void
AnnotationPainter. addTextStyleStrategy(Object id, AnnotationPainter.ITextStyleStrategy strategy)
Registers a new drawing strategy under the given ID.
-