mailpuccino
Class MsgView.AddRecipientsDialog.CustomModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended bymailpuccino.MsgView.AddRecipientsDialog.CustomModel
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable
Enclosing class:
MsgView.AddRecipientsDialog

class MsgView.AddRecipientsDialog.CustomModel
extends javax.swing.AbstractListModel


Field Summary
(package private)  java.util.Vector Contents
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
MsgView.AddRecipientsDialog.CustomModel(EmailID Target)
           
 
Method Summary
 java.lang.Object getElementAt(int Index)
           
 int getSize()
           
(package private)  void quicksort(int Start, int End)
           
 
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

Contents

java.util.Vector Contents
Constructor Detail

MsgView.AddRecipientsDialog.CustomModel

public MsgView.AddRecipientsDialog.CustomModel(EmailID Target)
                                        throws java.io.IOException,
                                               FolderException
Method Detail

quicksort

void quicksort(int Start,
               int End)

getElementAt

public java.lang.Object getElementAt(int Index)

getSize

public int getSize()