Class ListAdditionChange

  • All Implemented Interfaces:
    Change

    public class ListAdditionChange
    extends java.lang.Object
    implements Change
    The Addition of an element to a list.
    • Field Detail

      • index

        private final int index
      • nodeAdded

        private final Node nodeAdded
    • Constructor Detail

      • ListAdditionChange

        public ListAdditionChange​(ObservableProperty observableProperty,
                                  int index,
                                  Node nodeAdded)