Package org.codemap.callhierarchy

Examples of org.codemap.callhierarchy.CallHierarchyTracker


    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);
        // FIXME deif, move textUpdater to MapView, it should not be in the controller       
View Full Code Here

TOP

Related Classes of org.codemap.callhierarchy.CallHierarchyTracker

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.