rero.dck.items
Class FileListInput.InputListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byrero.dck.items.FileListInput.InputListModel
All Implemented Interfaces:
ListModel, Serializable
Enclosing class:
FileListInput

protected class FileListInput.InputListModel
extends AbstractListModel

See Also:
Serialized Form

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

getSize

public int getSize()