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 Summary

    Modifier and Type
    Method
    Description
    toString(PropCnr pc, GProp<?> prop, Object value)
    Formats the String for a property value.
  • Method Details

    • toString

      String toString(PropCnr pc, GProp<?> prop, 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).