org.scopemvc.view.swing
Class SListModel

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--org.scopemvc.view.swing.SAbstractListModel
              |
              +--org.scopemvc.view.swing.SListModel
All Implemented Interfaces:
javax.swing.ListModel, ModelBindable, 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.8 $ $Date: 2002/09/05 15:41:49 $
Author:
Steve Meyfroidt
See Also:
SList, Serialized Form

Field 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

SListModel

public SListModel(javax.swing.JList inParent)
Constructor for the SListModel object

Parameters:
inParent - TODO: Describe the Parameter
Method Detail

setShownModel

protected void setShownModel(java.lang.Object inModel)
Called internally from updateFromProperty().

Overrides:
setShownModel in class SAbstractListModel
Parameters:
inModel - The new shownModel value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.