Class cynosurex.awt.SendMailStatusDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cynosurex.awt.SendMailStatusDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----cynosurex.awt.SendMailStatusDialog

public class SendMailStatusDialog
extends Dialog
implements Runnable
Displays a modal-less dialog to display the status of sending mail.

Variable Index

 o DONE
 o ERROR
 o IN_PROGRESS

Constructor Index

 o SendMailStatusDialog(Point, String, String, int, String, Vector, String, String, String)
Constructor to create the status dialog.

Method Index

 o action(Event, Object)
 o getStatus()
 o run()

Variables

 o IN_PROGRESS
  public final static int IN_PROGRESS
 o DONE
  public final static int DONE
 o ERROR
  public final static int ERROR

Constructors

 o SendMailStatusDialog
  public SendMailStatusDialog(Point parentLocation,
                              String title,
                              String server,
                              int port,
                              String from,
                              Vector to,
                              String mailer,
                              String subject,
                              String data)
Constructor to create the status dialog. @param parent - the parent frame. @param title - a String to be displayed on the title bar.

Methods

 o getStatus
  public int getStatus()
 o run
  public void run()
 o action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index