Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.view.swing
Class SListModel  view SListModel download SListModel.java

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byorg.scopemvc.view.swing.SAbstractListModel
          extended byorg.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 $

Field Summary
private static org.apache.commons.logging.Log LOG
           
private  javax.swing.JList parent
           
 
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)
           
 
Method Summary
protected  void setShownModel(java.lang.Object inModel)
          Called internally from updateFromProperty().
 
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 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
 

Field Detail

LOG

private static final org.apache.commons.logging.Log LOG

parent

private javax.swing.JList parent
Constructor Detail

SListModel

public SListModel(javax.swing.JList inParent)
Method Detail

setShownModel

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

Overrides:
setShownModel in class SAbstractListModel