org.pentaho.di.ui.job.dialog
Class JobLoadProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.job.dialog.JobLoadProgressDialog

public class JobLoadProgressDialog
extends Object

Since:
13-mrt-2005
Author:
Matt

Constructor Summary
JobLoadProgressDialog(Shell shell, Repository rep, ObjectId objectId, String versionLabel)
          Creates a new dialog that will handle the wait while loading a job...
JobLoadProgressDialog(Shell shell, Repository rep, String jobname, RepositoryDirectoryInterface repdir, String versionLabel)
          Creates a new dialog that will handle the wait while loading a job...
 
Method Summary
 JobMeta open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobLoadProgressDialog

public JobLoadProgressDialog(Shell shell,
                             Repository rep,
                             String jobname,
                             RepositoryDirectoryInterface repdir,
                             String versionLabel)
Creates a new dialog that will handle the wait while loading a job...


JobLoadProgressDialog

public JobLoadProgressDialog(Shell shell,
                             Repository rep,
                             ObjectId objectId,
                             String versionLabel)
Creates a new dialog that will handle the wait while loading a job...

Method Detail

open

public JobMeta open()