Package com.jidesoft.swing
Class SwingLazyValue
java.lang.Object
com.jidesoft.swing.SwingLazyValue
- All Implemented Interfaces:
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.
-
Constructor Summary
ConstructorsConstructorDescriptionSwingLazyValue
(String c, Object[] o) SwingLazyValue
(String c, String m) SwingLazyValue
(String c, String m, Object[] o) -
Method Summary
-
Constructor Details
-
SwingLazyValue
-
SwingLazyValue
-
SwingLazyValue
-
SwingLazyValue
-
-
Method Details
-
createValue
- Specified by:
createValue
in interfaceUIDefaults.LazyValue
-