rero.dck.items
Class FileListInput.InputListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by rero.dck.items.FileListInput.InputListModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.ListModel
Enclosing class:
FileListInput

protected class FileListInput.InputListModel
extends javax.swing.AbstractListModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
protected FileListInput.InputListModel()
           
 
Method Summary
 void fireChange()
           
 java.lang.Object getElementAt(int index)
           
 int getSize()
           
 
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

FileListInput.InputListModel

protected FileListInput.InputListModel()
Method Detail

fireChange

public void fireChange()

getElementAt

public java.lang.Object getElementAt(int index)

getSize

public int getSize()