Package org.pentaho.di.ui.job.dialog
Interface JobDialogPluginInterface
-
public interface JobDialogPluginInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTab(org.pentaho.di.job.JobMeta jobMeta, org.eclipse.swt.widgets.Shell shell, org.eclipse.swt.custom.CTabFolder tabFolder)voidgetData(org.pentaho.di.job.JobMeta jobMeta)voidok(org.pentaho.di.job.JobMeta jobMeta)voidshowLogTableOptions(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)
-
-