org.pentaho.di.ui.trans.steps.textfileinput
Class TextFileCSVImportProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.trans.steps.textfileinput.TextFileCSVImportProgressDialog

public class TextFileCSVImportProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.

Since:
07-apr-2005
Author:
Matt

Constructor Summary
TextFileCSVImportProgressDialog(Shell shell, InputFileMetaInterface meta, TransMeta transMeta, InputStreamReader reader, int samples, boolean replaceMeta)
          Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.
 
Method Summary
 String open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFileCSVImportProgressDialog

public TextFileCSVImportProgressDialog(Shell shell,
                                       InputFileMetaInterface meta,
                                       TransMeta transMeta,
                                       InputStreamReader reader,
                                       int samples,
                                       boolean replaceMeta)
Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.

Method Detail

open

public String open()