Package org.freeplane.core.util

Examples of org.freeplane.core.util.LogUtils


        return staticProperties;
    }

    private static Map<String, Object> createStaticProperties() {
        Map<String, Object> properties = new LinkedHashMap<String, Object>();
      properties.put("logger", new LogUtils());
      properties.put("ui", new UITools());
      properties.put("htmlUtils", HtmlUtils.getInstance());
      properties.put("textUtils", new TextUtils());
      properties.put("menuUtils", new MenuUtils());
      properties.put("config", new FreeplaneScriptBaseClass.ConfigProperties());
View Full Code Here

TOP

Related Classes of org.freeplane.core.util.LogUtils

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.