Package org.pentaho.di.ui.core.dialog
Class SelectRowDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.core.dialog.SelectRowDialog
-
public class SelectRowDialog extends org.eclipse.swt.widgets.Dialog
Displays an ArrayList of rows in a TableView and allows you to select one.- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description SelectRowDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, List<org.pentaho.di.core.RowMetaAndData> buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
org.pentaho.di.core.RowMetaAndData
open()
void
setTitle(String title)
-
-
-
Constructor Detail
-
SelectRowDialog
public SelectRowDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, List<org.pentaho.di.core.RowMetaAndData> buffer)
- Parameters:
parent
-style
-buf
-
-
-
Method Detail
-
setTitle
public void setTitle(String title)
-
open
public org.pentaho.di.core.RowMetaAndData open()
-
dispose
public void dispose()
-
-