Searched refs:LayerPainter (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaHighlighter.java40 static final RecyclableSingleton<LayerPainter> instance = new RecyclableSingleton<LayerPainter>() {
41 protected LayerPainter getInstance() {
46 protected static LayeredHighlighter.LayerPainter getInstance() {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DLayeredHighlighter.java58 static public abstract class LayerPainter implements Highlighter.HighlightPainter { class in class:LayeredHighlighter
H A DDefaultHighlighter.java126 (p instanceof LayeredHighlighter.LayerPainter)) ?
359 * Default implementation of LayeredHighlighter.LayerPainter that can
364 public static final LayeredHighlighter.LayerPainter DefaultPainter = new DefaultHighlightPainter(null);
371 public static class DefaultHighlightPainter extends LayeredHighlighter.LayerPainter {
439 // --- LayerPainter methods ----------------------------
573 union(((LayeredHighlighter.LayerPainter)painter).paintLayer
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTextUI.java62 static LayeredHighlighter.LayerPainter WindowsPainter = new WindowsHighlightPainter(null);
154 // --- LayerPainter methods ----------------------------

Completed in 33 milliseconds