Uses of Interface
javax.swing.text.Highlighter.HighlightPainter
Package
Description
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of Highlighter.HighlightPainter in javax.swing.text
Modifier and TypeClassDescriptionstatic class
Simple highlight painter that fills a highlighted area with a solid color.static class
Layered highlight renderer.Modifier and TypeMethodDescriptionHighlighter.Highlight.getPainter()
Gets the painter for the highlighter.protected Highlighter.HighlightPainter
DefaultCaret.getSelectionPainter()
Gets the painter for the Highlighter.Modifier and TypeMethodDescriptionDefaultHighlighter.addHighlight
(int p0, int p1, Highlighter.HighlightPainter p) Adds a highlight to the view.Highlighter.addHighlight
(int p0, int p1, Highlighter.HighlightPainter p) Adds a highlight to the view.