T - List element type.public static class SyntheticObservableListChange.Update<T> extends SyntheticObservableListChange<T>
SyntheticObservableListChange.Add<T>, SyntheticObservableListChange.Permutate<T>, SyntheticObservableListChange.Remove<T>, SyntheticObservableListChange.Replace<T>, SyntheticObservableListChange.Update<T>| Constructor and Description |
|---|
Update(javafx.collections.ObservableList<? extends T> pSrc,
int pFrom,
int pTo) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
getPermutation() |
List<T> |
getRemoved() |
int |
getTo() |
boolean |
wasUpdated() |
fromChange, getFrom, next, resetpublic Update(javafx.collections.ObservableList<? extends T> pSrc, int pFrom, int pTo)
public int getTo()
getTo in class javafx.collections.ListChangeListener.Change<T>public List<T> getRemoved()
getRemoved in class javafx.collections.ListChangeListener.Change<T>protected int[] getPermutation()
getPermutation in class javafx.collections.ListChangeListener.Change<T>public boolean wasUpdated()
wasUpdated in class javafx.collections.ListChangeListener.Change<T>Copyright © 2023. All rights reserved.