Searched defs:getBlack (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DPropertiesMetalTheme.java103 black = super.getBlack();
204 protected ColorUIResource getBlack() { method in class:PropertiesMetalTheme
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DOceanTheme.java405 protected ColorUIResource getBlack() { method in class:OceanTheme
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 DMetalLookAndFeel.java1823 * cover method for {@code getCurrentTheme().getBlack()}.
1829 public static ColorUIResource getBlack() { return getCurrentTheme().getBlack(); } method in class:MetalLookAndFeel

Completed in 38 milliseconds