Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
How to display a different icon for a soft type of WTPart based on the value of an attribute in WC?
Extend WTPartIconDelegate for WTParts
//As per logic decide the icon for the subtype
IconSelector icon = new IconSelector("netmarkets/images/part/custom_part.gif");