tooltipProperty
A Kotlin delegate to create a TooltipProperty (the implementation will be a SimpleTooltipProperty. Typical usage :
val fooProperty by tooltipProperty( initialValue )
var foo by fooPropertyContent copied to clipboard
A Kotlin delegate to create a TooltipProperty (the implementation will be a SimpleTooltipProperty. Typical usage :
val fooProperty by tooltipProperty( initialValue )
var foo by fooProperty