Class EdgeCreationController
- java.lang.Object
-
- jadex.gpmn.editor.gui.controllers.EdgeCreationController
-
- All Implemented Interfaces:
com.mxgraph.util.mxEventSource.mxIEventListener
public class EdgeCreationController extends java.lang.Object implements com.mxgraph.util.mxEventSource.mxIEventListener
-
-
Field Summary
Fields Modifier and Type Field Description protected ModelContainer
modelcontainer
The model container.
-
Constructor Summary
Constructors Constructor Description EdgeCreationController(ModelContainer container)
Creates a new edge creation controller.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)
-
-
-
Field Detail
-
modelcontainer
protected ModelContainer modelcontainer
The model container.
-
-
Constructor Detail
-
EdgeCreationController
public EdgeCreationController(ModelContainer container)
Creates a new edge creation controller.
-
-