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