Package org.apache.hop.ui.hopgui.dialog
Class CheckPipelineProgressDialog
- java.lang.Object
-
- org.apache.hop.ui.hopgui.dialog.CheckPipelineProgressDialog
-
public class CheckPipelineProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while checking a pipeline...
-
-
Constructor Summary
Constructors Constructor Description CheckPipelineProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, PipelineMeta pipelineMeta, List<ICheckResult> remarks, boolean onlySelected)Creates a new dialog that will handle the wait while checking a pipeline...CheckPipelineProgressDialog(org.eclipse.swt.widgets.Shell shell, PipelineMeta pipelineMeta, List<ICheckResult> remarks, boolean onlySelected, IVariables variables, IHopMetadataProvider metadataProvider)Creates a new dialog that will handle the wait while checking a pipeline...
-
-
-
Constructor Detail
-
CheckPipelineProgressDialog
public CheckPipelineProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, PipelineMeta pipelineMeta, List<ICheckResult> remarks, boolean onlySelected)Creates a new dialog that will handle the wait while checking a pipeline...
-
CheckPipelineProgressDialog
public CheckPipelineProgressDialog(org.eclipse.swt.widgets.Shell shell, PipelineMeta pipelineMeta, List<ICheckResult> remarks, boolean onlySelected, IVariables variables, IHopMetadataProvider metadataProvider)Creates a new dialog that will handle the wait while checking a pipeline...
-
-