public class SelectRowDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
SelectRowDialog(org.eclipse.swt.widgets.Shell parent,
org.pentaho.di.core.variables.VariableSpace space,
int style,
List<org.pentaho.di.core.RowMetaAndData> buffer) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
org.pentaho.di.core.RowMetaAndData |
open() |
void |
setTitle(String title) |
public SelectRowDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, List<org.pentaho.di.core.RowMetaAndData> buffer)
parent
- style
- buf
- public void setTitle(String title)
public org.pentaho.di.core.RowMetaAndData open()
public void dispose()