java.lang.Object
javax.swing.AbstractListModel
org.scopemvc.view.swing.SAbstractListModel
org.scopemvc.view.swing.SListModel
- All Implemented Interfaces:
- javax.swing.ListModel, org.scopemvc.view.util.ModelBindable, org.scopemvc.core.ModelChangeListener, Refreshable, java.io.Serializable
- public class SListModel
- extends SAbstractListModel
A concrete SAbstractListModel for SList to use.
***** This implementation makes no provisions for thread-safety.
- Version:
- $Revision: 1.6 $ $Date: 2002/01/26 09:46:20 $
| Methods inherited from class org.scopemvc.view.swing.SAbstractListModel |
getBoundModel, getElementAt, getManager, getSelector, getShownModel, getSize, getSizeSelector, getViewValue, isSorted, modelChanged, refresh, setBoundModel, setComparator, setListModel, setSelector, setSelectorString, setSizeSelector, setSizeSelectorString, setSorted, setSorted, updateFromProperty, validationFailed, validationSuccess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.commons.logging.Log LOG
parent
private javax.swing.JList parent
SListModel
public SListModel(javax.swing.JList inParent)
setShownModel
protected void setShownModel(java.lang.Object inModel)
- Called internally from updateFromProperty().
- Overrides:
setShownModel in class SAbstractListModel