|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractListModel | +--org.scopemvc.view.swing.SAbstractListModel | +--org.scopemvc.view.swing.SListModel
A concrete SAbstractListModel for SList to use.
***** This implementation makes no provisions for thread-safety.
SList
,
Serialized FormField Summary |
Fields inherited from class org.scopemvc.view.swing.SAbstractListModel |
listModel, sizeSelector |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
SListModel(javax.swing.JList inParent)
Constructor for the SListModel object |
Method Summary | |
protected void |
setShownModel(java.lang.Object inModel)
Called internally from updateFromProperty(). |
Methods inherited from class org.scopemvc.view.swing.SAbstractListModel |
containsElement, doModelChanged, getBoundModel, getElementAt, getSelector, getShownModel, getSize, getSizeSelector, getViewValue, isSorted, modelChanged, refresh, setBoundModel, setComparator, setListModel, setSelector, setSelectorString, setSizeSelector, setSizeSelectorString, setSorted, setSorted, updateFromProperty, validationFailed, validationSuccess |
Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SListModel(javax.swing.JList inParent)
inParent
- TODO: Describe the ParameterMethod Detail |
protected void setShownModel(java.lang.Object inModel)
setShownModel
in class SAbstractListModel
inModel
- The new shownModel value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |