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

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

public class JobSaveProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while saving a job...

Since:
13-mrt-2005
Author:
Matt

Constructor Summary
JobSaveProgressDialog(Shell shell, Repository rep, JobMeta jobInfo, String versionComment)
          Creates a new dialog that will handle the wait while saving a job...
 
Method Summary
 boolean open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobSaveProgressDialog

public JobSaveProgressDialog(Shell shell,
                             Repository rep,
                             JobMeta jobInfo,
                             String versionComment)
Creates a new dialog that will handle the wait while saving a job...

Method Detail

open

public boolean open()