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.mxGraphLayout
Layout 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 void
execute(java.lang.Object parent)
Executes the layout.void
moveCell(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:
moveCell
in interfacecom.mxgraph.layout.mxIGraphLayout
- Overrides:
moveCell
in classcom.mxgraph.layout.mxGraphLayout
-
execute
public void execute(java.lang.Object parent)
Executes the layout.- Specified by:
execute
in interfacecom.mxgraph.layout.mxIGraphLayout
- Overrides:
execute
in classcom.mxgraph.layout.mxGraphLayout
-
-