}
private static TextDecorator getStyle() {
TextStyle base = TextStyles.TreeLeafText;
TextStyle bold = TextStyle.newStyle(base, Font.BOLD);
return bold.asTextDecorator();
}
private static class PropertyNode extends DefaultKongaTreeNode implements TreeNodeDecorator {