Package org.apache.hop.ui.hopgui.dialog
Class AnalyseImpactProgressDialog
- java.lang.Object
-
- org.apache.hop.ui.hopgui.dialog.AnalyseImpactProgressDialog
-
public class AnalyseImpactProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while where determining the impact of a pipeline on the used databases.
-
-
Constructor Summary
Constructors Constructor Description AnalyseImpactProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, PipelineMeta pipelineMeta, List<DatabaseImpact> impact)Creates a new dialog that will handle the wait while determining the impact of the pipeline on the databases used...
-
-
-
Constructor Detail
-
AnalyseImpactProgressDialog
public AnalyseImpactProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, PipelineMeta pipelineMeta, List<DatabaseImpact> impact)Creates a new dialog that will handle the wait while determining the impact of the pipeline on the databases used...
-
-