Class StepFieldsDialog


  • public class StepFieldsDialog
    extends org.eclipse.swt.widgets.Dialog
    Displays the meta-data on the Values in a row as well as the Step origin of the Value.
    Since:
    19-06-2003
    Author:
    Matt
    • Constructor Detail

      • StepFieldsDialog

        public StepFieldsDialog​(org.eclipse.swt.widgets.Shell parent,
                                org.pentaho.di.core.variables.VariableSpace space,
                                int style,
                                String stepname,
                                org.pentaho.di.core.row.RowMetaInterface input)
    • Method Detail

      • dispose

        public void dispose()
      • getData

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

        public String getShellText()
      • setShellText

        public void setShellText​(String shellText)
      • getOriginText

        public String getOriginText()
      • setOriginText

        public void setOriginText​(String originText)
      • isShowEditButton

        public boolean isShowEditButton()
      • setShowEditButton

        public void setShowEditButton​(boolean showEditButton)