Package org.codemap.util

Examples of org.codemap.util.EclipseTaskFactory$M


    public MapSelection getCurrentSelection() {
        return currentSelection;
    }

    public CodemapCore() {
        TaskValue.setTaskFactory(new EclipseTaskFactory());
        youAreHereSelection = new MapSelection();
        openFilesSelection = new MapSelection();
        currentSelection = new MapSelection();
        colorScheme = ColorScheme.colors();
    }
View Full Code Here

TOP

Related Classes of org.codemap.util.EclipseTaskFactory$M

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.