Uses of Interface
org.scopemvc.view.swing.ListSelectionParent

Packages that use ListSelectionParent
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 ListSelectionParent in org.scopemvc.view.swing
 

Classes in org.scopemvc.view.swing that implement ListSelectionParent
 class SList
           A JList that uses a SListModel to bind to model properties, and a SListSelectionModel to bind the selected item to a property.
 class STable
           A JTable bound to a list property of a model.
 



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