javax.swing
Class UIDefaults.ProxyLazyValue

java.lang.Object
  extended by javax.swing.UIDefaults.ProxyLazyValue
All Implemented Interfaces:
UIDefaults.LazyValue
Enclosing class:
UIDefaults

public static class UIDefaults.ProxyLazyValue
extends Object
implements UIDefaults.LazyValue


Constructor Summary
UIDefaults.ProxyLazyValue(String s)
           
UIDefaults.ProxyLazyValue(String c, Object[] os)
           
UIDefaults.ProxyLazyValue(String c, String m)
           
UIDefaults.ProxyLazyValue(String c, String m, Object[] os)
           
 
Method Summary
 Object createValue(UIDefaults table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDefaults.ProxyLazyValue

public UIDefaults.ProxyLazyValue(String s)

UIDefaults.ProxyLazyValue

public UIDefaults.ProxyLazyValue(String c,
                                 String m)

UIDefaults.ProxyLazyValue

public UIDefaults.ProxyLazyValue(String c,
                                 Object[] os)

UIDefaults.ProxyLazyValue

public UIDefaults.ProxyLazyValue(String c,
                                 String m,
                                 Object[] os)
Method Detail

createValue

public Object createValue(UIDefaults table)
Specified by:
createValue in interface UIDefaults.LazyValue