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
ConstructorDescriptionSelectRowDialog
(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, List<org.pentaho.di.core.RowMetaAndData> buffer) -
Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
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 Details
-
setTitle
-
open
public org.pentaho.di.core.RowMetaAndData open() -
dispose
public void dispose()
-