Class SelectionController

  • All Implemented Interfaces:
    com.mxgraph.util.mxEventSource.mxIEventListener

    public class SelectionController
    extends java.lang.Object
    implements com.mxgraph.util.mxEventSource.mxIEventListener
    Controller for selections.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • modelcontainer

        protected ModelContainer modelcontainer
        The model container.
    • Constructor Detail

      • SelectionController

        public SelectionController​(ModelContainer modelcontainer)
        Creates the controller.
    • Method Detail

      • invoke

        public void invoke​(java.lang.Object sender,
                           com.mxgraph.util.mxEventObject evt)
        Handles the event.
        Specified by:
        invoke in interface com.mxgraph.util.mxEventSource.mxIEventListener