Searched defs:selectionColor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaHighlighter.java51 Color selectionColor; field in class:AquaHighlighter.AquaHighlightPainter
59 return selectionColor == null ? super.getColor() : selectionColor;
69 selectionColor = super.getColor();
71 if (selectionColor == null) selectionColor = c.getSelectionColor();
77 selectionColor = getInactiveSelectionColor();
81 selectionColor = getInactiveSelectionColor();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java1279 return selectionColor;
1286 * PropertyChange event ("selectionColor").
1296 Color old = selectionColor;
1297 selectionColor = c;
1298 firePropertyChange("selectionColor", old, selectionColor);
3843 private Color selectionColor; field in class:JTextComponent
3941 String selectionColorString = (selectionColor != null ?
3942 selectionColor.toString() : "");
3956 ",selectionColor
[all...]

Completed in 39 milliseconds