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
-
Content
-
-
MENU_CLOSE
-
-
MENU_MAIL
-
-
MENU_PART
-
-
MENU_SCRIPT
-
-
Subject
-
-
Who
-
-
Mailer()
-
-
Mailer(String, String, String, String)
-
-
actionPerformed(ActionEvent)
-
-
show(String, String, String, String)
-
MENU_CLOSE
protected final int MENU_CLOSE
MENU_MAIL
protected final int MENU_MAIL
MENU_PART
protected final int MENU_PART
MENU_SCRIPT
protected final int MENU_SCRIPT
Who
protected String Who
Subject
protected String Subject
Content
protected String Content
Mailer
public Mailer()
Mailer
public Mailer(String to,
String who,
String subject,
String content)
show
public void show(String to,
String who,
String subject,
String content)
actionPerformed
public void actionPerformed(ActionEvent evt)
All Packages Class Hierarchy This Package Previous Next Index