}
else if (ICON_IMPORTANT.equals(icon)){
myIcon = IMPORTANT_ICON;
}
else{
throw new InvalidDataException(icon);
}
myTextAttributes.readExternal(element);
if (element.getChild(ELEMENT_OPTION) == null) {
myTextAttributes = createDefaultTextAttributes();
}