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.
-
LoginWindow(DesktopWindow)
- Method to create the login window and display it to the screen.
-
action(Event, Object)
- Called if an action occurs in the Component
-
handleEvent(Event)
- This method handles all interaction from the user.
-
show()
- Method to show the frame
LoginWindow
public LoginWindow(DesktopWindow dw)
- Method to create the login window and display it to the screen.
- Parameters:
- DesktopWindow - dw desktop window instance variable
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
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
show
public void show()
- Method to show the frame
- Overrides:
- show in class Window
All Packages Class Hierarchy This Package Previous Next Index