org.archiviststoolkit.editor
Class LookupListFields.ArrayListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by org.archiviststoolkit.editor.LookupListFields.ArrayListModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.ListModel
Enclosing class:
LookupListFields

 class LookupListFields.ArrayListModel
extends javax.swing.AbstractListModel


Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Method Summary
 java.lang.Object getElementAt(int index)
          Returns the value at the specified index.
 int getSize()
          Returns the length of the list.
 
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
 

Method Detail

getSize

public int getSize()
Returns the length of the list.

Returns:
the length of the list

getElementAt

public java.lang.Object getElementAt(int index)
Returns the value at the specified index.

Parameters:
index - the requested index
Returns:
the value at index