Class TextFileInputDialog

  • All Implemented Interfaces:
    org.pentaho.di.trans.step.StepDialogInterface

    public class TextFileInputDialog
    extends BaseStepDialog
    implements org.pentaho.di.trans.step.StepDialogInterface
    Deprecated.
    replaced by implementation in the ...steps.fileinput.text package
    • Field Detail

      • dateLengths

        public static final int[] dateLengths
        Deprecated.
      • firstClickOnDateLocale

        protected boolean firstClickOnDateLocale
        Deprecated.
    • Constructor Detail

      • TextFileInputDialog

        public TextFileInputDialog​(org.eclipse.swt.widgets.Shell parent,
                                   Object in,
                                   org.pentaho.di.trans.TransMeta transMeta,
                                   String sname)
        Deprecated.
    • Method Detail

      • open

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

        protected void setLocales()
        Deprecated.
      • setFlags

        public void setFlags()
        Deprecated.
      • getData

        public void getData​(org.pentaho.di.trans.steps.textfileinput.TextFileInputMeta meta)
        Deprecated.
        Read the data from the TextFileInputMeta object and show it in this dialog.
        Parameters:
        meta - The TextFileInputMeta object to obtain the data from.
      • guessPrecision

        public static int guessPrecision​(double d)
        Deprecated.
      • guessIntLength

        public static int guessIntLength​(double d)
        Deprecated.
      • setMinimalWidth

        public void setMinimalWidth()
        Deprecated.
        Sets the input width to minimal width...
      • setMinimalWidth

        public void setMinimalWidth​(TableView wFields)
        Deprecated.
        Overloading setMinimalWidth() in order to test trim functionality
        Parameters:
        wFields - mocked TableView to avoid wFields.nrNonEmpty() from throwing NullPointerException