Class 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 Detail

      • 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 Detail

      • setTitle

        public void setTitle​(String title)
      • open

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

        public void dispose()