java.lang.Object javax.swing.text.LayeredHighlighter javax.swing.text.DefaultHighlighter
public Object addHighlight(int p0, int p1, Highlighter.HighlightPainter p) throws BadLocationException
public void changeHighlight(Object tag, int p0, int p1) throws BadLocationException
public DefaultHighlighter()
public static final LayeredHighlighter.LayerPainter DefaultPainter
public void deinstall(JTextComponent c)
public boolean getDrawsLayeredHighlights()
public Highlighter.Highlight[] getHighlights()
public void install(JTextComponent c)
public void paint(Graphics g)
public void paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view)
public void removeAllHighlights()
public void removeHighlight(Object tag)
public void setDrawsLayeredHighlights(boolean newValue)