Uses of Class
org.scopemvc.view.util.BoundModel

Packages that use BoundModel
org.scopemvc.view.swing A set of wrappers around standard Swing components that implement binding to model objects either semi-automatically if no ModelChangeEvent firing is done by the model objects (see BasicModel) or automatically for model objects that implement event firing. 
org.scopemvc.view.util   
 

Uses of BoundModel in org.scopemvc.view.swing
 

Subclasses of BoundModel in org.scopemvc.view.swing
 class SwingBoundModel
           An ActiveBoundModel that forces updates to the parent View onto the AWTEvent thread because Swing isn't thread-safe.
 

Uses of BoundModel in org.scopemvc.view.util
 

Subclasses of BoundModel in org.scopemvc.view.util
 class ActiveBoundModel
           A BoundModel that handles ModelChangeEvents and provides full two-way data-binding between a View and its bound model property.
 



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