| Package | Description | 
|---|---|
| org.pentaho.di.ui.job.dialog | 
| Modifier and Type | Field and Description | 
|---|---|
JobDialogLogTableExtension.Direction | 
JobDialogLogTableExtension.direction  | 
| Modifier and Type | Method and Description | 
|---|---|
static JobDialogLogTableExtension.Direction | 
JobDialogLogTableExtension.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JobDialogLogTableExtension.Direction[] | 
JobDialogLogTableExtension.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
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)  |