Uses of Interface
org.eclipse.jface.text.IPainter
Packages that use 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
Classes in org.eclipse.jface.text that implement IPainterModifier and TypeClassDescriptionclassA painter the draws the background of the caret line in a configured color.classPaints a vertical line (margin line) after a given column respecting the text viewer's font.classA painter for drawing visible characters for (invisible) whitespace characters.Methods in org.eclipse.jface.text with parameters of type IPainterModifier and TypeMethodDescriptionvoidITextViewerExtension2.addPainter(IPainter painter) Adds the given painter to this viewer.voidPaintManager.addPainter(IPainter painter) Adds the given painter to the list of painters managed by this paint manager.voidTextViewer.addPainter(IPainter painter) Adds the given painter to this viewer.voidITextViewerExtension2.removePainter(IPainter painter) Removes the given painter from this viewer.voidPaintManager.removePainter(IPainter painter) Removes the given painter from the list of painters managed by this paint manager.voidTextViewer.removePainter(IPainter painter) Removes the given painter from this viewer. -
Uses of IPainter in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement IPainterModifier and TypeClassDescriptionclassPaints decorations for annotations provided by an annotation model and/or highlights them in the associated source viewer.final classHighlights the peer character matching the character near the caret position, or a pair of peer characters enclosing the caret position.