Class HopGuiPipelineGraphExtension
- java.lang.Object
-
- org.apache.hop.ui.hopgui.file.pipeline.extension.HopGuiPipelineGraphExtension
-
public class HopGuiPipelineGraphExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description HopGuiPipelineGraphExtension(HopGuiPipelineGraph pipelineGraph, org.eclipse.swt.events.MouseEvent event, Point point, AreaOwner areaOwner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreaOwnergetAreaOwner()Gets areaOwnerorg.eclipse.swt.events.MouseEventgetEvent()Gets eventHopGuiPipelineGraphgetPipelineGraph()Gets pipelineGraphPointgetPoint()Gets pointbooleanisPreventingDefault()Gets preventDefaultvoidsetAreaOwner(AreaOwner areaOwner)voidsetEvent(org.eclipse.swt.events.MouseEvent event)voidsetPipelineGraph(HopGuiPipelineGraph pipelineGraph)voidsetPoint(Point point)voidsetPreventingDefault(boolean preventingDefault)
-
-
-
Constructor Detail
-
HopGuiPipelineGraphExtension
public HopGuiPipelineGraphExtension(HopGuiPipelineGraph pipelineGraph, org.eclipse.swt.events.MouseEvent event, Point point, AreaOwner areaOwner)
-
-
Method Detail
-
getPipelineGraph
public HopGuiPipelineGraph getPipelineGraph()
Gets pipelineGraph- Returns:
- value of pipelineGraph
-
setPipelineGraph
public void setPipelineGraph(HopGuiPipelineGraph pipelineGraph)
- Parameters:
pipelineGraph- The pipelineGraph to set
-
getEvent
public org.eclipse.swt.events.MouseEvent getEvent()
Gets event- Returns:
- value of event
-
setEvent
public void setEvent(org.eclipse.swt.events.MouseEvent event)
- Parameters:
event- The event to set
-
getPoint
public Point getPoint()
Gets point- Returns:
- value of point
-
setPoint
public void setPoint(Point point)
- Parameters:
point- The point to set
-
isPreventingDefault
public boolean isPreventingDefault()
Gets preventDefault- Returns:
- value of preventDefault
-
setPreventingDefault
public void setPreventingDefault(boolean preventingDefault)
- Parameters:
preventingDefault- The preventDefault to set
-
getAreaOwner
public AreaOwner getAreaOwner()
Gets areaOwner- Returns:
- value of areaOwner
-
setAreaOwner
public void setAreaOwner(AreaOwner areaOwner)
- Parameters:
areaOwner- The areaOwner to set
-
-