JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Class JCListModel

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--javax.swing.DefaultListModel
              |
              +--com.klg.jclass.util.swing.JCListModel
All Implemented Interfaces:
ListModel, Serializable

public class JCListModel
extends DefaultListModel

List model.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
JCListModel()
          Constructs an empty list model.
JCListModel(Object[] items)
          Constructs a list model with the given array of objects.
JCListModel(Vector items)
          Constructs a list model from a Vector
 
Methods inherited from class javax.swing.DefaultListModel
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, getElementAt, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSize
 
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, wait, wait, wait
 

Constructor Detail

JCListModel

public JCListModel()
Constructs an empty list model.


JCListModel

public JCListModel(Object[] items)
Constructs a list model with the given array of objects.

Parameters:
items -

JCListModel

public JCListModel(Vector items)
Constructs a list model from a Vector

Parameters:
items -

Copyright © 2004 Quest Software Inc..
All rights reserved.