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

Packages that use ActiveBoundModel
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. 
 

Uses of ActiveBoundModel in org.scopemvc.view.swing
 

Subclasses of ActiveBoundModel 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.
 



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