Class TextFileInputDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.steps.fileinput.text.TextFileInputDialog
All Implemented Interfaces:
org.pentaho.di.trans.step.StepDialogInterface, CsvInputAwareStepDialog, GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>

public class TextFileInputDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface, GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>, CsvInputAwareStepDialog
  • Field Details

    • dateLengths

      public static final int[] dateLengths
    • firstClickOnDateLocale

      protected boolean firstClickOnDateLocale
  • Constructor Details

    • TextFileInputDialog

      public TextFileInputDialog(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
    • setLocales

      protected void setLocales()
    • setFlags

      public void setFlags()
    • getData

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

      public void getData(org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta meta, boolean copyStepname, boolean reloadAllFields, Set<String> newFieldNames)
      Specified by:
      getData in interface GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>
    • loadFieldsImpl

      public String loadFieldsImpl(org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta meta, int samples)
      Specified by:
      loadFieldsImpl in interface GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>
    • massageFieldName

      public String massageFieldName(String fieldName)
      Description copied from interface: CsvInputAwareStepDialog
      Custom handling of each field can be implemented here.
      Specified by:
      massageFieldName in interface CsvInputAwareStepDialog
    • getFieldNames

      public String[] getFieldNames(org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta meta)
      Description copied from interface: GetFieldsCapableStepDialog
      Returns an array of incoming field names, or an empty array, if fields cannot be fetched, for some reason.
      Specified by:
      getFieldNames in interface GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>
      Parameters:
      meta - the GetFieldsCapableStepDialog
      Returns:
      an array of incoming field names, or an empty array, if fields cannot be fetched, for some reason.
    • guessPrecision

      public static int guessPrecision(double d)
    • guessIntLength

      public static int guessIntLength(double d)
    • setMinimalWidth

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

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

      public TableView getFieldsTable()
      Specified by:
      getFieldsTable in interface GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>
      Returns:
      the TableView containing step fields
    • getShell

      public org.eclipse.swt.widgets.Shell getShell()
      Description copied from interface: GetFieldsCapableStepDialog
      Returns the Shell of this dialog.
      Specified by:
      getShell in interface GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>
      Returns:
      the Shell of this dialog
    • getNewMetaInstance

      public org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta getNewMetaInstance()
      Specified by:
      getNewMetaInstance in interface GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>
    • populateMeta

      public void populateMeta(org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta inputMeta)
      Specified by:
      populateMeta in interface GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>
    • getCsvImportProgressDialog

      public CsvInputAwareImportProgressDialog getCsvImportProgressDialog(org.pentaho.di.trans.steps.common.CsvInputAwareMeta meta, int samples, InputStreamReader reader)
      Specified by:
      getCsvImportProgressDialog in interface CsvInputAwareStepDialog
    • getLogChannel

      public org.pentaho.di.core.logging.LogChannel getLogChannel()
      Specified by:
      getLogChannel in interface CsvInputAwareStepDialog
    • getTransMeta

      public org.pentaho.di.trans.TransMeta getTransMeta()
      Specified by:
      getTransMeta in interface CsvInputAwareStepDialog
      Specified by:
      getTransMeta in interface GetFieldsCapableStepDialog<org.pentaho.di.trans.steps.fileinput.text.TextFileInputMeta>
    • getInputStream

      public InputStream getInputStream(org.pentaho.di.trans.steps.common.CsvInputAwareMeta meta)
      Description copied from interface: CsvInputAwareStepDialog
      Returns the InputStream corresponding to the csv file, or null if the file cannot be read.
      Specified by:
      getInputStream in interface CsvInputAwareStepDialog
      Returns:
      the InputStream corresponding to the csv file, or null if the file cannot be read