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.
-
DONE
-
-
ERROR
-
-
IN_PROGRESS
-
-
SendMailStatusDialog(Point, String, String, int, String, Vector, String, String, String)
- Constructor to create the status dialog.
-
action(Event, Object)
-
-
getStatus()
-
-
run()
-
IN_PROGRESS
public final static int IN_PROGRESS
DONE
public final static int DONE
ERROR
public final static int ERROR
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.
getStatus
public int getStatus()
run
public void run()
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index