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.
-
Login(Frame, String, User)
-
-
actionPerformed(ActionEvent)
-
-
addActionListener(ActionListener)
-
-
removeActionListener(ActionListener)
-
Login
public Login(Frame parent,
String msgHeader,
User user)
actionPerformed
public void actionPerformed(ActionEvent evt)
- Overrides:
- actionPerformed in class Dialog
addActionListener
public void addActionListener(ActionListener al)
- Overrides:
- addActionListener in class Dialog
removeActionListener
public void removeActionListener(ActionListener al)
- Overrides:
- removeActionListener in class Dialog
All Packages Class Hierarchy This Package Previous Next Index