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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DOceanTheme.java446 public ColorUIResource getMenuDisabledForeground() { method in class:OceanTheme
H A DMetalTheme.java423 public ColorUIResource getMenuDisabledForeground() { return getSecondary2(); } method in class:MetalTheme
H A DMetalLookAndFeel.java449 Color menuDisabledForeground = getMenuDisabledForeground();
2114 * {@code getCurrentTheme().getMenuDisabledForeground()}.
2120 public static ColorUIResource getMenuDisabledForeground() { return getCurrentTheme().getMenuDisabledForeground(); } method in class:MetalLookAndFeel

Completed in 31 milliseconds