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.

Constructors

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