Module javafx.base

Class SetPropertyBase<E>

    • Constructor Detail

      • SetPropertyBase

        public SetPropertyBase()
        The Constructor of SetPropertyBase
      • SetPropertyBase

        public SetPropertyBase​(ObservableSet<E> initialValue)
        The constructor of the SetPropertyBase.
        Parameters:
        initialValue - the initial value of the wrapped value
    • Method Detail

      • invalidated

        protected void invalidated()
        The method invalidated() can be overridden to receive invalidation notifications. This is the preferred option in Objects defining the property, because it requires less memory. The default implementation is empty.
      • toString

        public String toString()
        Returns a string representation of this SetPropertyBase object.
        Overrides:
        toString in class SetProperty<E>
        Returns:
        a string representation of this SetPropertyBase object.