Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.console.wizard.tab.AuthenticationTab Class Reference

Inheritance diagram for org.objectweb.cjdbc.console.wizard.tab.AuthenticationTab:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.cjdbc.console.wizard.tab.AuthenticationTab:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AuthenticationTab (WizardTabs tabs)
ArrayList getUsers ()

Public Attributes

UserPanel users
UserPanel admin

Detailed Description

This tab has al the fields for the authentication section of the virtual database.

See also:
WizardTab
Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 57 of file AuthenticationTab.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.console.wizard.tab.AuthenticationTab.AuthenticationTab WizardTabs  tabs  ) 
 

Creates a new AuthenticationTab object

Parameters:
tabs 

Definition at line 68 of file AuthenticationTab.java.

00069   {
00070     super(tabs, WizardConstants.TAB_AUTHENTICATION);
00071 
00072     admin = new UserPanel("label.admin");
00073     this.add(admin, constraints);
00074 
00075     constraints.gridy = ++constraints.gridy;
00076 
00077     users = new UserPanel("label.users");
00078     this.add(users, constraints);
00079   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:03:21 2005 for C-JDBC by  doxygen 1.3.9.1