Searched refs:getSecondary3 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java49 * {@code getSecondary2}, and {@code getSecondary3}); although a subclass
126 protected abstract ColorUIResource getSecondary3(); method in class:MetalTheme
204 * {@code getSecondary3()}.
208 public ColorUIResource getControl() { return getSecondary3(); }
371 * returns the value of {@code getSecondary3()}.
375 public ColorUIResource getWindowTitleInactiveBackground() { return getSecondary3(); }
387 * returns the value of {@code getSecondary3()}.
391 public ColorUIResource getMenuBackground() { return getSecondary3(); }
H A DMetalHighContrastTheme.java84 protected ColorUIResource getSecondary3() { method in class:MetalHighContrastTheme
89 // This was super.getSecondary3();
H A DDefaultMetalTheme.java269 protected ColorUIResource getSecondary3() { return secondary3; } method in class:DefaultMetalTheme
H A DOceanTheme.java394 protected ColorUIResource getSecondary3() { method in class:OceanTheme
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DKhakiMetalTheme.java94 protected ColorUIResource getSecondary3() { method in class:KhakiMetalTheme
H A DContrastMetalTheme.java100 protected ColorUIResource getSecondary3() { method in class:ContrastMetalTheme
106 return super.getSecondary3();
H A DPropertiesMetalTheme.java101 secondary3 = super.getSecondary3();
199 protected ColorUIResource getSecondary3() { method in class:PropertiesMetalTheme

Completed in 61 milliseconds