Uses of Class
org.objectweb.cjdbc.console.wizard.WizardTab

Packages that use WizardTab
org.objectweb.cjdbc.console.wizard C-JDBC wizard, to create virtual database configuration files. 
org.objectweb.cjdbc.console.wizard.tab C-JDBC text and graphical consoles. 
 

Uses of WizardTab in org.objectweb.cjdbc.console.wizard
 

Methods in org.objectweb.cjdbc.console.wizard that return WizardTab
 WizardTab WizardTabs.addTab(WizardTab tab)
          Add a tab
 

Methods in org.objectweb.cjdbc.console.wizard with parameters of type WizardTab
 WizardTab WizardTabs.addTab(WizardTab tab)
          Add a tab
 

Uses of WizardTab in org.objectweb.cjdbc.console.wizard.tab
 

Subclasses of WizardTab in org.objectweb.cjdbc.console.wizard.tab
 class AuthenticationTab
          This tab has al the fields for the authentication section of the virtual database.
 class BackendTab
          This tab has the required field to define backend information and their related connection managers
 class CachingTab
          This tab defines the fields to fill for caching.
 class DistributionTab
          Distribution tab has the fields for distributed virtual database.
 class RecoveryTab
          The recovery tab has the fields needed to define a RecoveryLog This tab can be extended later to use for other recovery log types.
 class RequestManagerTab
          RequestManager is the main panel for the information regarding the request manager.
 class VirtualDatabaseTab
          This is the general panel for the configuration of the virtual database.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.