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.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    adorn(Node node, Icon icon, BaseElement element)
    Adorn the given icon for tree node
  • Method Details

    • adorn

      @CheckForNull Icon adorn(Node node, 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.