Class JobLoadProgressDialog


  • public class JobLoadProgressDialog
    extends Object
    Since:
    13-mrt-2005
    Author:
    Matt
    • 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...
    • Method Detail

      • open

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