Package org.pentaho.di.ui.spoon.job
Class JobGraphExtension
- java.lang.Object
-
- org.pentaho.di.ui.spoon.job.JobGraphExtension
-
public class JobGraphExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description JobGraphExtension(JobGraph jobGraph, org.eclipse.swt.events.MouseEvent event, org.pentaho.di.core.gui.Point point)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.events.MouseEvent
getEvent()
JobGraph
getJobGraph()
org.pentaho.di.core.gui.Point
getPoint()
void
setEvent(org.eclipse.swt.events.MouseEvent event)
void
setJobGraph(JobGraph jobGraph)
void
setPoint(org.pentaho.di.core.gui.Point point)
-
-
-
Constructor Detail
-
JobGraphExtension
public JobGraphExtension(JobGraph jobGraph, org.eclipse.swt.events.MouseEvent event, org.pentaho.di.core.gui.Point point)
-
-
Method Detail
-
getJobGraph
public JobGraph getJobGraph()
-
setJobGraph
public void setJobGraph(JobGraph jobGraph)
-
getEvent
public org.eclipse.swt.events.MouseEvent getEvent()
-
setEvent
public void setEvent(org.eclipse.swt.events.MouseEvent event)
-
getPoint
public org.pentaho.di.core.gui.Point getPoint()
-
setPoint
public void setPoint(org.pentaho.di.core.gui.Point point)
-
-