|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| ArrayModel |
A BasicModel wrapper for an Object[] that can propagate changes
to contained Models up the Model hierarchy, and implements the java.util.List
interface. |
| ListModel |
A BasicModel wrapper for an List that can propagate changes to
contained Models up the Model hierarchy. |
| ListModelAdaptor |
Used to present a list of ListModelSources as an active BasicModel. |
| ListModelSource | Used with ListModelAdaptor to wrap a Collection, List, Array,
Enumeration or Iterator as the source of a list of model objects. |
| SetModel |
A BasicModel wrapper for an Set that can propagate changes to
contained Models up the Model hierarchy. |
Collection implementations that implement ModelChangeEventSource to properly propagate ModelChangeEvent notification from submodels in a collection. Use these wrappers around standard Java lists and arrays if implementing active models that implement ModelChangeEventSource. Remember to propagate events from a collection through parent models.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||