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

/openjdk9/jdk/src/java.desktop/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.java346 * <td>{@code theme.getTextHighlightColor()}
406 "textHighlight", theme.getTextHighlightColor(), /* Text background color when selected */
1968 * cover method for {@code getCurrentTheme().getTextHighlightColor()}.
1974 public static ColorUIResource getTextHighlightColor() { return getCurrentTheme().getTextHighlightColor(); } method in class:MetalLookAndFeel
/openjdk9/jdk/src/demo/share/jfc/Metalworks/
H A DContrastMetalTheme.java115 public ColorUIResource getTextHighlightColor() { method in class:ContrastMetalTheme

Completed in 38 milliseconds