Class TextFileOutputDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.steps.textfileoutput.TextFileOutputDialog
All Implemented Interfaces:
org.pentaho.di.trans.step.StepDialogInterface
Direct Known Subclasses:
TextFileOutputLegacyDialog

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

    • wServletOutput

      protected org.eclipse.swt.widgets.Button wServletOutput
    • input

      protected org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta input
    • wlCreateParentFolder

      protected org.eclipse.swt.widgets.Label wlCreateParentFolder
    • wCreateParentFolder

      protected org.eclipse.swt.widgets.Button wCreateParentFolder
  • Constructor Details

    • TextFileOutputDialog

      public TextFileOutputDialog(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
    • getDialogTitle

      protected String getDialogTitle()
    • addAdditionalComponentIfNeed

      protected org.eclipse.swt.widgets.Control addAdditionalComponentIfNeed(int middle, int margin, org.eclipse.swt.widgets.Composite wFileComp, org.eclipse.swt.widgets.Composite topComp)
    • setFlagsServletOption

      protected void setFlagsServletOption()
    • setComboBoxes

      protected void setComboBoxes()
    • getData

      public void getData()
      Copy information from the meta-data input to the dialog fields.
    • saveInfoInMeta

      protected void saveInfoInMeta(org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta tfoi)
    • setMinimalWidth

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

      protected void enableParentFolder()