borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.control 

UserNamePasswordPanel class

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----java.awt.Panel
                           +----borland.jbcl.control.UserNamePasswordPanel

About the UserNamePasswordPanel class

Variables  Constructors  Properties  Methods  Event Listeners

Implements MenuContainer, FocusListener, ImageObserver, Serializable, EventListener

This class represents the panel that is hosted in the user name\password dialog for access to a Database.

See also: borland.jbcl.controlUserNamePasswordDialog


UserNamePasswordPanel variables

Variables implemented in java.awt.Component

UserNamePasswordPanel constructors

UserNamePasswordPanel properties

*Read-only properties **Write-only properties

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.lang.Object

UserNamePasswordPanel methods

Methods implemented in this class

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.awt.Panel

Methods implemented in java.lang.Object

UserNamePasswordPanel event listeners


UserNamePasswordPanel constructors

UserNamePasswordPanel(borland.jbcl.dataset.Database)

  public UserNamePasswordPanel(borland.jbcl.dataset.Database db)

Constructs a UserNamePasswordPanel to access the specified Database.

Parameters:

db
The Database object to try to access.


UserNamePasswordPanel event listeners

This class is a source for the following event sets. For information on the standard AWT event sets, see Standard Java events.

component

 public synchronized void addComponentListener(java.awt.event.ComponentListener l)
 public synchronized void removeComponentListener(java.awt.event.ComponentListener l)

container

 public synchronized void addContainerListener(java.awt.event.ContainerListener l)
 public void removeContainerListener(java.awt.event.ContainerListener l)

focus

 public synchronized void addFocusListener(java.awt.event.FocusListener l)
 public synchronized void removeFocusListener(java.awt.event.FocusListener l)

key

 public synchronized void addKeyListener(java.awt.event.KeyListener l)
 public synchronized void removeKeyListener(java.awt.event.KeyListener l)

mouse

 public synchronized void addMouseListener(java.awt.event.MouseListener l)
 public synchronized void removeMouseListener(java.awt.event.MouseListener l)

mouseMotion

 public synchronized void addMouseMotionListener(java.awt.event.MouseMotionListener l)
 public synchronized void removeMouseMotionListener(java.awt.event.MouseMotionListener l)