Interface NodeIconAdornment


  • @OpenApiAll
    public interface NodeIconAdornment
    An adornment of the browser tree node icon. If we adorn tree node elements, we need node, as tree now can show multiple nodes of same elements. For example in Smart package.
    • Method Detail

      • adorn

        @CheckForNull
        javax.swing.Icon adorn​(Node node,
                               javax.swing.Icon icon,
                               BaseElement element)
        Adorn the given icon for tree node
        Parameters:
        node - tree node of element
        icon - icon to adorn.
        element - element represented by the node.
        Returns:
        adorned icon.