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...
  • Method Summary

    Modifier and Type
    Method
    Description
    org.pentaho.di.job.JobMeta
     

    Methods inherited from class java.lang.Object

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

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

    • open

      public org.pentaho.di.job.JobMeta open()