Uses of Interface
org.eclipse.jface.text.IPainter
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of IPainter in org.eclipse.jface.text
Modifier and TypeClassDescriptionclass
A painter the draws the background of the caret line in a configured color.class
Paints a vertical line (margin line) after a given column respecting the text viewer's font.class
A painter for drawing visible characters for (invisible) whitespace characters.Modifier and TypeMethodDescriptionvoid
ITextViewerExtension2.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
TextViewer.addPainter
(IPainter painter) Adds the given painter to this viewer.void
ITextViewerExtension2.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.void
TextViewer.removePainter
(IPainter painter) Removes the given painter from this viewer. -
Uses of IPainter in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionclass
Paints decorations for annotations provided by an annotation model and/or highlights them in the associated source viewer.final class
Highlights the peer character matching the character near the caret position, or a pair of peer characters enclosing the caret position.