mailpuccino
Class RegularEmailComposer.EditingInterface.RecipientListView.AddressingDialog.CustomListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended bymailpuccino.RegularEmailComposer.EditingInterface.RecipientListView.AddressingDialog.CustomListModel
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable
Enclosing class:
RegularEmailComposer.EditingInterface.RecipientListView.AddressingDialog

class RegularEmailComposer.EditingInterface.RecipientListView.AddressingDialog.CustomListModel
extends javax.swing.AbstractListModel


Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
(package private) RegularEmailComposer.EditingInterface.RecipientListView.AddressingDialog.CustomListModel()
           
 
Method Summary
 void add(java.util.Vector Hits)
           
 java.lang.Object getElementAt(int Index)
           
 int getSize()
           
 void reset()
           
 
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

RegularEmailComposer.EditingInterface.RecipientListView.AddressingDialog.CustomListModel

RegularEmailComposer.EditingInterface.RecipientListView.AddressingDialog.CustomListModel()
Method Detail

getSize

public int getSize()

getElementAt

public java.lang.Object getElementAt(int Index)

reset

public void reset()

add

public void add(java.util.Vector Hits)