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() |
TransMeta |
open(boolean showErrorDialogs)
Opens the progress dialog
|
public TransMeta open()
public TransMeta open(boolean showErrorDialogs)
showErrorDialogs
- dictates whether error dialogs should be shown when errors occur - can be set to false
to let the caller control error dialogs instead.TransMeta
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 © 2019 Hitachi Vantara. All rights reserved.