attributeHierarchie = entry.getAttributeWithSubtypes( attributeDescription );
if ( attributeHierarchie == null )
{
EventRegistry.suspendEventFireingInCurrentThread();
IAttribute attribute = new Attribute( entry, attributeDescription );
entry.addAttribute( attribute );
attribute.addEmptyValue();
EventRegistry.resumeEventFireingInCurrentThread();
attributeHierarchie = entry.getAttributeWithSubtypes( attributeDescription );
}
viewer.setInput( attributeHierarchie );