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:
java.io.Serializable, javax.swing.ListModel, org.nuiton.wikitty.WikittyServiceListener

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
 
Fields inherited from interface org.nuiton.wikitty.WikittyServiceListener
CLEAR_EXTENSION_METHOD, CLEAR_WIKITTY_METHOD, PUT_EXTENSION_METHOD, PUT_WIKITTY_METHOD, REMOVE_EXTENSION_METHOD, REMOVE_WIKITTY_METHOD
 
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
clearExtension, clearWikitty, getElementAt, getSize, putExtension, putWikitty, refresh, removeExtension, removeWikitty, 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.