org.pentaho.di.ui.trans.dialog
Class TransLoadProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.trans.dialog.TransLoadProgressDialog

public class TransLoadProgressDialog
extends Object

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

Since:
13-mrt-2005
Author:
Matt

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

Constructor Detail

TransLoadProgressDialog

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


TransLoadProgressDialog

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

Method Detail

open

public TransMeta open()