org.shiftone.memento.model
Class ImportListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byorg.shiftone.memento.model.ImportListModel
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable

public class ImportListModel
extends javax.swing.AbstractListModel

See Also:
Serialized Form

Field Summary
static org.apache.log4j.Logger LOG
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ImportListModel()
           
 
Method Summary
 void addPhoto(java.io.File photoFile)
           
 java.lang.Object getElementAt(int index)
           
 java.util.List getPhotoList()
           
 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
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

ImportListModel

public ImportListModel()
Method Detail

addPhoto

public void addPhoto(java.io.File photoFile)

getPhotoList

public java.util.List getPhotoList()

getElementAt

public java.lang.Object getElementAt(int index)

getSize

public int getSize()