Package org.pentaho.di.ui.core.dialog
Class SubjectDataBrowserDialog
- java.lang.Object
-
- org.pentaho.di.ui.core.dialog.SubjectDataBrowserDialog
-
public class SubjectDataBrowserDialog extends Object
Displays a TableView with the possibility to see different data sets per subject.- Since:
- 26-02-2013
- Author:
- Matt
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_BINARY_STRING_PREVIEW_SIZE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
protected int
getDataForRow(org.eclipse.swt.widgets.TableItem item, org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row, int lineNr)
boolean
isDisposed()
void
open()
-
-
-
Field Detail
-
MAX_BINARY_STRING_PREVIEW_SIZE
public static final int MAX_BINARY_STRING_PREVIEW_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
open
public void open()
-
dispose
public void dispose()
-
getDataForRow
protected int getDataForRow(org.eclipse.swt.widgets.TableItem item, org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row, int lineNr)
-
isDisposed
public boolean isDisposed()
-
-