All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.CheckMailForm

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----net.CheckMailForm

class CheckMailForm
extends java.awt.Panel
Form for obtaining e-mail user id and password from the user.


Variable Index

 o applet
 o button
 o idField
 o idLabel
 o pswdField
 o pswdLabel
 o resultField
 o resultLabel

Constructor Index

 o CheckMailForm(CheckMail)
The constructor.

Method Index

 o getId()
Return the value of the ID field in the form.
 o getPswd()
Return the value of the password field in the form.
 o handleEvent(Event)
Respond to the button click event: check for messages.

Variables

 o applet
 net.CheckMail applet
 o idLabel
 java.awt.Label idLabel
 o idField
 java.awt.TextField idField
 o pswdLabel
 java.awt.Label pswdLabel
 o pswdField
 java.awt.TextField pswdField
 o button
 java.awt.Button button
 o resultLabel
 java.awt.Label resultLabel
 o resultField
 java.awt.TextField resultField

Constructors

 o CheckMailForm
 public CheckMailForm(net.CheckMail ap)
The constructor.

Methods

 o getId
 public java.lang.String getId()
Return the value of the ID field in the form.

 o getPswd
 public java.lang.String getPswd()
Return the value of the password field in the form.

 o handleEvent
 public boolean handleEvent(java.awt.Event e)
Respond to the button click event: check for messages.

Overrides:
handleEvent in class java.awt.Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index