Package org.pentaho.di.ui.spoon.dialog
Class CheckTransProgressDialog
java.lang.Object
org.pentaho.di.ui.spoon.dialog.CheckTransProgressDialog
Takes care of displaying a dialog that will handle the wait while checking a transformation...
- Since:
- 16-mrt-2005
- Author:
- Matt
-
Constructor Summary
ConstructorDescriptionCheckTransProgressDialog
(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
-
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()
-