Package org.freeplane.core.util

Examples of org.freeplane.core.util.MenuUtils


        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());
        return properties;
    }
View Full Code Here

TOP

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

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.