org.pentaho.di.ui.core.database.wizard
Class CreateDatabaseWizard

java.lang.Object
  extended by org.pentaho.di.ui.core.database.wizard.CreateDatabaseWizard

public class CreateDatabaseWizard
extends Object

Shows a wizard that creates a new database connection... (Code 'normalized' from Spoon)

Since:
29-mar-2006
Author:
Matt, Jens

Constructor Summary
CreateDatabaseWizard()
           
 
Method Summary
 DatabaseMeta createAndRunDatabaseWizard(Shell shell, PropsUI props, List<DatabaseMeta> databases)
          Shows a wizard that creates a new database connection...
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDatabaseWizard

public CreateDatabaseWizard()
Method Detail

createAndRunDatabaseWizard

public DatabaseMeta createAndRunDatabaseWizard(Shell shell,
                                               PropsUI props,
                                               List<DatabaseMeta> databases)
Shows a wizard that creates a new database connection...

Parameters:
shell -
props -
databases -
Returns:
DatabaseMeta when finished or null when canceled