public class TransPreviewProgressDialog extends Object
Constructor and Description |
---|
TransPreviewProgressDialog(org.eclipse.swt.widgets.Shell shell,
org.pentaho.di.trans.TransMeta transMeta,
String[] previewStepNames,
int[] previewSize)
Creates a new dialog that will handle the wait while previewing a transformation...
|
Modifier and Type | Method and Description |
---|---|
String |
getLoggingText() |
List<Object[]> |
getPreviewRows(String stepname) |
org.pentaho.di.core.row.RowMetaInterface |
getPreviewRowsMeta(String stepname) |
org.pentaho.di.trans.Trans |
getTrans() |
org.pentaho.di.trans.debug.TransDebugMeta |
getTransDebugMeta() |
boolean |
isCancelled() |
org.pentaho.di.trans.TransMeta |
open() |
public TransPreviewProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.TransMeta transMeta, String[] previewStepNames, int[] previewSize)
public org.pentaho.di.trans.TransMeta open()
public List<Object[]> getPreviewRows(String stepname)
stepname
- the name of the step to get the preview rows forpublic org.pentaho.di.core.row.RowMetaInterface getPreviewRowsMeta(String stepname)
stepname
- the name of the step to get the preview rows forpublic boolean isCancelled()
public String getLoggingText()
public org.pentaho.di.trans.Trans getTrans()
public org.pentaho.di.trans.debug.TransDebugMeta getTransDebugMeta()