com.jidesoft.swing
Class SwingLazyValue
java.lang.Object
com.jidesoft.swing.SwingLazyValue
- All Implemented Interfaces:
- UIDefaults.LazyValue
public class SwingLazyValue
- extends Object
- implements UIDefaults.LazyValue
SwingLazyValue is a copy of ProxyLazyValue that does not snapshot the AccessControlContext or use a doPrivileged to
resolve the class name. It's intented for use in places in Swing where we need ProxyLazyValue, this should never be
used in a place where the developer could supply the arguments.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingLazyValue
public SwingLazyValue(String c)
SwingLazyValue
public SwingLazyValue(String c,
String m)
SwingLazyValue
public SwingLazyValue(String c,
Object[] o)
SwingLazyValue
public SwingLazyValue(String c,
String m,
Object[] o)
createValue
public Object createValue(UIDefaults table)
- Specified by:
createValue in interface UIDefaults.LazyValue
Copyright © 2014. All rights reserved.