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

org.objectweb.cjdbc.console.wizard.WizardTab Class Reference

Inheritance diagram for org.objectweb.cjdbc.console.wizard.WizardTab:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 WizardTab (WizardTabs tabs, String name)
void backendListChanged ()
void distributionChanged ()
void usersChanged ()

Static Public Member Functions

final String[] getDatabasesTypes ()
String showBackendSelectDialog ()

Protected Attributes

WizardTabs tabs
GridBagConstraints constraints

Static Protected Attributes

ResourceBundle types

Detailed Description

This is the asbtract class used to define tabs in the wizard. A tab is used to write and fill the necessary configuration of a particular point of the virtual database xml configuration file.

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 48 of file WizardTab.java.


Member Function Documentation

void org.objectweb.cjdbc.console.wizard.WizardTab.backendListChanged  ) 
 

See also:
org.objectweb.cjdbc.console.wizard.listeners.WizardListener#backendListChanged()

Definition at line 72 of file WizardTab.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.backendListChanged().

00073   {
00074 
00075   }

void org.objectweb.cjdbc.console.wizard.WizardTab.distributionChanged  ) 
 

See also:
org.objectweb.cjdbc.console.wizard.listeners.WizardListener#distributionChanged()

Reimplemented in org.objectweb.cjdbc.console.wizard.tab.RequestManagerTab.

Definition at line 80 of file WizardTab.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.distributionChanged().

00081   {
00082   }

String org.objectweb.cjdbc.console.wizard.WizardTab.showBackendSelectDialog  )  [static]
 

Show backend select dialog

Returns:
the selected backend

Definition at line 116 of file WizardTab.java.

00117   {
00118     return (String) JOptionPane.showInputDialog(null, WizardTranslate
00119         .get("label.backend.select"), WizardTranslate
00120         .get("label.backend.select"), JOptionPane.QUESTION_MESSAGE, null,
00121         getDatabasesTypes(), null);
00122   }

void org.objectweb.cjdbc.console.wizard.WizardTab.usersChanged  ) 
 

See also:
org.objectweb.cjdbc.console.wizard.listeners.WizardListener#usersChanged()

Reimplemented in org.objectweb.cjdbc.console.wizard.tab.BackendTab.

Definition at line 87 of file WizardTab.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.usersChanged().

00088   {
00089 
00090   }


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