Searched refs:getInactiveSystemTextColor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java319 public ColorUIResource getInactiveSystemTextColor() { return getSecondary2(); } method in class:MetalTheme
H A DMetalLookAndFeel.java349 * <td>{@code theme.getInactiveSystemTextColor()}
404 "textInactiveText", theme.getInactiveSystemTextColor(), /* Text color when disabled */
1012 "Label.disabledForeground", getInactiveSystemTextColor(),
1977 * getCurrentTheme().getInactiveSystemTextColor()}.
1983 public static ColorUIResource getInactiveSystemTextColor() { return getCurrentTheme().getInactiveSystemTextColor(); } method in class:MetalLookAndFeel

Completed in 37 milliseconds