SimpleKeyCombinationProperty

open class SimpleKeyCombinationProperty(initialValue: KeyCombination, bean: Any? = null, beanName: String? = null) : SimpleProperty<KeyCombination> , KeyCombinationProperty

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

Constructors

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