Fx.Text.InputControl.Change

opaque type Change

Def

inline def anchor: Int
inline def anchor_=(v: Int): Unit
inline def caret: Int
inline def caret_=(v: Int): Unit
inline def isAdd: Boolean
inline def isDelete: Boolean
inline def isReplace: Boolean
inline def isTextChange: Boolean
inline def range: Int.Range
inline def range_=(v: Int.Range): Unit
inline def real: THIS_REAL

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala
inline def selection_=(v: Int.Range): Unit
inline def text: String
inline def text_=(v: String): Unit
inline def textAfter: String
inline def textBefore: String