Spec-Zone.ru › OpenJavaFX 24

Класс MapBinding<K,V>

java.lang.Object
javafx.beans.binding.MapExpression<K,V>
javafx.beans.binding.MapBinding<K,V>
Параметры типа:
K - тип элементов ключей
V - тип элементов значений
Все реализуемые интерфейсы:
Map<K,V>, Binding<ObservableMap<K,V>>, Observable, ObservableMapValue<K,V>, ObservableObjectValue<ObservableMap<K,V>>, ObservableValue<ObservableMap<K,V>>, ObservableMap<K,V>
public abstract class MapBinding<K,V> extends MapExpression<K,V> implements Binding<ObservableMap<K,V>>
Базовый класс, предоставляющий большую часть функциональности, необходимой для реализации Binding для ObservableMap.

MapBinding предоставляет простую схему проверки на недействительность. Расширяющий класс может регистрировать зависимости, вызывая bind(Observable...). Если одна из зарегистрированных зависимостей становится недействительной, этот MapBinding помечается как недействительный. С помощью unbind(Observable...) прослушивание зависимостей можно остановить.

Для предоставления конкретной реализации этого класса, необходимо реализовать метод computeValue(), чтобы вычислить значение этого связывания на основе текущего состояния зависимостей. Он вызывается при вызове get() для недействительного связывания.

Смотрите DoubleBinding для примера того, как можно расширить этот базовый класс.

С:
JavaFX 2.1
См. также:
  • Binding
  • MapExpression

Краткое описание вложенных классов

Вложенные классы/интерфейсы, объявленные в интерфейсе java.util.Map

Map.Entry<K,V>

Краткое описание свойств

Тип Свойство Описание
ReadOnlyBooleanProperty empty
Логическое свойство, которое является true, если карта пустая.
ReadOnlyIntegerProperty size
Целочисленное свойство, представляющее размер карты.

Краткое описание конструкторов

Конструктор Описание
MapBinding()
Создает стандартный MapBinding.

Краткое описание методов

Модификатор и тип Метод Описание
void addListener(InvalidationListener listener)
Добавляет InvalidationListener, который будет уведомляться всякий раз, когда Observable становится недействительным.
void addListener(ChangeListener<? super ObservableMap<K,V>> listener)
Добавляет ChangeListener, который будет уведомляться всякий раз, когда значение ObservableValue изменяется.
void addListener(MapChangeListener<? super K,? super V> listener)
Добавляет слушателя к этой наблюдаемой карте.
protected final void bind(Observable... dependencies)
Начинает наблюдать за изменениями зависимостей.
protected abstract ObservableMap<K,V> computeValue()
Вычисляет текущее значение этого связывания.
void dispose()
Базовая реализация dispose(), которая пуста.
ReadOnlyBooleanProperty emptyProperty()
Логическое свойство, которое является true, если карта пуста.
final ObservableMap<K,V> get()
Возвращает результат computeValue().
ObservableList<?> getDependencies()
Базовая реализация getDependencies(), которая возвращает пустой ObservableList.
final void invalidate()
Помечает связывание как недействительное.
final boolean isValid()
Проверяет, является ли связывание действительным.
protected void onInvalidating()
Метод onInvalidating() можно переопределить в расширяемых классах, чтобы отреагировать на то, если это связывание становится недействительным.
void removeListener(InvalidationListener listener)
Удаляет заданного слушателя из списка слушателей, которые уведомляются всякий раз, когда значение Observable становится недействительным.
void removeListener(ChangeListener<? super ObservableMap<K,V>> listener)
Удаляет заданного слушателя из списка слушателей, которые уведомляются всякий раз, когда значение ObservableValue изменяется.
void removeListener(MapChangeListener<? super K,? super V> listener)
Попытка удалить слушателя из этой наблюдаемой карты.
ReadOnlyIntegerProperty sizeProperty()
Целочисленное свойство, представляющее размер карты.
String toString()
Возвращает строковое представление этого объекта MapBinding.
protected final void unbind(Observable... dependencies)
Останавливает наблюдение за изменениями зависимостей.

Методы, объявленные в классе javafx.beans.binding.MapExpression

asString, clear, containsKey, containsValue, entrySet, get, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, keySet, mapExpression, put, putAll, remove, size, valueAt, valueAt, values

Методы, объявленные в классе java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Методы, объявленные в интерфейсе java.util.Map

compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll

Методы, объявленные в интерфейсе javafx.beans.Observable

subscribe

Методы, объявленные в интерфейсе javafx.beans.value.ObservableValue

flatMap, getValue, map, orElse, subscribe, subscribe, when

Подробное описание полей

size

public ReadOnlyIntegerProperty sizeProperty
Указано в:
sizeProperty in class MapExpression<K,V>
Возвращает:
the property
См. также:
  • sizeProperty()

empty

public ReadOnlyBooleanProperty emptyProperty
Указано в:
emptyProperty in class MapExpression<K,V>
Возвращает:
the ReadOnlyBooleanProperty
См. также:
  • emptyProperty()

Подробное описание конструкторов

MapBinding

public MapBinding()
Creates a default MapBinding.

Подробное описание методов

sizeProperty

public ReadOnlyIntegerProperty sizeProperty()
Description copied from class: MapExpression
An integer property that represents the size of the map.
Указано в:
sizeProperty in class MapExpression<K,V>
Возвращает:
the size property

emptyProperty

