Class GetFilesRowsCountDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.steps.getfilesrowscount.GetFilesRowsCountDialog
All Implemented Interfaces:
org.pentaho.di.trans.step.StepDialogInterface

public class GetFilesRowsCountDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface
  • Constructor Details

    • GetFilesRowsCountDialog

      public GetFilesRowsCountDialog(org.eclipse.swt.widgets.Shell parent, Object in, org.pentaho.di.trans.TransMeta transMeta, String sname)
  • Method Details

    • open

      public String open()
      Specified by:
      open in interface org.pentaho.di.trans.step.StepDialogInterface
    • setIncludeRownum

      public void setIncludeRownum()
    • getData

      public void getData(org.pentaho.di.trans.steps.getfilesrowscount.GetFilesRowsCountMeta in)
      Read the data from the GetFilesRowsCountMeta object and show it in this dialog.
      Parameters:
      in - The GetFilesRowsCountMeta object to obtain the data from.