Package org.codemap.marker

Examples of org.codemap.marker.MarkerController


        CodemapCore.getPlugin().register(this);       
        this.view = view;
        cache = new MapPerProjectCache(this);
        callHierarchyTracker = new CallHierarchyTracker();
        searchResultController = new SearchResultController();
        markerController = new MarkerController();
        selectionTracker = new SelectionTracker(this);
        selectionProvider = new MapSelectionProvider(view);
        // FIXME deif, move textUpdater to MapView, it should not be in the controller       
        textUpdater = new AllTextUpdater(view);
        utils = new ControllerUtils(this);
View Full Code Here

TOP

Related Classes of org.codemap.marker.MarkerController

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.