Uses of Class
org.pentaho.di.ui.spoon.job.JobGraph
- 
Packages that use JobGraph Package Description org.pentaho.di.ui.spoon This package contains the classes needed by Spoon.org.pentaho.di.ui.spoon.delegates org.pentaho.di.ui.spoon.job  - 
- 
Uses of JobGraph in org.pentaho.di.ui.spoon
Methods in org.pentaho.di.ui.spoon that return JobGraph Modifier and Type Method Description JobGraphSpoon. getActiveJobGraph() - 
Uses of JobGraph in org.pentaho.di.ui.spoon.delegates
Methods in org.pentaho.di.ui.spoon.delegates that return JobGraph Modifier and Type Method Description JobGraphSpoonJobDelegate. findJobGraphOfJob(org.pentaho.di.job.JobMeta jobMeta) - 
Uses of JobGraph in org.pentaho.di.ui.spoon.job
Fields in org.pentaho.di.ui.spoon.job declared as JobGraph Modifier and Type Field Description JobGraphJobGraphJobEntryMenuExtension. jobGraphMethods in org.pentaho.di.ui.spoon.job that return JobGraph Modifier and Type Method Description JobGraphJobGraphExtension. getJobGraph()Methods in org.pentaho.di.ui.spoon.job with parameters of type JobGraph Modifier and Type Method Description voidJobGraphExtension. setJobGraph(JobGraph jobGraph)Constructors in org.pentaho.di.ui.spoon.job with parameters of type JobGraph Constructor Description JobGraphExtension(JobGraph jobGraph, org.eclipse.swt.events.MouseEvent event, org.pentaho.di.core.gui.Point point)JobGraphJobEntryMenuExtension(org.pentaho.ui.xul.XulDomContainer xulDomContainer, org.pentaho.ui.xul.dom.Document doc, org.pentaho.di.job.JobMeta jobMeta, org.pentaho.di.job.entry.JobEntryCopy jobEntry, JobGraph jobGraph)JobGridDelegate(Spoon spoon, JobGraph transGraph)JobHistoryDelegate(Spoon spoon, JobGraph jobGraph)JobLogDelegate(Spoon spoon, JobGraph jobGraph)JobMetricsDelegate(Spoon spoon, JobGraph jobGraph) 
 -