Package com.iizigo.prop.tooltip
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 ITooltipStringFormatterInterface used to format a value of a property when creating the tooltip using theITooltipPropListinterface.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoString(PropCnr pc, GProp<?> prop, java.lang.Object value)Formats the String for a property value.