ron
` with(root) { root = TreeItem<OrderPart>(part) populate { parent -> parent.value.orders } openallChildren(root) } } `