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