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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalHighContrastTheme.java64 protected ColorUIResource getPrimary1() { method in class:MetalHighContrastTheme
155 getPrimary1(),
159 getPrimary1(),
163 getPrimary1(),
167 getPrimary1(),
171 getPrimary1(),
175 getPrimary1(),
H A DMetalTheme.java47 * the protected abstract methods ({@code getPrimary1},
91 protected abstract ColorUIResource getPrimary1(); // these are blue in Metal Default Theme method in class:MetalTheme
267 * returns the value of {@code getPrimary1()}.
271 public ColorUIResource getPrimaryControlDarkShadow() { return getPrimary1(); }
435 * returns the value of {@code getPrimary1()}.
439 public ColorUIResource getSeparatorForeground() { return getPrimary1(); }
443 * returns the value of {@code getPrimary1()}.
447 public ColorUIResource getAcceleratorForeground() { return getPrimary1(); }
H A DOceanTheme.java134 new Object[] {getPrimary1()});
272 "TabbedPane.borderHightlightColor", getPrimary1(),
303 "Tree.selectionBorderColor", getPrimary1(),
304 "Tree.dropLineColor", getPrimary1(),
305 "Table.dropLineColor", getPrimary1(),
311 "List.dropLineColor", getPrimary1()
339 protected ColorUIResource getPrimary1() { method in class:OceanTheme
H A DDefaultMetalTheme.java229 protected ColorUIResource getPrimary1() { return primary1; } method in class:DefaultMetalTheme
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DAquaMetalTheme.java63 protected ColorUIResource getPrimary1() { method in class:AquaMetalTheme
H A DGreenMetalTheme.java64 protected ColorUIResource getPrimary1() { method in class:GreenMetalTheme
H A DKhakiMetalTheme.java69 protected ColorUIResource getPrimary1() { method in class:KhakiMetalTheme
H A DPropertiesMetalTheme.java95 primary1 = super.getPrimary1();
174 protected ColorUIResource getPrimary1() { method in class:PropertiesMetalTheme
H A DContrastMetalTheme.java75 protected ColorUIResource getPrimary1() { method in class:ContrastMetalTheme

Completed in 36 milliseconds