Uses of Class
org.scopemvc.model.basic.BasicModel

Packages that use BasicModel
org.scopemvc.model.collection Collection implementations that implement ModelChangeEventSource to properly propagate ModelChangeEvent notification from submodels in a collection. 
 

Uses of BasicModel in org.scopemvc.model.collection
 

Subclasses of BasicModel in org.scopemvc.model.collection
 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 ListModelSources as an active BasicModel.
 class SetModel
           A BasicModel wrapper for an Set that can propagate changes to contained Models up the Model hierarchy.
 



Copyright © 2000-2002 The Scope Team. All Rights Reserved.