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 ActionListener, 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 actionPerformed(ActionEvent)
 o getStatus()
 o run()

Variables

 o IN_PROGRESS
 public static final int IN_PROGRESS
 o DONE
 public static final int DONE
 o ERROR
 public static final 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.

Parameters:
parent - - the parent frame.
title - - a String to be displayed on the title bar.

Methods

 o getStatus
 public int getStatus()
 o run
 public void run()
 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index