Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.scopemvc.model.collection

Class Summary
ArrayModel A BasicModel wrapper for an Object[] that can propogate changes to contained Models up the Model hierarchy, and implements the java.util.List interface.
ListModel A BasicModel wrapper for an List that can propogate 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 propogate changes to contained Models up the Model hierarchy.