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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalHighContrastTheme.java97 public ColorUIResource getTextHighlightColor() { method in class:MetalHighContrastTheme
146 "ComboBox.selectionBackground", getTextHighlightColor(),
H A DMetalTheme.java335 public ColorUIResource getTextHighlightColor() { return getPrimary3(); } method in class:MetalTheme
H A DMetalLookAndFeel.java343 * <td>{@code theme.getTextHighlightColor()}
402 "textHighlight", theme.getTextHighlightColor(), /* Text background color when selected */
1997 * cover method for {@code getCurrentTheme().getTextHighlightColor()}.
2003 public static ColorUIResource getTextHighlightColor() { return getCurrentTheme().getTextHighlightColor(); } method in class:MetalLookAndFeel
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DContrastMetalTheme.java115 public ColorUIResource getTextHighlightColor() { method in class:ContrastMetalTheme

Completed in 37 milliseconds