Class HopGuiWorkflowGraphExtension
- java.lang.Object
-
- org.apache.hop.ui.hopgui.file.workflow.extension.HopGuiWorkflowGraphExtension
-
public class HopGuiWorkflowGraphExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description HopGuiWorkflowGraphExtension(HopGuiWorkflowGraph workflowGraph, 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 eventPointgetPoint()Gets pointHopGuiWorkflowGraphgetWorkflowGraph()Gets workflowGraphbooleanisPreventingDefault()Gets preventingDefaultvoidsetAreaOwner(AreaOwner areaOwner)voidsetEvent(org.eclipse.swt.events.MouseEvent event)voidsetPoint(Point point)voidsetPreventingDefault(boolean preventingDefault)voidsetWorkflowGraph(HopGuiWorkflowGraph workflowGraph)
-
-
-
Constructor Detail
-
HopGuiWorkflowGraphExtension
public HopGuiWorkflowGraphExtension(HopGuiWorkflowGraph workflowGraph, org.eclipse.swt.events.MouseEvent event, Point point, AreaOwner areaOwner)
-
-
Method Detail
-
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
-
getWorkflowGraph
public HopGuiWorkflowGraph getWorkflowGraph()
Gets workflowGraph- Returns:
- value of workflowGraph
-
setWorkflowGraph
public void setWorkflowGraph(HopGuiWorkflowGraph workflowGraph)
- Parameters:
workflowGraph- The workflowGraph to set
-
getAreaOwner
public AreaOwner getAreaOwner()
Gets areaOwner- Returns:
- value of areaOwner
-
setAreaOwner
public void setAreaOwner(AreaOwner areaOwner)
- Parameters:
areaOwner- The areaOwner to set
-
isPreventingDefault
public boolean isPreventingDefault()
Gets preventingDefault- Returns:
- value of preventingDefault
-
setPreventingDefault
public void setPreventingDefault(boolean preventingDefault)
- Parameters:
preventingDefault- The preventingDefault to set
-
-