Package org.pentaho.di.ui.core.dialog
Class EditRowsDialog
- java.lang.Object
-
- org.pentaho.di.ui.core.dialog.EditRowsDialog
-
public class EditRowsDialog extends Object
Allows the user to edit a list of rows in a TableView.- Since:
- 19-03-2014
- Author:
- Matt
-
-
Field Summary
Fields Modifier and Type Field Description protected int
lineNr
static int
MAX_BINARY_STRING_PREVIEW_SIZE
-
Constructor Summary
Constructors Constructor Description EditRowsDialog(org.eclipse.swt.widgets.Shell parent, int style, String title, String message, org.pentaho.di.core.row.RowMetaInterface rowMeta, List<Object[]> rowBuffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
MAX_BINARY_STRING_PREVIEW_SIZE
public static final int MAX_BINARY_STRING_PREVIEW_SIZE
- See Also:
- Constant Field Values
-
lineNr
protected int lineNr
-
-
Method Detail
-
dispose
public void dispose()
-
getDataForRow
protected int getDataForRow(org.eclipse.swt.widgets.TableItem item, Object[] row)
-
getBounds
public org.eclipse.swt.graphics.Rectangle getBounds()
-
setBounds
public void setBounds(org.eclipse.swt.graphics.Rectangle b)
-
getHScroll
public int getHScroll()
-
setHScroll
public void setHScroll(int s)
-
getVScroll
public int getVScroll()
-
setVScroll
public void setVScroll(int s)
-
getHMax
public int getHMax()
-
setHMax
public void setHMax(int m)
-
getVMax
public int getVMax()
-
setVMax
public void setVMax(int m)
-
-