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
.