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>
  • 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 class javafx.collections.ListChangeListener.Change<T>
    • getRemoved

      public List<T> getRemoved()
      Specified by:
      getRemoved in class javafx.collections.ListChangeListener.Change<T>
    • getPermutation

      protected int[] getPermutation()
      Specified by:
      getPermutation in class javafx.collections.ListChangeListener.Change<T>