Home » openjdk-7 » javax » swing » text » [javadoc | source]
javax.swing.text
abstract public class: LayeredHighlighter [javadoc | source]
java.lang.Object
   javax.swing.text.LayeredHighlighter

All Implemented Interfaces:
    Highlighter

Direct Known Subclasses:
    DefaultHighlighter, BasicHighlighter

Nested Class Summary:
abstract public static class  LayeredHighlighter.LayerPainter  Layered highlight renderer. 
Method from javax.swing.text.LayeredHighlighter Summary:
paintLayeredHighlights
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.LayeredHighlighter Detail:
 abstract public  void paintLayeredHighlights(Graphics g,
    int p0,
    int p1,
    Shape viewBounds,
    JTextComponent editor,
    View view)
    When leaf Views (such as LabelView) are rendering they should call into this method. If a highlight is in the given region it will be drawn immediately.