Searched defs:getAcceleratorForeground (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DContrastMetalTheme.java135 public ColorUIResource getAcceleratorForeground() { method in class:ContrastMetalTheme
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalHighContrastTheme.java113 public ColorUIResource getAcceleratorForeground() { method in class:MetalHighContrastTheme
H A DMetalTheme.java447 public ColorUIResource getAcceleratorForeground() { return getPrimary1(); } method in class:MetalTheme
H A DMetalLookAndFeel.java438 Color acceleratorForeground = getAcceleratorForeground();
2144 * a cover method for {@code getCurrentTheme().getAcceleratorForeground()}.
2150 public static ColorUIResource getAcceleratorForeground() { return getCurrentTheme().getAcceleratorForeground(); } method in class:MetalLookAndFeel

Completed in 37 milliseconds