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