Class ObservableCollections.ObservableListHelper<E>

    • Method Detail

      • getObservableList

        public ObservableList<E> getObservableList()
        Returns the ObservableList.
        Returns:
        the observable list
      • fireElementChanged

        public void fireElementChanged​(int index)
        Sends notification that the element at the specified index has changed.
        Parameters:
        index - the index of the element that has changed
        Throws:
        java.lang.ArrayIndexOutOfBoundsException - if index is outside the range of the List (< 0 || >= size)