org.jdesktop.appframework.swingx
Class XProperties.FilePersistenceDelegate

java.lang.Object
  extended by java.beans.PersistenceDelegate
      extended by org.jdesktop.appframework.swingx.XProperties.FilePersistenceDelegate
Enclosing class:
XProperties

static class XProperties.FilePersistenceDelegate
extends PersistenceDelegate


Constructor Summary
XProperties.FilePersistenceDelegate()
           
 
Method Summary
protected  Expression instantiate(Object oldInstance, Encoder out)
           
 
Methods inherited from class java.beans.PersistenceDelegate
initialize, mutatesTo, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XProperties.FilePersistenceDelegate

XProperties.FilePersistenceDelegate()
Method Detail

instantiate

protected Expression instantiate(Object oldInstance,
                                 Encoder out)
Specified by:
instantiate in class PersistenceDelegate