Class SyntheticObservableListChange.Update<T>

    • Constructor Detail

      • Update

        public Update​(javafx.collections.ObservableList<? extends T> pSrc,
                      int pFrom,
                      int pTo)
    • Method Detail

      • 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>
      • wasUpdated

        public boolean wasUpdated()
        Overrides:
        wasUpdated in class javafx.collections.ListChangeListener.Change<T>