Searched defs:getSecondary2 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DKhakiMetalTheme.java89 protected ColorUIResource getSecondary2() { method in class:KhakiMetalTheme
H A DContrastMetalTheme.java95 protected ColorUIResource getSecondary2() { method in class:ContrastMetalTheme
H A DPropertiesMetalTheme.java100 secondary2 = super.getSecondary2();
194 protected ColorUIResource getSecondary2() { method in class:PropertiesMetalTheme
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalHighContrastTheme.java80 protected ColorUIResource getSecondary2() { method in class:MetalHighContrastTheme
H A DDefaultMetalTheme.java261 protected ColorUIResource getSecondary2() { return secondary2; } method in class:DefaultMetalTheme
H A DOceanTheme.java138 new ColorUIResource(0xDDE8F3), getWhite(), getSecondary2() });
383 protected ColorUIResource getSecondary2() { method in class:OceanTheme
H A DMetalTheme.java49 * {@code getSecondary2}, and {@code getSecondary3}); although a subclass
119 protected abstract ColorUIResource getSecondary2(); method in class:MetalTheme
212 * the value of {@code getSecondary2()}.
216 public ColorUIResource getControlShadow() { return getSecondary2(); }
244 * the value of {@code getSecondary2()}.
248 public ColorUIResource getControlDisabled() { return getSecondary2(); }
315 * {@code getSecondary2()}.
319 public ColorUIResource getInactiveSystemTextColor() { return getSecondary2(); }
419 * returns the value of {@code getSecondary2()}.
423 public ColorUIResource getMenuDisabledForeground() { return getSecondary2(); }
[all...]

Completed in 37 milliseconds