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.
|
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationPainter.NullStrategy
Drawing strategy that does nothing.
|
static class |
AnnotationPainter.SquigglesStrategy
Deprecated.
As of 3.4, replaced by
AnnotationPainter.UnderlineStrategy |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationPainter.addDrawingStrategy(Object id,
AnnotationPainter.IDrawingStrategy strategy)
Registers a new drawing strategy under the given ID.
|
Modifier and Type | Method and 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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.