Module javafx.base

Class SimpleSetProperty<E>

    • Constructor Detail

      • SimpleSetProperty

        public SimpleSetProperty()
        The constructor of SimpleSetProperty
      • SimpleSetProperty

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

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

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