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 SummaryFields Modifier and Type Field Description protected longtimestampTime stamp of drag start.
 - 
Constructor SummaryConstructors Constructor Description BpmnConnectPreview(com.mxgraph.swing.mxGraphComponent graphcomponent)Creates a new preview.
 - 
Method SummaryAll 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.mxConnectPreviewcreateCell, getDirtyRect, getDirtyRect, getPreviewState, getSourceState, getStartPoint, isActive, paint, paintPreview, revalidate, start, stop, transformScreenPoint
 
- 
 
- 
- 
- 
Method Detail- 
updatepublic void update(java.awt.event.MouseEvent e, com.mxgraph.view.mxCellState targetState, double x, double y)Updates mouse position.- Overrides:
- updatein class- com.mxgraph.swing.handler.mxConnectPreview
 
 - 
stoppublic java.lang.Object stop(boolean commit, java.awt.event.MouseEvent e)Stops operation.- Overrides:
- stopin class- com.mxgraph.swing.handler.mxConnectPreview
 
 
- 
 
-