public class PreviewRowsDialog extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_BINARY_STRING_PREVIEW_SIZE |
Constructor and Description |
---|
PreviewRowsDialog(org.eclipse.swt.widgets.Shell parent,
org.pentaho.di.core.variables.VariableSpace space,
int style,
String stepName,
org.pentaho.di.core.row.RowMetaInterface rowMeta,
List<Object[]> rowBuffer) |
PreviewRowsDialog(org.eclipse.swt.widgets.Shell parent,
org.pentaho.di.core.variables.VariableSpace space,
int style,
String stepName,
org.pentaho.di.core.row.RowMetaInterface rowMeta,
List<Object[]> rowBuffer,
String loggingText) |
Modifier and Type | Method and Description |
---|---|
void |
addDataRow(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] rowData) |
void |
addDialogClosedListener(DialogClosedListener listener) |
void |
dispose() |
org.eclipse.swt.graphics.Rectangle |
getBounds() |
int |
getHMax() |
int |
getHScroll() |
int |
getVMax() |
int |
getVScroll() |
boolean |
isAskingForMoreRows() |
boolean |
isAskingToStop() |
boolean |
isDisposed() |
boolean |
isProposingToGetMoreRows() |
boolean |
isProposingToStop() |
void |
open() |
void |
setBounds(org.eclipse.swt.graphics.Rectangle b) |
void |
setDynamic(boolean dynamic) |
void |
setHMax(int m) |
void |
setHScroll(int s) |
void |
setProposingToGetMoreRows(boolean proposingToGetMoreRows) |
void |
setProposingToStop(boolean proposingToStop) |
void |
setTitleMessage(String title,
String message) |
void |
setVMax(int m) |
void |
setVScroll(int s) |
public static final int MAX_BINARY_STRING_PREVIEW_SIZE
public PreviewRowsDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, String stepName, org.pentaho.di.core.row.RowMetaInterface rowMeta, List<Object[]> rowBuffer)
public void open()
public void dispose()
public boolean isDisposed()
public org.eclipse.swt.graphics.Rectangle getBounds()
public void setBounds(org.eclipse.swt.graphics.Rectangle b)
public int getHScroll()
public void setHScroll(int s)
public int getVScroll()
public void setVScroll(int s)
public int getHMax()
public void setHMax(int m)
public int getVMax()
public void setVMax(int m)
public boolean isAskingForMoreRows()
public boolean isProposingToGetMoreRows()
public void setProposingToGetMoreRows(boolean proposingToGetMoreRows)
proposingToGetMoreRows
- Set to true if you want to display a button asking for more preview rows.public boolean isAskingToStop()
public boolean isProposingToStop()
public void setProposingToStop(boolean proposingToStop)
proposingToStop
- the proposingToStop to setpublic void setDynamic(boolean dynamic)
public void addDataRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] rowData)
public void addDialogClosedListener(DialogClosedListener listener)