Package org.freeplane.core.ui.components

Examples of org.freeplane.core.ui.components.ObjectAndIcon


    final String nodeID=string.substring(1);
    final NodeModel target = map.getNodeForID(nodeID);
    if(target != null){
      final String shortText = TextController.getController(modeController).getShortText(target);
      final Icon icon = FrameController.localLinkIcon;
      return new ObjectAndIcon(shortText, icon);
    }
    else
      return content;
    }
View Full Code Here

TOP

Related Classes of org.freeplane.core.ui.components.ObjectAndIcon

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.