Module javafx.base

Class SimpleMapProperty<K,V>

    • Constructor Detail

      • SimpleMapProperty

        public SimpleMapProperty()
        The constructor of SimpleMapProperty
      • SimpleMapProperty

        public SimpleMapProperty​(ObservableMap<K,V> initialValue)
        The constructor of SimpleMapProperty
        Parameters:
        initialValue - the initial value of the wrapped value
      • SimpleMapProperty

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

        public SimpleMapProperty​(Object bean,
                                 String name,
                                 ObservableMap<K,V> initialValue)
        The constructor of SimpleMapProperty
        Parameters:
        bean - the bean of this MapProperty
        name - the name of this MapProperty
        initialValue - the initial value of the wrapped value