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

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

public class CopyTableWizardPage3
extends WizardPage

On page one we select the name of the target transformation and the directory.

Since:
29-mar-05
Author:
Matt

Constructor Summary
CopyTableWizardPage3(String arg, LogWriter log, PropsUI props, Repository rep)
          Deprecated.  
CopyTableWizardPage3(String arg, Repository rep)
           
 
Method Summary
 boolean canFinish()
           
 boolean canFlipToNextPage()
           
 void createControl(Composite parent)
           
 RepositoryDirectoryInterface getDirectory()
           
 String getTransformationName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyTableWizardPage3

public CopyTableWizardPage3(String arg,
                            LogWriter log,
                            PropsUI props,
                            Repository rep)
Deprecated. 


CopyTableWizardPage3

public CopyTableWizardPage3(String arg,
                            Repository rep)
Method Detail

createControl

public void createControl(Composite parent)

canFlipToNextPage

public boolean canFlipToNextPage()

getTransformationName

public String getTransformationName()

getDirectory

public RepositoryDirectoryInterface getDirectory()
Returns:
Returns the directory.

canFinish

public boolean canFinish()