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 intlineNrstatic intMAX_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 voiddispose()org.eclipse.swt.graphics.RectanglegetBounds()protected intgetDataForRow(org.eclipse.swt.widgets.TableItem item, Object[] row)intgetHMax()intgetHScroll()intgetVMax()intgetVScroll()List<Object[]>open()voidsetBounds(org.eclipse.swt.graphics.Rectangle b)voidsetHMax(int m)voidsetHScroll(int s)voidsetTitleMessage(String title, String message)voidsetVMax(int m)voidsetVScroll(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)
-
-