Class AnalyseImpactProgressDialog

java.lang.Object
org.pentaho.di.ui.spoon.dialog.AnalyseImpactProgressDialog

public class AnalyseImpactProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while where determining the impact of a transformation on the used databases.
Since:
04-apr-2005
Author:
Matt
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnalyseImpactProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.TransMeta transMeta, List<org.pentaho.di.trans.DatabaseImpact> impact)
    Creates a new dialog that will handle the wait while determining the impact of the transformation on the databases used...
  • 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

    • AnalyseImpactProgressDialog

      public AnalyseImpactProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.TransMeta transMeta, List<org.pentaho.di.trans.DatabaseImpact> impact)
      Creates a new dialog that will handle the wait while determining the impact of the transformation on the databases used...
  • Method Details

    • open

      public boolean open()