Examples of MapPerProjectCache


Examples of org.codemap.MapPerProjectCache

    private ICodemapCoverage coverageListener;

    public MapController(MapView view) {
        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);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.