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 Summary
Constructors Constructor Description EventHandlerLayout(com.mxgraph.view.mxGraph graph)Creates a new event handler layout.
-
Method Summary
All 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.mxGraphLayout
arrangeGroups, getConstraint, getConstraint, getGraph, getParentOffset, getVertexBounds, isEdgeIgnored, isUseBoundingBox, isVertexIgnored, isVertexMovable, setEdgePoints, setEdgeStyleEnabled, setOrthogonalEdge, setUseBoundingBox, setVertexLocation
-
-
-
-
Method Detail
-
moveCell
public void moveCell(java.lang.Object cell, double x, double y)Called when a cell is moved.- Specified by:
moveCellin interfacecom.mxgraph.layout.mxIGraphLayout- Overrides:
moveCellin classcom.mxgraph.layout.mxGraphLayout
-
execute
public void execute(java.lang.Object parent)
Executes the layout.- Specified by:
executein interfacecom.mxgraph.layout.mxIGraphLayout- Overrides:
executein classcom.mxgraph.layout.mxGraphLayout
-
-