|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.swing
Interface UIDefaults.ActiveValue

- Enclosing interface:
- UIDefaults
- 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
LazyValue that is only instantiated once.
| Method Summary | |
java.lang.Object |
createValue(UIDefaults table)
|
| Method Detail |
createValue
public java.lang.Object createValue(UIDefaults table)
|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC