Uses of Interface
org.scopemvc.view.util.ModelBindable

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

Classes in org.scopemvc.view.swing that implement ModelBindable
 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 SComboBoxModel
           
 class SLabel
           A JLabel linked to a property of a bound model object.
 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 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.