| Package | Description |
|---|---|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultHighlighter
Simple highlight painter that fills a highlighted area with a solid color.
|
static class |
LayeredHighlighter
Layered highlight renderer.
|
| Modifier and Type | Method and Description |
|---|---|
Highlighter |
Highlighter.Highlight.getPainter()
Gets the painter for the highlighter.
|
protected Highlighter |
DefaultCaret.getSelectionPainter()
Gets the painter for the Highlighter.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Highlighter.addHighlight(int p0, int p1, Highlighter
Adds a highlight to the view.
|
Object |
DefaultHighlighter.addHighlight(int p0, int p1, Highlighter
Adds a highlight to the view.
|