public class TransPreviewProgressDialog extends Object
Constructor and Description |
---|
TransPreviewProgressDialog(org.eclipse.swt.widgets.Shell shell,
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) |
RowMetaInterface |
getPreviewRowsMeta(String stepname) |
Trans |
getTrans() |
TransDebugMeta |
getTransDebugMeta() |
boolean |
isCancelled() |
TransMeta |
open() |
public TransMeta open()
public List<Object[]> getPreviewRows(String stepname)
stepname
- the name of the step to get the preview rows forpublic RowMetaInterface getPreviewRowsMeta(String stepname)
stepname
- the name of the step to get the preview rows forpublic boolean isCancelled()
public String getLoggingText()
public Trans getTrans()
public TransDebugMeta getTransDebugMeta()
Copyright © 2017 Hitachi Vantara. All rights reserved.