public class IndexedContainerDelegate extends EventSourceDelegate
Constructor and Description |
---|
IndexedContainerDelegate(java.lang.String[] propertyMethods)
Create an IndexedContainerDelegate.
|
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.Written by Peter Eastman.