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