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

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

public class CreateDatabaseWizardPage2
extends WizardPage

On page one we select the username and password. We also provide a test button.

Since:
04-apr-2005
Author:
Matt

Constructor Summary
CreateDatabaseWizardPage2(String arg, PropsUI props, DatabaseMeta info)
           
 
Method Summary
 boolean canFinish()
           
 boolean canFlipToNextPage()
           
 void createControl(Composite parent)
           
 DatabaseMeta getDatabaseInfo()
           
 void test()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDatabaseWizardPage2

public CreateDatabaseWizardPage2(String arg,
                                 PropsUI props,
                                 DatabaseMeta info)
Method Detail

createControl

public void createControl(Composite parent)

test

public void test()

canFlipToNextPage

public boolean canFlipToNextPage()

getDatabaseInfo

public DatabaseMeta getDatabaseInfo()

canFinish

public boolean canFinish()