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 classAnnotationPainter.BoxStrategyBox text style strategy.static classAnnotationPainter.HighlightingStrategystatic classAnnotationPainter.UnderlineStrategyUnderline text style strategy.Methods in org.eclipse.jface.text.source with parameters of type AnnotationPainter.ITextStyleStrategy Modifier and Type Method Description voidAnnotationPainter. addTextStyleStrategy(Object id, AnnotationPainter.ITextStyleStrategy strategy)Registers a new drawing strategy under the given ID.
-