com.centrasite.control.extpt
Interface NodeDecorator

All Known Implementing Classes:
ServiceNodeDecorator

public interface NodeDecorator

Interface for extension point allowing additional decorator icons for nodes e.g. being displayed in association navigator.


Method Summary
 java.lang.String getImageURL(Item item)
          Get image URL contributed for given item
 

Method Detail

getImageURL

java.lang.String getImageURL(Item item)
Get image URL contributed for given item

Parameters:
item - the item for which additional image may be contributed
Returns:
the image URL or null if no icon to be contributed