// TODO Auto-generated method stub
if (element instanceof UiAbstractTextAttributeNode) { UiAbstractTextAttributeNode node = (UiAbstractTextAttributeNode) element; if (node.getDescriptor().isDeprecated()) { String v = node.getCurrentValue(); if (v != null && v.length() > 0) { IconFactory factory = IconFactory.getInstance(); return factory.getIcon("warning"); //$NON-NLS-1$ } } } return null;
return sThis;
if (element instanceof UiAbstractTextAttributeNode) { return ((UiAbstractTextAttributeNode)element).getCurrentValue(); } return null;
// TODO Auto-generated method stub return false;