All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.presentation.Mailer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ncsa.env.presentation.Mailer

public class Mailer
extends Frame
implements ActionListener

Variable Index

 o Content
 o MENU_CLOSE
 o MENU_MAIL
 o MENU_PART
 o MENU_SCRIPT
 o Subject
 o Who

Constructor Index

 o Mailer()
 o Mailer(String, String, String, String)

Method Index

 o actionPerformed(ActionEvent)
 o show(String, String, String, String)

Variables

 o MENU_CLOSE
 protected final int MENU_CLOSE
 o MENU_MAIL
 protected final int MENU_MAIL
 o MENU_PART
 protected final int MENU_PART
 o MENU_SCRIPT
 protected final int MENU_SCRIPT
 o Who
 protected String Who
 o Subject
 protected String Subject
 o Content
 protected String Content

Constructors

 o Mailer
 public Mailer()
 o Mailer
 public Mailer(String to,
               String who,
               String subject,
               String content)

Methods

 o show
 public void show(String to,
                  String who,
                  String subject,
                  String content)
 o actionPerformed
 public void actionPerformed(ActionEvent evt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index