Class CheckTransProgressDialog

java.lang.Object
org.pentaho.di.ui.spoon.dialog.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...
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 Details

    • open

      public void open()