Class SelectionController
- java.lang.Object
- 
- jadex.gpmn.editor.gui.controllers.SelectionController
 
- 
- All Implemented Interfaces:
- com.mxgraph.util.mxEventSource.mxIEventListener
 
 public class SelectionController 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 SelectionController(ModelContainer modelcontainer)Creates the controller.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)Handles the event.
 
- 
- 
- 
Field Detail- 
modelcontainerprotected ModelContainer modelcontainer The model container.
 
- 
 - 
Constructor Detail- 
SelectionControllerpublic SelectionController(ModelContainer modelcontainer) Creates the controller.
 
- 
 
-