jigcell.compare.data
Class DataGeneratorList.DataGeneratorListDelegate

java.lang.Object
  extended by java.beans.PersistenceDelegate
      extended by java.beans.DefaultPersistenceDelegate
          extended by jigcell.compare.data.DataGeneratorList.DataGeneratorListDelegate
Enclosing class:
DataGeneratorList

protected static class DataGeneratorList.DataGeneratorListDelegate
extends java.beans.DefaultPersistenceDelegate

Persists the list by using a series of add statements.


Constructor Summary
protected DataGeneratorList.DataGeneratorListDelegate()
           
 
Method Summary
protected  void initialize(java.lang.Class clazz, java.lang.Object o1, java.lang.Object o2, java.beans.Encoder encoder)
           
protected  java.beans.Expression instantiate(java.lang.Object o, java.beans.Encoder encoder)
           
 
Methods inherited from class java.beans.DefaultPersistenceDelegate
mutatesTo
 
Methods inherited from class java.beans.PersistenceDelegate
writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataGeneratorList.DataGeneratorListDelegate

protected DataGeneratorList.DataGeneratorListDelegate()
Method Detail

instantiate

protected java.beans.Expression instantiate(java.lang.Object o,
                                            java.beans.Encoder encoder)
Overrides:
instantiate in class java.beans.DefaultPersistenceDelegate

initialize

protected void initialize(java.lang.Class clazz,
                          java.lang.Object o1,
                          java.lang.Object o2,
                          java.beans.Encoder encoder)
Overrides:
initialize in class java.beans.DefaultPersistenceDelegate