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

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

public class CheckTransProgressDialog
extends Object

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

Since:
16-mrt-2005
Author:
Matt

Constructor Summary
CheckTransProgressDialog(Shell shell, TransMeta transMeta, List<CheckResultInterface> remarks, boolean onlySelected)
          Creates a new dialog that will handle the wait while checking a transformation...
 
Method Summary
 void open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckTransProgressDialog

public CheckTransProgressDialog(Shell shell,
                                TransMeta transMeta,
                                List<CheckResultInterface> remarks,
                                boolean onlySelected)
Creates a new dialog that will handle the wait while checking a transformation...

Method Detail

open

public void open()