org.ferris.journal.gui.view.list
Class CopyOfKJournalListModelForActiveJournals

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultListModel
          extended by org.ferris.journal.gui.view.list.KAbstractJournalListModel
              extended by org.ferris.journal.gui.view.list.CopyOfKJournalListModelForActiveJournals
All Implemented Interfaces:
Serializable, ListModel

public class CopyOfKJournalListModelForActiveJournals
extends KAbstractJournalListModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
CopyOfKJournalListModelForActiveJournals(Model model)
           
 
Method Summary
 List<Journal> getJournals()
           
 
Methods inherited from class org.ferris.journal.gui.view.list.KAbstractJournalListModel
deletedJournal, editJournal, getElementAt, getIndexOf, getJournalAt, getSize, insertedJournal, newJournal, updatedJournal
 
Methods inherited from class javax.swing.DefaultListModel
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSize
 
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, wait, wait, wait
 

Constructor Detail

CopyOfKJournalListModelForActiveJournals

public CopyOfKJournalListModelForActiveJournals(Model model)
Method Detail

getJournals

public List<Journal> getJournals()
Specified by:
getJournals in class KAbstractJournalListModel


Copyright © March 15, 2008-2011 The Ferris Foundation. All Rights Reserved.