public class EditRowsDialog extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_BINARY_STRING_PREVIEW_SIZE |
Constructor and Description |
---|
EditRowsDialog(org.eclipse.swt.widgets.Shell parent,
int style,
String title,
String message,
org.pentaho.di.core.row.RowMetaInterface rowMeta,
List<Object[]> rowBuffer) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
org.eclipse.swt.graphics.Rectangle |
getBounds() |
int |
getHMax() |
int |
getHScroll() |
int |
getVMax() |
int |
getVScroll() |
List<Object[]> |
open() |
void |
setBounds(org.eclipse.swt.graphics.Rectangle b) |
void |
setHMax(int m) |
void |
setHScroll(int s) |
void |
setTitleMessage(String title,
String message) |
void |
setVMax(int m) |
void |
setVScroll(int s) |
public static final int MAX_BINARY_STRING_PREVIEW_SIZE
public void dispose()
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)