Class JMail.LoginWindow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JMail.LoginWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----JMail.LoginWindow

public class LoginWindow
extends Frame
Class to handle user logons to the server.

Constructor Index

 o LoginWindow(DesktopWindow)
Method to create the login window and display it to the screen.

Method Index

 o action(Event, Object)
Called if an action occurs in the Component
 o handleEvent(Event)
This method handles all interaction from the user.
 o show()
Method to show the frame

Constructors

 o LoginWindow
  public LoginWindow(DesktopWindow dw)
Method to create the login window and display it to the screen.
Parameters:
DesktopWindow - dw desktop window instance variable

Methods

 o action
  public boolean action(Event evt,
                        Object obj)
Called if an action occurs in the Component
Parameters:
evt - the event
what - the action that's occuring
Overrides:
action in class Component
See Also:
action
 o handleEvent
  public synchronized boolean handleEvent(Event e)
This method handles all interaction from the user.
Parameters:
Event - e event that occured on the frame
Returns:
true if successful, false otherwise
Overrides:
handleEvent in class Component
 o show
  public void show()
Method to show the frame
Overrides:
show in class Window

All Packages  Class Hierarchy  This Package  Previous  Next  Index