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

    Constructors
    Constructor
    Description
    SelectRowDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.core.variables.VariableSpace space, int style, List<org.pentaho.di.core.RowMetaAndData> buffer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.pentaho.di.core.RowMetaAndData
     
    void
     

    Methods inherited from class org.eclipse.swt.widgets.Dialog

    checkSubclass, getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public void setTitle(String title)
    • open

      public org.pentaho.di.core.RowMetaAndData open()
    • dispose

      public void dispose()