org.pentaho.di.ui.spoon.wizards
Class RipDatabaseWizardPage1

java.lang.Object
  extended by WizardPage
      extended by org.pentaho.di.ui.spoon.wizards.RipDatabaseWizardPage1

public class RipDatabaseWizardPage1
extends WizardPage

On page one we select the source and target databases...

Since:
17-apr-04
Author:
Matt

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

Constructor Detail

RipDatabaseWizardPage1

public RipDatabaseWizardPage1(String arg,
                              PropsUI props,
                              List<DatabaseMeta> databases)
Deprecated. 


RipDatabaseWizardPage1

public RipDatabaseWizardPage1(String arg,
                              List<DatabaseMeta> databases)
Method Detail

createControl

public void createControl(Composite parent)

canFlipToNextPage

public boolean canFlipToNextPage()

getSourceDatabase

public DatabaseMeta getSourceDatabase()

getTargetDatabase

public DatabaseMeta getTargetDatabase()

getNextPage

public IWizardPage getNextPage()