Class TransExecutorDialog

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

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

    • jobModified

      protected boolean jobModified
  • Constructor Details

    • TransExecutorDialog

      public TransExecutorDialog(org.eclipse.swt.widgets.Shell parent, Object in, org.pentaho.di.trans.TransMeta tr, String sname)
  • Method Details

    • open

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

      protected org.eclipse.swt.graphics.Image getImage()
    • getData

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

      protected void getParametersFromTrans(org.pentaho.di.trans.TransMeta inputTransMeta)