public class EditRowsDialog extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
lineNr |
static int |
MAX_BINARY_STRING_PREVIEW_SIZE |
Constructor and Description |
---|
EditRowsDialog(org.eclipse.swt.widgets.Shell parent,
int style,
String title,
String message,
RowMetaInterface rowMeta,
List<Object[]> rowBuffer) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
org.eclipse.swt.graphics.Rectangle |
getBounds() |
protected int |
getDataForRow(org.eclipse.swt.widgets.TableItem item,
Object[] row) |
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
protected int lineNr
public EditRowsDialog(org.eclipse.swt.widgets.Shell parent, int style, String title, String message, RowMetaInterface rowMeta, List<Object[]> rowBuffer)
public void dispose()
protected int getDataForRow(org.eclipse.swt.widgets.TableItem item, Object[] row)
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)
Copyright © 2019 Hitachi Vantara. All rights reserved.