Class DeletionController
- java.lang.Object
-
- jadex.gpmn.editor.gui.controllers.DeletionController
-
- All Implemented Interfaces:
com.mxgraph.util.mxEventSource.mxIEventListener
public class DeletionController 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 DeletionController(ModelContainer container)
Creates a new edge reconnect 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
-
DeletionController
public DeletionController(ModelContainer container)
Creates a new edge reconnect controller.
-
-