Package jadex.bpmn.editor.gui
Class BpmnGraph.BpmnLayoutManager
- java.lang.Object
- 
- com.mxgraph.util.mxEventSource
- 
- com.mxgraph.view.mxLayoutManager
- 
- jadex.bpmn.editor.gui.BpmnGraph.BpmnLayoutManager
 
 
 
- 
- Enclosing class:
- BpmnGraph
 
 protected static class BpmnGraph.BpmnLayoutManager extends com.mxgraph.view.mxLayoutManagerThe layout manager.
- 
- 
Field SummaryFields Modifier and Type Field Description protected EventHandlerLayoutevtlayoutLayout for event handlers.protected com.mxgraph.layout.mxStackLayoutlanelayoutLayout for lanes.
 - 
Constructor SummaryConstructors Constructor Description BpmnLayoutManager(com.mxgraph.view.mxGraph graph)Creates new layout manager.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.mxgraph.layout.mxIGraphLayoutgetLayout(java.lang.Object parent)Gets the layout.- 
Methods inherited from class com.mxgraph.view.mxLayoutManagerbeforeUndo, cellsMoved, destroy, executeLayout, getCellsForChange, getCellsForChanges, getGraph, isBubbling, isEnabled, layoutCells, setBubbling, setEnabled, setGraph
 
- 
 
- 
- 
- 
Field Detail- 
lanelayoutprotected com.mxgraph.layout.mxStackLayout lanelayout Layout for lanes.
 - 
evtlayoutprotected EventHandlerLayout evtlayout Layout for event handlers.
 
- 
 
-