Module javafx.base

Class MapPropertyBase<K,​V>

    • Constructor Detail

      • MapPropertyBase

        public MapPropertyBase()
        The Constructor of MapPropertyBase
      • MapPropertyBase

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

      • invalidated

        protected void invalidated()
        The method invalidated() can be overridden to receive invalidation notifications. This is the preferred option in Objects defining the property, because it requires less memory. The default implementation is empty.
      • toString

        public String toString()
        Returns a string representation of this MapPropertyBase object.
        Overrides:
        toString in class MapProperty<K,​V>
        Returns:
        a string representation of this MapPropertyBase object.