Package org.apache.hop.ui.hopgui.dialog
Class GetSqlProgressDialog
- java.lang.Object
-
- org.apache.hop.ui.hopgui.dialog.GetSqlProgressDialog
-
public class GetSqlProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while getting the SQL for a pipeline...
-
-
Constructor Summary
Constructors Constructor Description GetSqlProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, PipelineMeta pipelineMeta)Creates a new dialog that will handle the wait while getting the SQL for a pipeline...
-
-
-
Constructor Detail
-
GetSqlProgressDialog
public GetSqlProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, PipelineMeta pipelineMeta)Creates a new dialog that will handle the wait while getting the SQL for a pipeline...
-
-
Method Detail
-
open
public List<SqlStatement> open()
-
-