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

Quick Search    Search Deep

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

All Known Implementing Classes:
UIDefaults.LazyInputMap, UIDefaults.ProxyLazyValue
Enclosing interface:
UIDefaults

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 ActiveValue that is newly created every time it is requested.


Method Summary
 java.lang.Object createValue(UIDefaults table)
           
 

Method Detail

createValue

public java.lang.Object createValue(UIDefaults table)