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.