Module javafx.base

Class ReadOnlySetWrapper<E>

    • Constructor Detail

      • ReadOnlySetWrapper

        public ReadOnlySetWrapper()
        The constructor of ReadOnlySetWrapper
      • ReadOnlySetWrapper

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

        public ReadOnlySetWrapper​(Object bean,
                                  String name)
        The constructor of ReadOnlySetWrapper
        Parameters:
        bean - the bean of this ReadOnlySetWrapper
        name - the name of this ReadOnlySetWrapper
      • ReadOnlySetWrapper

        public ReadOnlySetWrapper​(Object bean,
                                  String name,
                                  ObservableSet<E> initialValue)
        The constructor of ReadOnlySetWrapper
        Parameters:
        bean - the bean of this ReadOnlySetWrapper
        name - the name of this ReadOnlySetWrapper
        initialValue - the initial value of the wrapped value
    • Method Detail

      • getReadOnlyProperty

        public ReadOnlySetProperty<E> getReadOnlyProperty()
        Returns the readonly property, that is synchronized with this ReadOnlySetWrapper.
        Returns:
        the readonly property