public class SimpleListModel<T> extends SimpleListModel<T>
Also very useful is the removeIndices(int[]) method. This is a highly optimized way to remove a set of items from the model firing only the minimum necessary events for performance reasons. It's handy to use this if you have a JList which supports removal of a multiple selection.
 The SimpleListModel.asList() method returns an object that implements the
 List interface. Changes you make to this list will
 automatically fire events to listeners of this list model. This is
 convenient if you want to pass a list model down to code that uses the
 collections framework.
| Constructor and Description | 
|---|
| SimpleListModel()Deprecated.  | 
| SimpleListModel(java.util.List<T> list)Deprecated.  | 
addElement, addElements, asList, changed, changed, getElementAt, getSize, indexOf, insertAt, iterator, moveBottom, moveDown, moveTop, moveUp, removeAll, removeElement, removeIndicesaddListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerpublic SimpleListModel()
public SimpleListModel(java.util.List<T> list)