SimpleTooltipProperty

open class SimpleTooltipProperty(initialValue: Tooltip, bean: Any? = null, beanName: String? = null) : SimpleProperty<Tooltip> , TooltipProperty

Boilerplate which avoids having to use generics. Instead of SimpleProperty<Tooltip>, we can use SimpleTooltipProperty.

Constructors

Link copied to clipboard
constructor(initialValue: Tooltip, bean: Any? = null, beanName: String? = null)