You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.composition.Addressee

java.lang.Object
   |
   +----grendel.composition.Addressee

public class  Addressee
     extends java.lang.Object
{
          // Fields 11
     public static final int BCC;
     public static final int CC;
     public static final int FOLLOWUP_TO;
     public static final int GROUP;
     public static final int REPLY_TO;
     private static final String ResourceFile;
     public static final int TO;
     private String mAddress;
     private int mDelivery;
     public static final String[] mDeliveryStr;
     private ResourceBundle resources;

          // Constructors 3
     public Addressee();
     public Addressee(String, int);
     public Addressee(Address, int);

          // Methods 10
     public String deliveryString();
     protected static int deliveryToInt(String);
     public static String deliveryToString(int);
     public int getDelivery();
     public static String getDeliveryTitle();
     public static String getLongestString();
     public String getText();
     public void init(String, int);
     public void setDelivery(int);
     public void setText(String);
}



Fields


ResourceFile

   private static final String ResourceFile


TO

   public static final int TO


CC

   public static final int CC


BCC

   public static final int BCC


GROUP

   public static final int GROUP


REPLY_TO

   public static final int REPLY_TO


FOLLOWUP_TO

   public static final int FOLLOWUP_TO


mDeliveryStr

   public static final String[] mDeliveryStr


mAddress

   private String mAddress


mDelivery

   private int mDelivery


resources

   private ResourceBundle resources



Constructors


Addressee

   public Addressee(String aAddress, 
                    int aDelivery) 


Addressee

   public Addressee() 


Addressee

   public Addressee(Address addr, 
                    int delivery) 



Methods


init

   public void init(String aAddress, 
                    int aDelivery) 


getText

   public String getText() 


setText

   public void setText(String aAddress) 


getDelivery

   public int getDelivery() 


setDelivery

   public void setDelivery(int aDelivery) 


deliveryString

   public String deliveryString() 


getLongestString

   public static String getLongestString() 


getDeliveryTitle

   public static String getDeliveryTitle() 


deliveryToString

   public static String deliveryToString(int aDelivery) 


deliveryToInt

   protected static int deliveryToInt(String deliverString) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4