org.pentaho.di.ui.spoon.dialog
Class GetSQLProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.spoon.dialog.GetSQLProgressDialog

public class GetSQLProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while getting the SQL for a transformation...

Since:
15-mrt-2005
Author:
Matt

Constructor Summary
GetSQLProgressDialog(LogWriter log, Props props, Shell shell, TransMeta transMeta)
          Deprecated. please use the constructor version without log or props
GetSQLProgressDialog(Shell shell, TransMeta transMeta)
          Creates a new dialog that will handle the wait while getting the SQL for a transformation...
 
Method Summary
 List<SQLStatement> open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSQLProgressDialog

public GetSQLProgressDialog(LogWriter log,
                            Props props,
                            Shell shell,
                            TransMeta transMeta)
Deprecated. please use the constructor version without log or props

Creates a new dialog that will handle the wait while getting the SQL for a transformation...


GetSQLProgressDialog

public GetSQLProgressDialog(Shell shell,
                            TransMeta transMeta)
Creates a new dialog that will handle the wait while getting the SQL for a transformation...

Method Detail

open

public List<SQLStatement> open()