Package org.pentaho.di.ui.job.dialog
Class JobDialogLogTableExtension
java.lang.Object
org.pentaho.di.ui.job.dialog.JobDialogLogTableExtension
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionorg.pentaho.di.job.JobMeta
org.pentaho.di.core.logging.LogTableInterface
org.eclipse.swt.events.ModifyListener
org.eclipse.swt.widgets.Shell
org.eclipse.swt.widgets.Composite
-
Constructor Summary
ConstructorDescriptionJobDialogLogTableExtension
(JobDialogLogTableExtension.Direction direction, org.eclipse.swt.widgets.Shell shell, org.pentaho.di.job.JobMeta jobMeta, org.pentaho.di.core.logging.LogTableInterface logTable, org.eclipse.swt.widgets.Composite wLogOptionsComposite, org.eclipse.swt.events.ModifyListener lsMod, JobDialog jobDialog) -
Method Summary
-
Field Details
-
direction
-
shell
public org.eclipse.swt.widgets.Shell shell -
logTable
public org.pentaho.di.core.logging.LogTableInterface logTable -
wLogOptionsComposite
public org.eclipse.swt.widgets.Composite wLogOptionsComposite -
jobMeta
public org.pentaho.di.job.JobMeta jobMeta -
lsMod
public org.eclipse.swt.events.ModifyListener lsMod -
jobDialog
-
-
Constructor Details
-
JobDialogLogTableExtension
public JobDialogLogTableExtension(JobDialogLogTableExtension.Direction direction, org.eclipse.swt.widgets.Shell shell, org.pentaho.di.job.JobMeta jobMeta, org.pentaho.di.core.logging.LogTableInterface logTable, org.eclipse.swt.widgets.Composite wLogOptionsComposite, org.eclipse.swt.events.ModifyListener lsMod, JobDialog jobDialog)
-