Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
Modifier and Type | Class and Description |
---|---|
class |
CursorLinePainter
A painter the draws the background of the caret line in a configured color.
|
class |
MarginPainter
Paints a vertical line (margin line) after a given column respecting the text
viewer's font.
|
class |
WhitespaceCharacterPainter
A painter for drawing visible characters for (invisible) whitespace
characters.
|
Modifier and Type | Method and Description |
---|---|
void |
ITextViewerExtension2.addPainter(IPainter painter)
Adds the given painter to this viewer.
|
void |
TextViewer.addPainter(IPainter painter)
Adds the given painter to this viewer.
|
void |
PaintManager.addPainter(IPainter painter)
Adds the given painter to the list of painters managed by this paint manager.
|
void |
ITextViewerExtension2.removePainter(IPainter painter)
Removes the given painter from this viewer.
|
void |
TextViewer.removePainter(IPainter painter)
Removes the given painter from this viewer.
|
void |
PaintManager.removePainter(IPainter painter)
Removes the given painter from the list of painters managed by this
paint manager.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationPainter
Paints decorations for annotations provided by an annotation model and/or
highlights them in the associated source viewer.
|
class |
MatchingCharacterPainter
Highlights the peer character matching the character near the caret position, or a pair of peer
characters enclosing the caret position.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.