All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.application.PasswordDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----tc.application.PasswordDialog

public class PasswordDialog
extends Dialog
PasswordDialog is a modal dialog for asking the user name and password.

Version:
0.30, 1998/04/01
Author:
FRED development team, Jukka Viljamaa, Antti Viljamaa

Variable Index

 o buttonPanel
 o cancelButton
 o gridBagLayout
 o okayButton
 o okayPushed
 o password
 o passwordLabel
 o username
 o usernameLabel

Constructor Index

 o PasswordDialog(Frame)

Method Index

 o cancelButton_actionPerformed(ActionEvent)
 o getPassword()
 o getUsername()
 o isOkayPushed()
 o jbInit()
 o okayButton_actionPerformed(ActionEvent)
 o setOkayPushed(boolean)
 o windowClosing(WindowEvent)

Variables

 o gridBagLayout
 private GridBagLayout gridBagLayout
 o buttonPanel
 private BevelPanel buttonPanel
 o username
 private TextField username
 o password
 private TextField password
 o usernameLabel
 private LabelControl usernameLabel
 o passwordLabel
 private LabelControl passwordLabel
 o okayButton
 private Button okayButton
 o cancelButton
 private Button cancelButton
 o okayPushed
 private boolean okayPushed

Constructors

 o PasswordDialog
 public PasswordDialog(Frame frame)

Methods

 o jbInit
 public void jbInit() throws Exception
 o isOkayPushed
 public boolean isOkayPushed()
 o getUsername
 public String getUsername()
 o getPassword
 public byte[] getPassword()
 o setOkayPushed
 private void setOkayPushed(boolean flag)
 o okayButton_actionPerformed
 void okayButton_actionPerformed(ActionEvent e)
 o cancelButton_actionPerformed
 void cancelButton_actionPerformed(ActionEvent e)
 o windowClosing
 void windowClosing(WindowEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index