public class JobGraphExtension extends Object
Constructor and Description |
---|
JobGraphExtension(JobGraph jobGraph,
org.eclipse.swt.events.MouseEvent event,
org.pentaho.di.core.gui.Point point) |
Modifier and Type | Method and 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) |
public JobGraphExtension(JobGraph jobGraph, org.eclipse.swt.events.MouseEvent event, org.pentaho.di.core.gui.Point point)
public JobGraph getJobGraph()
public void setJobGraph(JobGraph jobGraph)
public org.eclipse.swt.events.MouseEvent getEvent()
public void setEvent(org.eclipse.swt.events.MouseEvent event)
public org.pentaho.di.core.gui.Point getPoint()
public void setPoint(org.pentaho.di.core.gui.Point point)