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
.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Edges>, Edges, Edges) -> Unit): ChangeListener<Edges, ObservableValue<Edges>>
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Edges>, Edges, Edges) -> Unit): ChangeListener<Edges, ObservableValue<Edges>>
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Edges>, Edges, Edges) -> Unit): ChangeListener<Edges, ObservableValue<Edges>>
Link copied to clipboard
Link copied to clipboard
Returns a read-only view of this mutable EdgesProperty. Typical usage :
Link copied to clipboard
open override fun <B> bidirectionalBind(other: Property<B>, converter: Converter<Edges, B>): BidirectionalBind
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard