Interface NodeTextAdornment


  • @OpenApiAll
    public interface NodeTextAdornment
    An adornment of the browser tree node text. It can be used when the same element is displayed by different nodes, and they need different texts to be displayed. Element text is displayed using TextAdornment.
    • Method Detail

      • adorn

        java.lang.String adorn​(java.lang.String text,
                               Node node)
        Adorn given text.
        Parameters:
        text - text to adorn
        node - node that is displayed
        Returns:
        adorned text