Uses of Package
org.scopemvc.view.util

Packages that use org.scopemvc.view.util
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   
 

Classes in org.scopemvc.view.util used by org.scopemvc.view.swing
ActiveBoundModel
           A BoundModel that handles ModelChangeEvents and provides full two-way data-binding between a View and its bound model property.
BoundModel
           Delegate to handle generic parts of binding a View to a property of a model object with no automatic updates between model and View: ie this delegate just handles accessing the model and Selector for its owning View.
ModelBindable
           Views that use an ActiveBoundModel delegate must implement this interface so that ActiveBoundModel can change the state of the View through this generic interface.
 

Classes in org.scopemvc.view.util used by org.scopemvc.view.util
BoundModel
           Delegate to handle generic parts of binding a View to a property of a model object with no automatic updates between model and View: ie this delegate just handles accessing the model and Selector for its owning View.
 



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