Uses of Interface
org.eclipse.jface.text.IPainter
-
Packages that use IPainter 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. -
-
Uses of IPainter in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement IPainter Modifier and Type Class Description classCursorLinePainterA painter the draws the background of the caret line in a configured color.classMarginPainterPaints a vertical line (margin line) after a given column respecting the text viewer's font.classWhitespaceCharacterPainterA painter for drawing visible characters for (invisible) whitespace characters.Methods in org.eclipse.jface.text with parameters of type IPainter Modifier and Type Method Description voidITextViewerExtension2. 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 IPainter Modifier and Type Class Description classAnnotationPainterPaints decorations for annotations provided by an annotation model and/or highlights them in the associated source viewer.classMatchingCharacterPainterHighlights the peer character matching the character near the caret position, or a pair of peer characters enclosing the caret position.
-