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

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

public class CreateDatabaseWizardPageSAPR3
extends WizardPage

On page one we select the database connection SAP/R3 specific settings 1) The data tablespace 2) The index tablespace

Since:
22-mar-2006
Author:
Jens Bleuel

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

Constructor Detail

CreateDatabaseWizardPageSAPR3

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

createControl

public void createControl(Composite parent)

setData

public void setData()

canFlipToNextPage

public boolean canFlipToNextPage()

getDatabaseInfo

public DatabaseMeta getDatabaseInfo()

getNextPage

public IWizardPage getNextPage()