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

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

public class CopyTableWizardPage1
extends WizardPage

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

Since:
29-mar-05
Author:
Matt

Constructor Summary
CopyTableWizardPage1(String arg, List<DatabaseMeta> databases)
           
CopyTableWizardPage1(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

CopyTableWizardPage1

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


CopyTableWizardPage1

public CopyTableWizardPage1(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()