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