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