Interface JobDialogPluginInterface


  • public interface JobDialogPluginInterface
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addTab​(org.pentaho.di.job.JobMeta jobMeta, org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.custom.CTabFolder tabFolder)  
      void getData​(org.pentaho.di.job.JobMeta jobMeta)  
      void ok​(org.pentaho.di.job.JobMeta jobMeta)  
      void showLogTableOptions​(org.pentaho.di.job.JobMeta jobMeta, org.pentaho.di.core.logging.LogTableInterface logTable, org.eclipse.swt.widgets.Composite wLogOptionsComposite)  
    • Method Detail

      • addTab

        void addTab​(org.pentaho.di.job.JobMeta jobMeta,
                    org.eclipse.swt.widgets.Shell shell,
                    org.eclipse.swt.custom.CTabFolder tabFolder)
      • getData

        void getData​(org.pentaho.di.job.JobMeta jobMeta)
      • ok

        void ok​(org.pentaho.di.job.JobMeta jobMeta)
      • showLogTableOptions

        void showLogTableOptions​(org.pentaho.di.job.JobMeta jobMeta,
                                 org.pentaho.di.core.logging.LogTableInterface logTable,
                                 org.eclipse.swt.widgets.Composite wLogOptionsComposite)