org.scopemvc.core
Interface PropertyView
- All Superinterfaces:
- View
- All Known Implementing Classes:
- SCheckBox, SLabel, SModelAction, SModelButton, SPanel, SPasswordField, SRadioButton, SSlider, STextArea, STextField
- public interface PropertyView
- extends View
A View that can be bound to a property by specifying a Selector
. Most
view implementations will implement this interface.
- Version:
- $Revision: 1.5 $ $Date: 2002/09/06 16:11:47 $
- Author:
- Steve Meyfroidt
- See Also:
- org.scopemvc.view.swing
getSelector
public Selector getSelector()
- Returns:
- Selector to identify property this View is bound to.
setSelector
public void setSelector(Selector inSelector)
- Parameters:
inSelector
- a Selector to identify the property that this View will
bind to to present to the user.
Copyright © 2000-2002 The Scope Team. All Rights Reserved.