org.pentaho.di.ui.spoon.dialog
Class EnterPreviewRowsDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.spoon.dialog.EnterPreviewRowsDialog

public class EnterPreviewRowsDialog
extends Dialog

Shows a dialog that allows you to select the steps you want to preview by entering a number of rows.

Author:
Matt

Constructor Summary
EnterPreviewRowsDialog(Shell parent, int style, List<String> stepNames, List<RowMetaInterface> rowMetas, List<List<Object[]>> rowBuffers)
           
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 Object open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterPreviewRowsDialog

public EnterPreviewRowsDialog(Shell parent,
                              int style,
                              List<String> stepNames,
                              List<RowMetaInterface> rowMetas,
                              List<List<Object[]>> rowBuffers)
Method Detail

open

public Object open()

dispose

public void dispose()

getData

public void getData()
Copy information from the meta-data input to the dialog fields.