SimpleStandardCursorProperty
open class SimpleStandardCursorProperty(initialValue: StandardCursor, bean: Any? = null, beanName: String? = null) : SimpleProperty<StandardCursor> , StandardCursorProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<StandardCursor>
, we can use SimpleStandardCursorProperty
.