Package org.pentaho.di.ui.spoon.job
Class JobGridDelegate
- java.lang.Object
-
- org.pentaho.di.ui.spoon.delegates.SpoonDelegate
-
- org.pentaho.di.ui.spoon.job.JobGridDelegate
-
public class JobGridDelegate extends SpoonDelegate
-
-
Field Summary
Fields Modifier and Type Field Description org.pentaho.di.core.gui.JobTrackerjobTrackerintpreviousNrItemsstatic longREFRESH_TIMEstatic longUPDATE_TIME_VIEW-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon
-
-
Constructor Summary
Constructors Constructor Description JobGridDelegate(Spoon spoon, JobGraph transGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddJobGrid()Add a grid with the execution metrics per step in a table vieworg.eclipse.swt.custom.CTabItemgetJobGridTab()voidsetJobTracker(org.pentaho.di.core.gui.JobTracker jobTracker)-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
getMaxTabLength
-
-
-
-
Field Detail
-
REFRESH_TIME
public static final long REFRESH_TIME
- See Also:
- Constant Field Values
-
UPDATE_TIME_VIEW
public static final long UPDATE_TIME_VIEW
- See Also:
- Constant Field Values
-
jobTracker
public org.pentaho.di.core.gui.JobTracker jobTracker
-
previousNrItems
public int previousNrItems
-
-