Package org.jdesktop.swingx.editors
Class PainterUtil.RenderingHintsDelegate
- java.lang.Object
-
- java.beans.PersistenceDelegate
-
- org.jdesktop.swingx.editors.PainterUtil.RenderingHintsDelegate
-
- Enclosing class:
- PainterUtil
public static final class PainterUtil.RenderingHintsDelegate extends PersistenceDelegate
-
-
Constructor Summary
Constructors Constructor Description RenderingHintsDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialize(Class<?> type, Object oldInstance, Object newInstance, Encoder out)
protected Expression
instantiate(Object oldInstance, Encoder out)
-
Methods inherited from class java.beans.PersistenceDelegate
mutatesTo, writeObject
-
-
-
-
Method Detail
-
instantiate
protected Expression instantiate(Object oldInstance, Encoder out)
- Specified by:
instantiate
in classPersistenceDelegate
-
initialize
protected void initialize(Class<?> type, Object oldInstance, Object newInstance, Encoder out)
- Overrides:
initialize
in classPersistenceDelegate
-
-