Searched defs:uiResource (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusLookAndFeel.java382 * @param uiResource True if the derived color should be a
389 boolean uiResource) {
391 bOffset, aOffset, uiResource);
402 * @param uiResource True if the derived color should be a UIResource
406 float midPoint, boolean uiResource) {
408 if (uiResource) {
386 getDerivedColor(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset, boolean uiResource) argument
405 getDerivedColor(Color color1, Color color2, float midPoint, boolean uiResource) argument
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DPaint.java51 @XmlAttribute private boolean uiResource = true; field in class:Matte
77 if (! uiResource) {
H A DSynthModel.java170 public String write(boolean uiResource) { argument
171 String uiSuffix = (uiResource ? "UIResource" : "");
181 public String write(boolean uiResource) { argument
182 String uiSuffix = (uiResource ? "UIResource" : "");

Completed in 39 milliseconds