Package org.pentaho.di.ui.spoon.dialog
Class SaveProgressDialog
- java.lang.Object
-
- org.pentaho.di.ui.spoon.dialog.SaveProgressDialog
-
public class SaveProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while saving a transformation...- Since:
- 13-mrt-2005
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description SaveProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.core.EngineMetaInterface meta, String versionComment)
Creates a new dialog that will handle the wait while saving a transformation...
-
-
-
Constructor Detail
-
SaveProgressDialog
public SaveProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.core.EngineMetaInterface meta, String versionComment)
Creates a new dialog that will handle the wait while saving a transformation...
-
-