Class EdgeController.BpmnConnectPreview
- java.lang.Object
-
- com.mxgraph.util.mxEventSource
-
- com.mxgraph.swing.handler.mxConnectPreview
-
- jadex.bpmn.editor.gui.controllers.EdgeController.BpmnConnectPreview
-
- Enclosing class:
- EdgeController
protected class EdgeController.BpmnConnectPreview extends com.mxgraph.swing.handler.mxConnectPreviewEdge creation preview.
-
-
Field Summary
Fields Modifier and Type Field Description protected longtimestampTime stamp of drag start.
-
Constructor Summary
Constructors Constructor Description BpmnConnectPreview(com.mxgraph.swing.mxGraphComponent graphcomponent)Creates a new preview.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectstop(boolean commit, java.awt.event.MouseEvent e)Stops operation.voidupdate(java.awt.event.MouseEvent e, com.mxgraph.view.mxCellState targetState, double x, double y)Updates mouse position.-
Methods inherited from class com.mxgraph.swing.handler.mxConnectPreview
createCell, getDirtyRect, getDirtyRect, getPreviewState, getSourceState, getStartPoint, isActive, paint, paintPreview, revalidate, start, stop, transformScreenPoint
-
-
-
-
Method Detail
-
update
public void update(java.awt.event.MouseEvent e, com.mxgraph.view.mxCellState targetState, double x, double y)Updates mouse position.- Overrides:
updatein classcom.mxgraph.swing.handler.mxConnectPreview
-
stop
public java.lang.Object stop(boolean commit, java.awt.event.MouseEvent e)Stops operation.- Overrides:
stopin classcom.mxgraph.swing.handler.mxConnectPreview
-
-