Package org.woped.editor.controller.vep

Examples of org.woped.editor.controller.vep.ApplicationEventProcessor


        super(ui, conf);
        visualController = new VisualController(this);
        ActionFactory.createStaticActions(this);

        getVepController().register(AbstractViewEvent.VIEWEVENTTYPE_APPLICATION,
                new ApplicationEventProcessor(AbstractViewEvent.VIEWEVENTTYPE_APPLICATION, this));
        getVepController().register(AbstractViewEvent.VIEWEVENTTYPE_EDIT,
                new EditorEventProcessor(AbstractViewEvent.VIEWEVENTTYPE_EDIT, this));
        getVepController().register(AbstractViewEvent.VIEWEVENTTYPE_REACHGRAPH,
                new ReachabilityGraphEventProcessor(AbstractViewEvent.VIEWEVENTTYPE_REACHGRAPH, this));
        clipboard.addClipboardListener(visualController);
View Full Code Here

TOP

Related Classes of org.woped.editor.controller.vep.ApplicationEventProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.