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