Module javafx.base

Class ReadOnlyMapWrapper<K,​V>

    • Constructor Detail

      • ReadOnlyMapWrapper

        public ReadOnlyMapWrapper()
        The constructor of ReadOnlyMapWrapper
      • ReadOnlyMapWrapper

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

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

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