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

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

public class GetJobSQLProgressDialog
extends Object

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

Since:
29-mrt-2006
Author:
Matt

Constructor Summary
GetJobSQLProgressDialog(Shell shell, JobMeta jobMeta, Repository repository)
          Creates a new dialog that will handle the wait while getting the SQL for a job...
 
Method Summary
 List<SQLStatement> open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetJobSQLProgressDialog

public GetJobSQLProgressDialog(Shell shell,
                               JobMeta jobMeta,
                               Repository repository)
Creates a new dialog that will handle the wait while getting the SQL for a job...

Method Detail

open

public List<SQLStatement> open()