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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIDefaults.java137 * <code>UIDefaults.LazyValue</code> then the real
138 * value is computed with <code>LazyValue.createValue()</code>,
154 * @see LazyValue
177 !(value instanceof LazyValue)) {
181 /* If the LazyValue for key is being constructed by another
183 * the lock and construct the ActiveValue or the LazyValue.
201 else if (value instanceof LazyValue) {
210 * a LazyValue or an ActiveValue.
212 if (value instanceof LazyValue) {
214 /* If an exception is thrown we'll just put the LazyValue
953 public interface LazyValue { interface in class:UIDefaults
[all...]

Completed in 39 milliseconds