|
|||||||||
| Home >> All >> org >> scopemvc >> view >> [ swing overview ] | PREV NEXT | ||||||||
Uses of Interface
org.scopemvc.view.swing.Refreshable
| 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 non-editable STextField that looks like a Label but is bound to a model property. |
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 |
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. |
|
|||||||||
| Home >> All >> org >> scopemvc >> view >> [ swing overview ] | PREV NEXT | ||||||||