114115116117118119120
@Override public void writeExternal(Element element) throws WriteExternalException { if (myUserListComponent != null) { myUserListComponent.saveState(); } throw new WriteExternalException(); }
60616263646566
} myColorsScheme.readExternal(element); } public void writeExternal(Element element) throws WriteExternalException { throw new WriteExternalException(); }
104105106107108109110111112113
} else if (myIcon == IMPORTANT_ICON){ icon = ICON_IMPORTANT; } else{ throw new WriteExternalException(""); } element.setAttribute(ATTRIBUTE_ICON, icon); myTextAttributes.writeExternal(element); }