ReadOnlyEdgesPropertyWrapper
class ReadOnlyEdgesPropertyWrapper(wraps: EdgesProperty) : ReadOnlyPropertyWrapper<Edges, Property<Edges>> , ReadOnlyEdgesProperty
Never use this class directly. Use EdgesProperty.asReadOnly to obtain a read-only version of a mutable EdgesProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Edges, Property<Edges>>
, use ReadOnlyEdgesPropertyWrapper
.
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
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