public ReadOnlyBooleanProperty emptyProperty()
Description copied from class: MapExpression
A boolean property that is true, if the map is empty.
Указано в:
emptyProperty in class MapExpression<K,V>
Возвращает:
the empty property

addListener

public void addListener(InvalidationListener listener)
Description copied from interface: Observable
Adds an InvalidationListener which will be notified whenever the Observable becomes invalid. If the same listener is added more than once, then it will be notified more than once. That is, no check is made to ensure uniqueness.

Note that the same actual InvalidationListener instance may be safely registered for different Observables.

The Observable stores a strong reference to the listener which will prevent the listener from being garbage collected and may result in a memory leak. It is recommended to either unregister a listener by calling removeListener after use or to use an instance of WeakInvalidationListener avoid this situation.

Указано в:
addListener in interface Observable
Параметры:
listener - The listener to register
См. также:
  • Observable.removeListener(InvalidationListener)

removeListener

public void removeListener(InvalidationListener listener)
Description copied from interface: Observable
Removes the given listener from the list of listeners, that are notified whenever the value of the Observable becomes invalid.

If the given listener has not been previously registered (i.e. it was never added) then this method call is a no-op. If it had been previously added then it will be removed. If it had been added more than once, then only the first occurrence will be removed.

Указано в:
removeListener in interface Observable
Параметры:
listener - The listener to remove
См. также:
  • Observable.addListener(InvalidationListener)

addListener

public void addListener(ChangeListener<? super ObservableMap<K,V>> listener)
Description copied from interface: ObservableValue
Adds a ChangeListener which will be notified whenever the value of the ObservableValue changes. If the same listener is added more than once, then it will be notified more than once. That is, no check is made to ensure uniqueness.

Note that the same actual ChangeListener instance may be safely registered for different ObservableValues.

The ObservableValue stores a strong reference to the listener which will prevent the listener from being garbage collected and may result in a memory leak. It is recommended to either unregister a listener by calling removeListener after use or to use an instance of WeakChangeListener avoid this situation.

Указано в:
addListener in interface ObservableValue<K>
Параметры:
listener - The listener to register
См. также:
  • ObservableValue.removeListener(ChangeListener)

removeListener

public void removeListener(ChangeListener<? super ObservableMap<K,V>> listener)
Description copied from interface: ObservableValue
Removes the given listener from the list of listeners that are notified whenever the value of the ObservableValue changes.

If the given listener has not been previously registered (i.e. it was never added) then this method call is a no-op. If it had been previously added then it will be removed. If it had been added more than once, then only the first occurrence will be removed.

Указано в:
removeListener in interface ObservableValue<K>
Параметры:
listener - The listener to remove
См. также:
  • ObservableValue.addListener(ChangeListener)

addListener

public void addListener(MapChangeListener<? super K,? super V> listener)
Description copied from interface: ObservableMap
Add a listener to this observable map.
Указано в:
addListener in interface ObservableMap<K,V>
Параметры:
listener - the listener for listening to the list changes

removeListener

public void removeListener(MapChangeListener<? super K,? super V> listener)
Description copied from interface: ObservableMap
Tries to removed a listener from this observable map. If the listener is not attached to this map, nothing happens.
Указано в:
removeListener in interface ObservableMap<K,V>
Параметры:
listener - a listener to remove

bind

protected final void bind(Observable... dependencies)
Start observing the dependencies for changes. If the value of one of the dependencies changes, the binding is marked as invalid.
Параметры:
dependencies - the dependencies to observe

unbind

protected final void unbind(Observable... dependencies)
Stop observing the dependencies for changes.
Параметры:
dependencies - the dependencies to stop observing

dispose

public void dispose()
A default implementation of dispose() that is empty.
Указано в:
dispose in interface Binding<K>

getDependencies

public ObservableList<?> getDependencies()
A default implementation of getDependencies() that returns an empty ObservableList.
Указано в:
getDependencies in interface Binding<K>
Возвращает:
an empty ObservableList

get

public final ObservableMap<K,V> get()
Returns the result of computeValue(). The method computeValue() is only called if the binding is invalid. The result is cached and returned if the binding did not become invalid since the last call of get().
Указано в:
get in interface ObservableObjectValue<K>
Возвращает:
the current value

onInvalidating

protected void onInvalidating()
Метод onInvalidating() может быть переопределён наследниками для реакции на то, что это привязка становится недействительной. По умолчанию реализация пуста.

invalidate

public final void invalidate()
Описание скопировано из интерфейса: Binding
Пометить привязку как недействительную. Это заставляет пересчитать значение Binding в следующий раз, когда оно будет запрошено.
Specified by:
invalidate в интерфейсе Binding<K>

isValid

public final boolean isValid()
Описание скопировано из интерфейса: Binding
Проверяет, является ли привязка действительной.
Specified by:
isValid в интерфейсе Binding<K>
Возвращает:
true, если Binding действительна, false в противном случае

computeValue

protected abstract ObservableMap<K,V> computeValue()
Вычисляет текущее значение этой привязки.

Классы, расширяющие MapBinding, должны предоставить реализацию computeValue.

Возвращает:
текущее значение

toString

public String toString()
Возвращает строковое представление этого объекта MapBinding.
Overrides:
toString в классе Object
Возвращает:
строковое представление этого объекта MapBinding.

Отправить сообщение об ошибке или предложить улучшение
Авторские права © 2008, 2025, Oracle и/или его аффилированные лица. Все права защищены.

© 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