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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java184 protected ColorUIResource getBlack() { return black; } method in class:MetalTheme
228 * the value of {@code getBlack()}.
232 public ColorUIResource getControlInfo() { return getBlack(); }
275 * returns the value of {@code getBlack()}.
279 public ColorUIResource getPrimaryControlInfo() { return getBlack(); }
291 * {@code getBlack()}.
295 public ColorUIResource getSystemTextColor() { return getBlack(); }
323 * {@code getBlack()}.
327 public ColorUIResource getUserTextColor() { return getBlack(); }
363 * {@code getBlack()}
[all...]
H A DMetalHighContrastTheme.java94 return getBlack();
98 return getBlack();
106 return getBlack();
114 return getBlack();
123 getBlack()));
H A DOceanTheme.java405 protected ColorUIResource getBlack() { method in class:OceanTheme
H A DMetalLookAndFeel.java1823 * cover method for {@code getCurrentTheme().getBlack()}.
1829 public static ColorUIResource getBlack() { return getCurrentTheme().getBlack(); } method in class:MetalLookAndFeel
H A DMetalIconFactory.java573 Color darkHighlightColor = MetalLookAndFeel.getBlack();
597 // darkHighlightColor is still "getBlack()"
680 Color darkHighlightColor = MetalLookAndFeel.getBlack();
705 // darkHighlightColor is still "getBlack()"
847 Color darkHighlightColor = MetalLookAndFeel.getBlack();
872 // darkHighlightColor is still "getBlack()"
958 Color darkHighlightColor = MetalLookAndFeel.getBlack();
983 // darkHighlightColor is still "getBlack()"
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DContrastMetalTheme.java111 return getBlack();
116 return getBlack();
126 return getBlack();
136 return getBlack();
148 new BorderUIResource(new LineBorder(getBlack()));
H A DPropertiesMetalTheme.java103 black = super.getBlack();
204 protected ColorUIResource getBlack() { method in class:PropertiesMetalTheme

Completed in 48 milliseconds