All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.sql.Prefs

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

public class Prefs
extends Dialog
implements ActionListener
Class Pref represents a dialog that allows a user to adjust the server connection preferences.


Constructor Index

 o Prefs(Frame, String, User)

Method Index

 o actionPerformed(ActionEvent)

Constructors

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

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class Dialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index