|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelChangeEventSource | |
org.scopemvc.model.basic |
This package provides
BasicModel ,
a simple implementation of the
ModelChangeEventSource
interface, with a ModelChangeEvent infrastructure based
around synchronous event despatch similar to the JavaBeans
PropertyChangeSupport strategy. |
org.scopemvc.model.collection | Collection implementations that implement ModelChangeEventSource to properly propagate ModelChangeEvent notification from submodels in a collection. |
Uses of ModelChangeEventSource in org.scopemvc.model.basic |
Classes in org.scopemvc.model.basic that implement ModelChangeEventSource | |
class |
BasicModel
A simple implementation of ModelChangeEventSource for use as a base class. |
Uses of ModelChangeEventSource in org.scopemvc.model.collection |
Classes in org.scopemvc.model.collection that implement ModelChangeEventSource | |
class |
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. |
class |
ListModel
A BasicModel wrapper for an List that can propagate changes to
contained Models up the Model hierarchy. |
class |
ListModelAdaptor
Used to present a list of ListModelSource s as an active BasicModel. |
class |
SetModel
A BasicModel wrapper for an Set that can propagate changes to
contained Models up the Model hierarchy. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |