API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. UIDefaults.ProxyLazyValue View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
 Object
      UIDefaults.ProxyLazyValue
Implements
 UIDefaults.LazyValue
Subclasses
Description
publicstatic class UIDefaults.ProxyLazyValue
  This class provides an implementation of LazyValue which can be used to delay loading of the Class for the instance to be created.
See also:   
Constructors
public UIDefaults.ProxyLazyValue (String c)
  Creates a LazyValue which will construct an instance when asked.
public UIDefaults.ProxyLazyValue (String c, Object o)
  Creates a LazyValue which will construct an instance when asked.
public UIDefaults.ProxyLazyValue (String c, String m)
  Creates a LazyValue which will construct an instance when asked.
public UIDefaults.ProxyLazyValue (String c, String m, Object o)
  Creates a LazyValue which will construct an instance when asked.
Methods
Hide/Show inherited methods
public Object createValue (UIDefaults table) [Specified in UIDefaults.LazyValue]
  Creates the value retrieved from the UIDefaults table.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar