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 Summary
Fields Modifier and Type Field Description protected ModelContainer
modelcontainer
The model container.
-
Constructor Summary
Constructors Constructor Description SelectionController(ModelContainer modelcontainer)
Creates the 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)
Handles the event.
-
-
-
Field Detail
-
modelcontainer
protected ModelContainer modelcontainer
The model container.
-
-
Constructor Detail
-
SelectionController
public SelectionController(ModelContainer modelcontainer)
Creates the controller.
-
-