Usage | Change the visual representation of registry objects |
Attributes | point="com.centrasite.control.assocNavigatorNodeDecorator" id (default: name of implementing class) class |
Interface | NodeDecorator String getImageURL(Item) |
Abstract base class | (none) |
Processing | If the item is to be rendered in Impact Analysis, check all known extensions to determine whether they contribute to the item's visualization; If getImageURL(item) returns null: check for the next extension Otherwise: use the URL being returned for secondary icon within visualization of node in graphical impact analysis. |
Provided by | CentraSite Control |
Example | <extension point="com.centrasite.control.assocNavigatorNodeDecorator" id="ExternalLinkNodeDecorator" class="com.centrasite.control.ext.ExternalLinkNodeDecorator"> </extension> |