Package org.pentaho.di.ui.job.dialog
Class JobLoadProgressDialog
- java.lang.Object
-
- org.pentaho.di.ui.job.dialog.JobLoadProgressDialog
-
public class JobLoadProgressDialog extends Object
- Since:
- 13-mrt-2005
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description JobLoadProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, String versionLabel)
Creates a new dialog that will handle the wait while loading a job...JobLoadProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.repository.ObjectId objectId, String versionLabel)
Creates a new dialog that will handle the wait while loading a job...
-
-
-
Constructor Detail
-
JobLoadProgressDialog
public JobLoadProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, String jobname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, String versionLabel)
Creates a new dialog that will handle the wait while loading a job...
-
JobLoadProgressDialog
public JobLoadProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.repository.ObjectId objectId, String versionLabel)
Creates a new dialog that will handle the wait while loading a job...
-
-