API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. UIDefaults.LazyValue View Source
Author(s)
Since
Version
Serial
Hierarchy
 UIDefaults.LazyValue
Subinterfaces
Description
publicstatic interface UIDefaults.LazyValue
  This class enables one to store an entry in the defaults table that isn't constructed until the first time it's looked up with one of the getXXX(key) methods.
Methods
Hide/Show inherited methods
public Object createValue (UIDefaults table)
  Creates the actual value retrieved from the UIDefaults table.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar