javax.swing.text
public class DefaultHighlighter extends LayeredHighlighter
Nested Class Summary | |
---|---|
static class | DefaultHighlighter.DefaultHighlightPainter |
Field Summary | |
---|---|
static LayeredHighlighter.LayerPainter | DefaultPainter |
Constructor Summary | |
---|---|
DefaultHighlighter() |
Method Summary | |
---|---|
Object | addHighlight(int p0, int p1, Highlighter.HighlightPainter painter) |
void | changeHighlight(Object tag, int n0, int n1) |
void | deinstall(JTextComponent c) |
boolean | getDrawsLayeredHighlights() |
Highlighter.Highlight[] | getHighlights() |
void | install(JTextComponent c) |
void | paint(Graphics g) |
void | paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view) |
void | removeAllHighlights() |
void | removeHighlight(Object tag) |
void | setDrawsLayeredHighlights(boolean newValue) |
UNKNOWN: final as of 1.4