Interface IconAdornment


@OpenApiAll public interface IconAdornment
An adornment of the browser tree node icon. For example containment tree uses these kinds of adornments for marking hyperlinked elements.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    adorn(Component component, Icon icon, BaseElement element)
    Adorn the given icon.
  • Method Details

    • adorn

      @CheckForNull Icon adorn(Component component, @CheckForNull Icon icon, BaseElement element)
      Adorn the given icon.
      Parameters:
      component - tree component.
      icon - icon to adorn.
      element - element represented by the node.
      Returns:
      adorned icon.