com.jurismarches.vradi.ui.email.models
Class GroupEmailEntityModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultListModel
          extended by com.jurismarches.vradi.ui.email.models.EmailEntityModel<Group>
              extended by com.jurismarches.vradi.ui.email.models.GroupEmailEntityModel
All Implemented Interfaces:
VradiEntitiesListener<Sending>, Serializable, ListModel

public class GroupEmailEntityModel
extends EmailEntityModel<Group>

Author:
letellier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jurismarches.vradi.ui.email.models.EmailEntityModel
datas, form, renderer, session
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
GroupEmailEntityModel(EmailFormsListCellRenderer renderer, Session session, Form form)
           
 
Method Summary
 void updateModel(Session session, Form form)
           
 
Methods inherited from class com.jurismarches.vradi.ui.email.models.EmailEntityModel
entitiesAdded, entitiesRemoved, getElementAt, getSize, refresh, refreshIfNeeded, updateDatas
 
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

GroupEmailEntityModel

public GroupEmailEntityModel(EmailFormsListCellRenderer renderer,
                             Session session,
                             Form form)
Method Detail

updateModel

public void updateModel(Session session,
                        Form form)
Specified by:
updateModel in class EmailEntityModel<Group>


Copyright © 2009-2010 JurisMarches. All Rights Reserved.