Lines Matching defs:values

57  * <p>This class properly reads and retrieves values placed in the UIDefaults
64 * UIDefaults, then the values in that defaults table will override the standard
84 * <p>The values are only read out of UIManager once, and then cached. If
85 * you need to read the values again (for example, if the UI is being reloaded),
133 * there is no value, then NULL will be placed into the values map. This way
178 * values associated with this style. This instance refers to default
179 * values, and are used when no overrides are discovered in the client
180 * properties of a component. These values are lazily created on first
183 private Values values;
239 // a non-null values object is the flag we use to determine whether
241 if (values != null) return;
247 values = new Values();
290 //the values associated with each state.
295 //"values" stateTypes to be a non-null array.
296 //Otherwise, let the "values" stateTypes be null to indicate that
320 values.stateTypes = states.toArray(new State[states.size()]);
391 //values object
393 values.contentMargins = (Insets)defaults.get(key);
397 values.defaults.put(property, defaults.get(key));
462 //finally, set the array of runtime states on the values object
463 values.states = runtimeStates.toArray(new RuntimeState[runtimeStates.size()]);
799 * SynthContext. Ensures that parsing of the values has occurred, or
803 * @return a non-null values reference
807 return values;
886 //there are custom states on this values, so I'll have to iterate
1013 * Contains values such as the UIDefaults and painters asssociated with