|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface UIDefaults.ActiveValue
Used for lazy instantiation of UIDefaults values so that they are not
all loaded when a Swing application starts up, but only the values that
are really needed. An ActiveValue
is newly instantiated
every time when the value is requested, as opposed to the normal
UIDefaults.LazyValue
that is only instantiated once.
Method Summary | |
---|---|
Object |
createValue(UIDefaults table)
|
Method Detail |
---|
Object createValue(UIDefaults table)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |