|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PersistenceDelegate
java.beans.DefaultPersistenceDelegate
buoy.xml.delegate.EventSourceDelegate
buoy.xml.delegate.IndexedContainerDelegate
public class IndexedContainerDelegate
This class is a PersistenceDelegate for serializing a variety of WidgetContainers. It assumes the container has a list of children which are indexed by a single integer, and that children can be added to it by calling an "add" method.
Constructor Summary | |
---|---|
IndexedContainerDelegate(java.lang.String[] propertyMethods)
Create an IndexedContainerDelegate. |
Method Summary |
---|
Methods inherited from class java.beans.PersistenceDelegate |
---|
writeObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexedContainerDelegate(java.lang.String[] propertyMethods)
propertyMethods
- the names of a set of public methods which take an int as their only
argument. For each child of the container, these methods will
be invoked and their return values passed to the add() method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |