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

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

public class CreateDatabaseWizardPage1
extends WizardPage

On page one we select the database connection name, the database type and the access type.

Since:
04-apr-2005
Author:
Matt

Constructor Summary
CreateDatabaseWizardPage1(String arg, PropsUI props, DatabaseMeta databaseMeta, List<DatabaseMeta> databases)
           
 
Method Summary
 boolean canFlipToNextPage()
           
 boolean canPerformFinish()
           
 void createControl(Composite parent)
           
 DatabaseMeta getDatabaseInfo()
           
 IWizardPage getNextPage()
           
 void setAccessTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDatabaseWizardPage1

public CreateDatabaseWizardPage1(String arg,
                                 PropsUI props,
                                 DatabaseMeta databaseMeta,
                                 List<DatabaseMeta> databases)
Method Detail

createControl

public void createControl(Composite parent)

setAccessTypes

public void setAccessTypes()

canFlipToNextPage

public boolean canFlipToNextPage()

getDatabaseInfo

public DatabaseMeta getDatabaseInfo()

getNextPage

public IWizardPage getNextPage()

canPerformFinish

public boolean canPerformFinish()