Package org.woped.editor.controller.vep

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


        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.EditorEventProcessor

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.