Class PropertyInputDialog

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

public class PropertyInputDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface
  • Field Details

    • dateLengths

      public static final int[] dateLengths
  • Constructor Details

    • PropertyInputDialog

      public PropertyInputDialog(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
    • setIncludeFilename

      public void setIncludeFilename()
    • setIncludeSection

      public void setIncludeSection()
    • setIncludeRownum

      public void setIncludeRownum()
    • getData

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