All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.sql.Login

java.lang.Object
   |
   +----com.bulletproof.gui.Component
           |
           +----com.bulletproof.gui.Container
                   |
                   +----com.bulletproof.gui.Dialog
                           |
                           +----com.bulletproof.sql.Login

public class Login
extends Dialog
implements ActionListener
Class Login represents a dialog that allows a user to login to a server using a username and password and in the case of NDS a tree and context.


Constructor Index

 o Login(Frame, String, User)

Method Index

 o actionPerformed(ActionEvent)
 o addActionListener(ActionListener)
 o removeActionListener(ActionListener)

Constructors

 o Login
 public Login(Frame parent,
              String msgHeader,
              User user)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class Dialog
 o addActionListener
 public void addActionListener(ActionListener al)
Overrides:
addActionListener in class Dialog
 o removeActionListener
 public void removeActionListener(ActionListener al)
Overrides:
removeActionListener in class Dialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index