Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing
Interface UIDefaults.ActiveValue  view UIDefaults.ActiveValue download UIDefaults.ActiveValue.java

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)