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

      • SelectRowDialog

        public SelectRowDialog​(org.eclipse.swt.widgets.Shell parent,
                               IVariables variables,
                               int style,
                               List<RowMetaAndData> buffer)
        Parameters:
        parent -
        style -
        buffer -
    • Method Detail

      • setTitle

        public void setTitle​(String title)
      • dispose

        public void dispose()