com.mmbreakfast.unlod.app
Class LodFileList.LodFileListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended bycom.mmbreakfast.unlod.app.LodFileList.LodFileListModel
All Implemented Interfaces:
ListModel, Serializable
Enclosing class:
LodFileList

protected class LodFileList.LodFileListModel
extends AbstractListModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
protected LodFileList.LodFileListModel()
           
 
Method Summary
 void changeLodEntryComparator(LodFileList.LodEntryComparator newLodEntryComparator)
           
 Object getElementAt(int index)
           
 int getSize()
           
 void setLodFileEntries(Map entries)
           
 
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

LodFileList.LodFileListModel

protected LodFileList.LodFileListModel()
Method Detail

setLodFileEntries

public void setLodFileEntries(Map entries)

changeLodEntryComparator

public void changeLodEntryComparator(LodFileList.LodEntryComparator newLodEntryComparator)

getElementAt

public Object getElementAt(int index)

getSize

public int getSize()