Module javafx.base

Class SimpleObjectProperty<T>

    • Constructor Detail

      • SimpleObjectProperty

        public SimpleObjectProperty()
        The constructor of ObjectProperty
      • SimpleObjectProperty

        public SimpleObjectProperty​(T initialValue)
        The constructor of ObjectProperty
        Parameters:
        initialValue - the initial value of the wrapped value
      • SimpleObjectProperty

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

        public SimpleObjectProperty​(Object bean,
                                    String name,
                                    T initialValue)
        The constructor of ObjectProperty
        Parameters:
        bean - the bean of this ObjectProperty
        name - the name of this ObjectProperty
        initialValue - the initial value of the wrapped value