Class DimensionLookupDialog

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

public class DimensionLookupDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface
Dialog for the Dimension Lookup/Update step.
  • Constructor Details

    • DimensionLookupDialog

      public DimensionLookupDialog(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
    • setFlags

      public void setFlags()
    • setComboBoxes

      protected void setComboBoxes()
    • setAutoincUse

      public void setAutoincUse()
    • setTableMax

      public void setTableMax()
    • setSequence

      public void setSequence()
    • getData

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

      protected org.eclipse.swt.widgets.Button createHelpButton(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.step.StepMeta stepMeta, org.pentaho.di.core.plugins.PluginInterface plugin)
      Overrides:
      createHelpButton in class BaseStepDialog