org.pentaho.di.ui.spoon.job
Class JobGridDelegate

java.lang.Object
  extended by org.pentaho.di.ui.spoon.delegates.SpoonDelegate
      extended by org.pentaho.di.ui.spoon.job.JobGridDelegate

public class JobGridDelegate
extends SpoonDelegate


Field Summary
 JobTracker jobTracker
           
 int previousNrItems
           
static long REFRESH_TIME
           
static long UPDATE_TIME_VIEW
           
 
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
loggingObject
 
Constructor Summary
JobGridDelegate(Spoon spoon, JobGraph transGraph)
           
 
Method Summary
 void addJobGrid()
          Add a grid with the execution metrics per step in a table view
 CTabItem getJobGridTab()
           
 void setJobTracker(JobTracker jobTracker)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 JobTracker jobTracker

previousNrItems

public int previousNrItems
Constructor Detail

JobGridDelegate

public JobGridDelegate(Spoon spoon,
                       JobGraph transGraph)
Parameters:
spoon -
transGraph -
Method Detail

addJobGrid

public void addJobGrid()
Add a grid with the execution metrics per step in a table view


getJobGridTab

public CTabItem getJobGridTab()

setJobTracker

public void setJobTracker(JobTracker jobTracker)