ReadOnlyTextPositionPropertyWrapper
class ReadOnlyTextPositionPropertyWrapper(wraps: TextPositionProperty) : ReadOnlyPropertyWrapper<TextPosition, Property<TextPosition>> , ReadOnlyTextPositionProperty
Never use this class directly. Use TextPositionProperty.asReadOnly to obtain a read-only version of a mutable TextPositionProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<TextPosition, Property<TextPosition>>
, use ReadOnlyTextPositionPropertyWrapper
.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<TextPosition>, TextPosition, TextPosition) -> Unit): ChangeListener<TextPosition, ObservableValue<TextPosition>>
open override fun addBindChangeListener(listener: ChangeListener<TextPosition, ObservableValue<TextPosition>>)
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<TextPosition>, TextPosition, TextPosition) -> Unit): ChangeListener<TextPosition, ObservableValue<TextPosition>>
open override fun addChangeListener(listener: ChangeListener<TextPosition, ObservableValue<TextPosition>>)
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<TextPosition>, TextPosition, TextPosition) -> Unit): ChangeListener<TextPosition, ObservableValue<TextPosition>>
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
open override fun removeChangeListener(listener: ChangeListener<TextPosition, ObservableValue<TextPosition>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard