Package jadex.bpmn.editor.gui.layouts
Class EventHandlerLayout
- java.lang.Object
- 
- com.mxgraph.layout.mxGraphLayout
- 
- jadex.bpmn.editor.gui.layouts.EventHandlerLayout
 
 
- 
- All Implemented Interfaces:
- com.mxgraph.layout.mxIGraphLayout
 
 public class EventHandlerLayout extends com.mxgraph.layout.mxGraphLayoutLayout for ordering event handlers.
- 
- 
Constructor SummaryConstructors Constructor Description EventHandlerLayout(com.mxgraph.view.mxGraph graph)Creates a new event handler layout.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.lang.Object parent)Executes the layout.voidmoveCell(java.lang.Object cell, double x, double y)Called when a cell is moved.- 
Methods inherited from class com.mxgraph.layout.mxGraphLayoutarrangeGroups, getConstraint, getConstraint, getGraph, getParentOffset, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocation
 
- 
 
- 
- 
- 
Method Detail- 
moveCellpublic void moveCell(java.lang.Object cell, double x, double y)Called when a cell is moved.- Specified by:
- moveCellin interface- com.mxgraph.layout.mxIGraphLayout
- Overrides:
- moveCellin class- com.mxgraph.layout.mxGraphLayout
 
 - 
executepublic void execute(java.lang.Object parent) Executes the layout.- Specified by:
- executein interface- com.mxgraph.layout.mxIGraphLayout
- Overrides:
- executein class- com.mxgraph.layout.mxGraphLayout
 
 
- 
 
-