Searched refs:getPrimary3 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalHighContrastTheme.java72 protected ColorUIResource getPrimary3() { method in class:MetalHighContrastTheme
157 getPrimary3(),
165 getPrimary3(),
173 getPrimary3(),
H A DMetalTheme.java48 * {@code getPrimary2}, {@code getPrimary3}, {@code getSecondary1},
105 protected abstract ColorUIResource getPrimary3(); method in class:MetalTheme
252 * the value of {@code getPrimary3()}.
256 public ColorUIResource getPrimaryControl() { return getPrimary3(); }
331 * {@code getPrimary3()}.
335 public ColorUIResource getTextHighlightColor() { return getPrimary3(); }
355 * {@code getPrimary3()}.
359 public ColorUIResource getWindowTitleBackground() { return getPrimary3(); }
H A DDefaultMetalTheme.java245 protected ColorUIResource getPrimary3() { return primary3; } method in class:DefaultMetalTheme
H A DOceanTheme.java361 protected ColorUIResource getPrimary3() { method in class:OceanTheme
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DAquaMetalTheme.java73 protected ColorUIResource getPrimary3() { method in class:AquaMetalTheme
H A DGreenMetalTheme.java74 protected ColorUIResource getPrimary3() { method in class:GreenMetalTheme
H A DKhakiMetalTheme.java79 protected ColorUIResource getPrimary3() { method in class:KhakiMetalTheme
H A DPropertiesMetalTheme.java97 primary3 = super.getPrimary3();
184 protected ColorUIResource getPrimary3() { method in class:PropertiesMetalTheme
H A DContrastMetalTheme.java85 protected ColorUIResource getPrimary3() { method in class:ContrastMetalTheme

Completed in 37 milliseconds