Searched defs:getInactiveControlTextColor (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DOceanTheme.java190 "Label.disabledForeground", getInactiveControlTextColor(),
426 public ColorUIResource getInactiveControlTextColor() { method in class:OceanTheme
H A DMetalTheme.java311 public ColorUIResource getInactiveControlTextColor() { return getControlDisabled(); } method in class:MetalTheme
H A DMetalLookAndFeel.java446 Color inactiveControlTextColor = getInactiveControlTextColor();
1966 * getCurrentTheme().getInactiveControlTextColor()}.
1972 public static ColorUIResource getInactiveControlTextColor() { return getCurrentTheme().getInactiveControlTextColor(); } method in class:MetalLookAndFeel

Completed in 49 milliseconds