Class TransLoadProgressDialog

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

    Constructors
    Constructor
    Description
    TransLoadProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, String transname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, String versionLabel)
    Creates a new dialog that will handle the wait while loading a transformation...
    TransLoadProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.repository.ObjectId objectId, String versionLabel)
    Creates a new dialog that will handle the wait while loading a transformation...
  • Method Summary

    Modifier and Type
    Method
    Description
    org.pentaho.di.trans.TransMeta
     

    Methods inherited from class java.lang.Object

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

    • TransLoadProgressDialog

      public TransLoadProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, String transname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, String versionLabel)
      Creates a new dialog that will handle the wait while loading a transformation...
    • TransLoadProgressDialog

      public TransLoadProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.repository.ObjectId objectId, String versionLabel)
      Creates a new dialog that will handle the wait while loading a transformation...
  • Method Details

    • open

      public org.pentaho.di.trans.TransMeta open()