org.pentaho.di.ui.core.dialog
Class SelectRowDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.SelectRowDialog

public class SelectRowDialog
extends Dialog

Displays an ArrayList of rows in a TableView and allows you to select one.

Author:
Matt

Constructor Summary
SelectRowDialog(Shell parent, VariableSpace space, int style, List<RowMetaAndData> buffer)
           
 
Method Summary
 void dispose()
           
 RowMetaAndData open()
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectRowDialog

public SelectRowDialog(Shell parent,
                       VariableSpace space,
                       int style,
                       List<RowMetaAndData> buffer)
Parameters:
parent -
style -
buf -
Method Detail

setTitle

public void setTitle(String title)

open

public RowMetaAndData open()

dispose

public void dispose()