MCPcopy Create free account
hub / github.com/defold/defold / stringToTextFlowNodes

Method stringToTextFlowNodes

editor/src/java/com/defold/editor/UIUtil.java:87–89  ·  view source on GitHub ↗
(TextFlow text, String str)

Source from the content-addressed store, hash-verified

85 }
86
87 public static void stringToTextFlowNodes(TextFlow text, String str) {
88 text.getChildren().setAll(UIUtil.stringToTextFlowNodes(str));
89 }
90 public static List<Node> stringToTextFlowNodes(String str) {
91 List<Node> ret = new ArrayList<>();
92 int i = 0;

Callers 1

showMethod · 0.95

Calls 6

unescapeMethod · 0.95
hyperlinkMethod · 0.95
textMethod · 0.95
addMethod · 0.65
getChildrenMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected