javax.swing

Interface UIDefaults.LazyValue

public static interface UIDefaults.LazyValue

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. A LazyValue is only instantiated once, as opposed to the {@link ActiveValue} that is newly created every time it is requested.
Method Summary
ObjectcreateValue(UIDefaults table)

Method Detail

createValue

public Object createValue(UIDefaults table)