org.pentaho.di.ui.spoon.dialog
Class SaveProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.spoon.dialog.SaveProgressDialog

public class SaveProgressDialog
extends Object

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

Since:
13-mrt-2005
Author:
Matt

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

Constructor Detail

SaveProgressDialog

public SaveProgressDialog(Shell shell,
                          Repository rep,
                          EngineMetaInterface meta,
                          String versionComment)
Creates a new dialog that will handle the wait while saving a transformation...

Method Detail

open

public boolean open()