Class CheckTransProgressDialog


  • public class CheckTransProgressDialog
    extends Object
    Takes care of displaying a dialog that will handle the wait while checking a transformation...
    Since:
    16-mrt-2005
    Author:
    Matt
    • Constructor Summary

      Constructors 
      Constructor Description
      CheckTransProgressDialog​(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.TransMeta transMeta, List<org.pentaho.di.core.CheckResultInterface> remarks, boolean onlySelected)
      Creates a new dialog that will handle the wait while checking a transformation...
      CheckTransProgressDialog​(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.TransMeta transMeta, List<org.pentaho.di.core.CheckResultInterface> remarks, boolean onlySelected, org.pentaho.di.core.variables.VariableSpace space, org.pentaho.di.repository.Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
      Creates a new dialog that will handle the wait while checking a transformation...
    • Constructor Detail

      • CheckTransProgressDialog

        public CheckTransProgressDialog​(org.eclipse.swt.widgets.Shell shell,
                                        org.pentaho.di.trans.TransMeta transMeta,
                                        List<org.pentaho.di.core.CheckResultInterface> remarks,
                                        boolean onlySelected)
        Creates a new dialog that will handle the wait while checking a transformation...
      • CheckTransProgressDialog

        public CheckTransProgressDialog​(org.eclipse.swt.widgets.Shell shell,
                                        org.pentaho.di.trans.TransMeta transMeta,
                                        List<org.pentaho.di.core.CheckResultInterface> remarks,
                                        boolean onlySelected,
                                        org.pentaho.di.core.variables.VariableSpace space,
                                        org.pentaho.di.repository.Repository repository,
                                        org.pentaho.metastore.api.IMetaStore metaStore)
        Creates a new dialog that will handle the wait while checking a transformation...
    • Method Detail

      • open

        public void open()