Searched defs:getPrimary2 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DAquaMetalTheme.java68 protected ColorUIResource getPrimary2() { method in class:AquaMetalTheme
H A DGreenMetalTheme.java69 protected ColorUIResource getPrimary2() { method in class:GreenMetalTheme
H A DKhakiMetalTheme.java74 protected ColorUIResource getPrimary2() { method in class:KhakiMetalTheme
H A DContrastMetalTheme.java80 protected ColorUIResource getPrimary2() { method in class:ContrastMetalTheme
H A DPropertiesMetalTheme.java96 primary2 = super.getPrimary2();
179 protected ColorUIResource getPrimary2() { method in class:PropertiesMetalTheme
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalHighContrastTheme.java68 protected ColorUIResource getPrimary2() { method in class:MetalHighContrastTheme
161 getPrimary2(),
169 getPrimary2(),
177 getPrimary2(),
H A DDefaultMetalTheme.java237 protected ColorUIResource getPrimary2() { return primary2; } method in class:DefaultMetalTheme
H A DOceanTheme.java350 protected ColorUIResource getPrimary2() { method in class:OceanTheme
H A DMetalTheme.java48 * {@code getPrimary2}, {@code getPrimary3}, {@code getSecondary1},
98 protected abstract ColorUIResource getPrimary2(); method in class:MetalTheme
188 * {@code getPrimary2()}.
192 public ColorUIResource getFocusColor() { return getPrimary2(); }
196 * {@code getPrimary2()}.
200 public ColorUIResource getDesktopColor() { return getPrimary2(); }
260 * the value of {@code getPrimary2()}.
264 public ColorUIResource getPrimaryControlShadow() { return getPrimary2(); }
403 * returns the value of {@code getPrimary2()}.
407 public ColorUIResource getMenuSelectedBackground() { return getPrimary2(); }
[all...]

Completed in 36 milliseconds