SimpleTextPositionProperty

open class SimpleTextPositionProperty(initialValue: TextPosition, bean: Any? = null, beanName: String? = null) : SimpleProperty<TextPosition> , TextPositionProperty

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

Constructors

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