Lines Matching defs:ActiveValue
140 * If the value is an <code>UIDefaults.ActiveValue</code>
142 * with <code>ActiveValue.createValue()</code> for each
155 * @see ActiveValue
176 !(value instanceof ActiveValue) &&
183 * the lock and construct the ActiveValue or the LazyValue.
204 else if (!(value instanceof ActiveValue)) {
210 * a LazyValue or an ActiveValue.
232 value = ((ActiveValue)value).createValue(this);
244 * If the value is an <code>UIDefaults.ActiveValue</code>
246 * with <code>ActiveValue.createValue()</code> for each
259 * @see ActiveValue
972 * an <code>ActiveValue</code> that constructs a
975 * Object cellRendererActiveValue = new UIDefaults.ActiveValue() {
986 public interface ActiveValue {