protected AttributeSelectionNode(LdapStructureAttribute attr, KongaTreeNode parent) {
super(parent, attr, false);
displayName = createDisplayName(attr);
tooltip = new AttributeToolTip(attr).get();
final Color color = getColor();
textStyle = new TextDecorator() {
@Override
public Font getFont() {
return null;
}