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

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

public class CopyTableWizardPage2
extends WizardPage

This wizard page let's you select the table that need to be ripped.

Since:
29-mar-05
Author:
Matt

Constructor Summary
CopyTableWizardPage2(String arg)
           
CopyTableWizardPage2(String arg, LogWriter log, PropsUI props)
          Deprecated.  
 
Method Summary
 boolean canFinish()
           
 void createControl(Composite parent)
           
 void getData()
           
 boolean getInputData()
           
 String getSelection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyTableWizardPage2

public CopyTableWizardPage2(String arg,
                            LogWriter log,
                            PropsUI props)
Deprecated. 


CopyTableWizardPage2

public CopyTableWizardPage2(String arg)
Method Detail

createControl

public void createControl(Composite parent)

getInputData

public boolean getInputData()

getData

public void getData()

canFinish

public boolean canFinish()

getSelection

public String getSelection()