Interface ITooltipStringFormatter

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ITooltipStringFormatter
    Interface used to format a value of a property when creating the tooltip using the ITooltipPropList interface.
    Author:
    Christopher Mindus
    • Method Detail

      • toString

        java.lang.String toString​(PropCnr pc,
                                  GProp<?> prop,
                                  java.lang.Object value)
        Formats the String for a property value.
        Parameters:
        pc - The property being handled.
        prop - The property item, null for none.
        value - The property value of the property item, null (also when gp is null).