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

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

Classes in org.scopemvc.view.swing that implement Refreshable
 class SAbstractListModel
           A javax.swing.AbstractListModel bound to a property of a model used by SList, SComboBox, STable.
 class SCheckBox
           A JCheckbox linked to a Boolean or boolean property of a bound model object.
 class SComboBox
           A JComboBox that uses a SComboBoxModel to bind to model properties for the list of items and to bind the selected item to a property.
 class SComboBoxModel
           
 class SLabel
           A JLabel linked to a property of a bound model object.
 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 SListModel
           A concrete SAbstractListModel for SList to use.
 class SListSelectionModel
           A ListSelectionModel bound to a model property that will contain a reference to the current selection.
 class SModelAction
           An SAction that is bound to a property and performs a test on the value of the property to determine its active state.
 class SModelButton
           An SButton that is bound to a property and performs a test on the value of the property to determine its active state.
 class SPanel
           A JPanel implementation of View for use in Swing-based user interfaces.
 class SPasswordField
           A JPasswordField that works the same way as STextField.
 class SRadioButton
           A JRadioButton linked to a Boolean or boolean property of a bound model object.
 class SSlider
           A JSlider whose value is bound to an int property of a model object.
 class STable
           A JTable bound to a list property of a model.
 class STableModel
           
 class STextArea
           A JTextArea linked to a property of a bound model object.
 class STextField
           A JTextField linked to a property of a bound model object.
 



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