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

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

public class CreateDatabaseWizardPageOCI
extends WizardPage

On page one we specify the OCI TNS connection...

Since:
04-apr-2005
Author:
Matt

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

Constructor Detail

CreateDatabaseWizardPageOCI

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

createControl

public void createControl(Composite parent)

canFlipToNextPage

public boolean canFlipToNextPage()

getDatabaseInfo

public DatabaseMeta getDatabaseInfo()

getNextPage

public IWizardPage getNextPage()