Extension SDK

oracle.ide.explorer
Interface IconOverlayManager

All Known Subinterfaces:
NodeOverlayManager

public interface IconOverlayManager

The manager for control of explorer node overlays.


Method Summary
 javax.swing.Icon getOverlayIcon(Element e, javax.swing.Icon baseIcon)
          Gets the overlay icon for the given node, for the purpose of rendering over a standard node icon.
 

Method Detail

getOverlayIcon

public javax.swing.Icon getOverlayIcon(Element e,
                                       javax.swing.Icon baseIcon)
Gets the overlay icon for the given node, for the purpose of rendering over a standard node icon.
Parameters:
e - the element whose overlay icon should be returned.
Returns:
the resulting overlay icon.

Extension SDK