Change
scalafx.collections.ObservableArray.Change
Indicates a change in an ObservableArray. It is a simpler version of JavaFX's ArrayChangeListener[T].
Value parameters
- end
-
Index of first element in the array unaffected by the change. This value is exclusive of the change and indicates the first unchanged element after the modification, or the end of the array. Note that
endmay be less thanstart. - sizeChanged
-
trueif the size of theObservableArraywas changed;falseotherwise. - start
-
Index of first element in the array affected by the change.
Attributes
- Constructor
-
Create new instance describing the change detected.
- Graph
-
- Supertypes
Members list
In this article