Module com.iamsoft.util.ui
Class SyntheticObservableListChange.Replace<T>
- java.lang.Object
-
- javafx.collections.ListChangeListener.Change<T>
-
- com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange<T>
-
- com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange.Replace<T>
-
- Type Parameters:
T
- List element type.
- Direct Known Subclasses:
SyntheticObservableListChange.Add
,SyntheticObservableListChange.Remove
- Enclosing class:
- SyntheticObservableListChange<T>
public static class SyntheticObservableListChange.Replace<T> extends SyntheticObservableListChange<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange
SyntheticObservableListChange.Add<T>, SyntheticObservableListChange.Permutate<T>, SyntheticObservableListChange.Remove<T>, SyntheticObservableListChange.Replace<T>, SyntheticObservableListChange.Update<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int[]
getPermutation()
List<T>
getRemoved()
int
getTo()
-
Methods inherited from class com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange
fromChange, getFrom, next, reset
-
-
-
-
Method Detail
-
getTo
public int getTo()
- Specified by:
getTo
in classjavafx.collections.ListChangeListener.Change<T>
-
getRemoved
public List<T> getRemoved()
- Specified by:
getRemoved
in classjavafx.collections.ListChangeListener.Change<T>
-
getPermutation
protected int[] getPermutation()
- Specified by:
getPermutation
in classjavafx.collections.ListChangeListener.Change<T>
-
-