Class JobSaveProgressDialog

java.lang.Object
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

    Constructors
    Constructor
    Description
    JobSaveProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.job.JobMeta jobInfo, String versionComment)
    Creates a new dialog that will handle the wait while saving a job...
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class java.lang.Object

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

    • JobSaveProgressDialog

      public JobSaveProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.job.JobMeta jobInfo, String versionComment)
      Creates a new dialog that will handle the wait while saving a job...
  • Method Details

    • open

      public boolean open()