public class SelectionController
extends java.lang.Object
implements com.mxgraph.util.mxEventSource.mxIEventListener
| Modifier and Type | Field and Description |
|---|---|
protected ModelContainer |
modelcontainer
The model container.
|
| Constructor and Description |
|---|
SelectionController(ModelContainer modelcontainer)
Creates the controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(java.lang.Object sender,
com.mxgraph.util.mxEventObject evt)
Handles the event.
|
protected ModelContainer modelcontainer
public SelectionController(ModelContainer modelcontainer)