|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyView | |
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 PropertyView in org.scopemvc.view.swing |
Classes in org.scopemvc.view.swing that implement PropertyView | |
class |
SCheckBox
A JCheckbox linked to a Boolean or boolean property of a bound model object. |
class |
SLabel
A JLabel linked to a property of a bound model object. |
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 |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |