Spec-Zone.ru › OpenJavaFX 8
javafx.beans.property

Class ReadOnlyMapProperty<K,V>

java.lang.Object
  • javafx.beans.binding.MapExpression<K,V>
    • javafx.beans.property.ReadOnlyMapProperty<K,V>

Type Parameters:

K - the type of the key elements of the map

All Implemented Interfaces:

Map<K,V>, Observable, ReadOnlyProperty<ObservableMap<K,V>>, ObservableMapValue<K,V>, ObservableObjectValue<ObservableMap<K,V>>, ObservableValue<ObservableMap<K,V>>, ObservableMap<K,V>

Direct Known Subclasses:

MapProperty, ReadOnlyMapPropertyBase



public abstract class ReadOnlyMapProperty<K,V>
extends MapExpression<K,V>
implements ReadOnlyProperty<ObservableMap<K,V>>
Super class for all readonly properties wrapping an ObservableMap.

Since:

JavaFX 2.1

See Also:

ObservableMap, ObservableMapValue, MapExpression, ReadOnlyProperty

  • Property Summary

    • Properties inherited from class javafx.beans.binding.MapExpression

      empty, size
  • Nested Class Summary

    • Nested classes/interfaces inherited from interface java.util.Map

      Map.Entry<K,V>
  • Constructor Summary

    Constructors
    Constructor and Description
    ReadOnlyMapProperty()
    The constructor of ReadOnlyMapProperty.
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    void bindContent(ObservableMap<K,V> map)
    Creates a content binding between the ObservableMap, that is wrapped in this ReadOnlyMapProperty, and another ObservableMap.
    void bindContentBidirectional(ObservableMap<K,V> map)
    Creates a bidirectional content binding of the ObservableMap, that is wrapped in this ReadOnlyMapProperty, and another ObservableMap.
    boolean equals(Object obj)
    int hashCode()
    Returns a hash code for this ReadOnlyMapProperty object.
    String toString()
    Returns a string representation of this ReadOnlyMapProperty object.
    void unbindContent(Object object)
    Deletes a content binding between the ObservableMap, that is wrapped in this ReadOnlyMapProperty, and another Object.
    void unbindContentBidirectional(Object object)
    Deletes a bidirectional content binding between the ObservableMap, that is wrapped in this ReadOnlyMapProperty, and another Object.
    • Methods inherited from class javafx.beans.binding.MapExpression

      asString, clear, containsKey, containsValue, emptyProperty, entrySet, get, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, keySet, mapExpression, put, putAll, remove, size, sizeProperty, valueAt, valueAt, values
    • Methods inherited from class java.lang.Object

      clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Methods inherited from interface javafx.beans.property.ReadOnlyProperty

      getBean, getName
    • Methods inherited from interface javafx.beans.value.ObservableValue

      addListener, getValue, removeListener
    • Methods inherited from interface javafx.beans.Observable

      addListener, removeListener
    • Methods inherited from interface javafx.beans.value.ObservableObjectValue

      get
    • Methods inherited from interface javafx.collections.ObservableMap

      addListener, removeListener
    • Methods inherited from interface java.util.Map

      compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
  • Constructor Detail

    • ReadOnlyMapProperty

      public ReadOnlyMapProperty()
      The constructor of ReadOnlyMapProperty.
  • Method Detail

    • bindContentBidirectional

      public void bindContentBidirectional(ObservableMap<K,V> map)
      Creates a bidirectional content binding of the ObservableMap, that is wrapped in this ReadOnlyMapProperty, and another ObservableMap.

      A bidirectional content binding ensures that the content of two ObservableMaps is the same. If the content of one of the maps changes, the other one will be updated automatically.

      Parameters:

      map - the ObservableMap this property should be bound to

      Throws:

      NullPointerException - if map is null

    • unbindContentBidirectional

      public void unbindContentBidirectional(Object object)
      Deletes a bidirectional content binding between the ObservableMap, that is wrapped in this ReadOnlyMapProperty, and another Object.

      Parameters:

      object - the Object to which the bidirectional binding should be removed

      Throws:

      NullPointerException - if object is null

    • bindContent

      public void bindContent(ObservableMap<K,V> map)
      Creates a content binding between the ObservableMap, that is wrapped in this ReadOnlyMapProperty, and another ObservableMap.

      A content binding ensures that the content of the wrapped ObservableMaps is the same as that of the other map. If the content of the other map changes, the wrapped map will be updated automatically. Once the wrapped list is bound to another map, you must not change it directly.

      Parameters:

      map - the ObservableMap this property should be bound to

      Throws:

      NullPointerException - if map is null

    • unbindContent

      public void unbindContent(Object object)
      Deletes a content binding between the ObservableMap, that is wrapped in this ReadOnlyMapProperty, and another Object.

      Parameters:

      object - the Object to which the binding should be removed

      Throws:

      NullPointerException - if object is null

    • equals

      public boolean equals(Object obj)

      Specified by:

      equals in interface Map<K,V>

      Overrides:

      equals in class Object

    • hashCode

      public int hashCode()
      Returns a hash code for this ReadOnlyMapProperty object.

      Specified by:

      hashCode in interface Map<K,V>

      Overrides:

      hashCode in class Object

      Returns:

      a hash code for this ReadOnlyMapProperty object.

    • toString

      public String toString()
      Returns a string representation of this ReadOnlyMapProperty object.

      Overrides:

      toString in class Object

      Returns:

      a string representation of this ReadOnlyMapProperty object.

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API