Module com.iamsoft.util.ui
Class SyntheticObservableListChange.Permutate<T>
java.lang.Object
javafx.collections.ListChangeListener.Change<T>
com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange<T>
com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange.Permutate<T>
- Type Parameters:
T
- List element type
- Enclosing class:
- SyntheticObservableListChange<T>
public static class SyntheticObservableListChange.Permutate<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>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.collections.SyntheticObservableListChange
fromChange, getFrom, next, reset
Methods inherited from class javafx.collections.ListChangeListener.Change
getAddedSize, getAddedSubList, getList, getPermutation, getRemovedSize, wasAdded, wasPermutated, wasRemoved, wasReplaced, wasUpdated
-
Constructor Details
-
Permutate
public Permutate(javafx.collections.ObservableList<? extends T> pSrc, int pFrom, int[] pPermutation)
-
-
Method Details
-
getTo
public int getTo()- Specified by:
getTo
in classjavafx.collections.ListChangeListener.Change<T>
-
getRemoved
- Specified by:
getRemoved
in classjavafx.collections.ListChangeListener.Change<T>
-
getPermutation
protected int[] getPermutation()- Specified by:
getPermutation
in classjavafx.collections.ListChangeListener.Change<T>
-