Class UserDefinedJavaClassDialog

  • All Implemented Interfaces:
    org.pentaho.di.trans.step.StepDialogInterface

    public class UserDefinedJavaClassDialog
    extends BaseStepDialog
    implements org.pentaho.di.trans.step.StepDialogInterface
    • Field Detail

      • wCreatePlugin

        protected org.eclipse.swt.widgets.Button wCreatePlugin
      • lsCreatePlugin

        protected org.eclipse.swt.widgets.Listener lsCreatePlugin
    • Constructor Detail

      • UserDefinedJavaClassDialog

        public UserDefinedJavaClassDialog​(org.eclipse.swt.widgets.Shell parent,
                                          Object in,
                                          org.pentaho.di.trans.TransMeta transMeta,
                                          String sname)
    • Method Detail

      • open

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

        protected boolean createPlugin()
      • setPosition

        public void setPosition()
      • getData

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

        public boolean TreeItemExist​(org.eclipse.swt.widgets.TreeItem itemToCheck,
                                     String strItemName)