Class DeletionController
- java.lang.Object
- 
- jadex.bpmn.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 SummaryFields Modifier and Type Field Description protected ModelContainermodelcontainerThe model container.
 - 
Constructor SummaryConstructors Constructor Description DeletionController(ModelContainer container)Creates a new deletion controller.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)Called on deletion.
 
- 
- 
- 
Field Detail- 
modelcontainerprotected ModelContainer modelcontainer The model container.
 
- 
 - 
Constructor Detail- 
DeletionControllerpublic DeletionController(ModelContainer container) Creates a new deletion controller.
 
- 
 
-