Package org.freeplane.core.ui.components

Examples of org.freeplane.core.ui.components.UITools$InsertEolAction


    }

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

TOP

Related Classes of org.freeplane.core.ui.components.UITools$InsertEolAction

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.