K
- The key type of the wrapped ObservableSetMultimap
.V
- The value type of the wrapped ObservableSetMultimap
.public abstract class SetMultimapProperty<K,V> extends ReadOnlySetMultimapProperty<K,V> implements javafx.beans.property.Property<ObservableSetMultimap<K,V>>, WritableSetMultimapValue<K,V>
Property
wrapping a
ObservableSetMultimap
.
This class provides identical functionality for SetMultimap
as
MapProperty
for Map
, SetProperty
for Set
, or
ListProperty
for List
.
empty, size
Constructor and Description |
---|
SetMultimapProperty() |
Modifier and Type | Method and Description |
---|---|
void |
bindBidirectional(javafx.beans.property.Property<ObservableSetMultimap<K,V>> other) |
void |
setValue(ObservableSetMultimap<K,V> v) |
void |
unbindBidirectional(javafx.beans.property.Property<ObservableSetMultimap<K,V>> other) |
appendValueToString, bindContent, bindContentBidirectional, equals, hashCode, toString, unbindContent, unbindContentBidirectional
asMap, asString, clear, containsEntry, containsKey, containsValue, emptyProperty, entries, get, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, keys, keySet, put, putAll, putAll, remove, removeAll, replaceAll, replaceValues, setMultimapExpression, size, sizeProperty, values, valuesAt, valuesAt
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addListener, getValue, removeListener
addListener, removeListener, replaceAll
asMap, entries, equals, get, removeAll, replaceValues
public void bindBidirectional(javafx.beans.property.Property<ObservableSetMultimap<K,V>> other)
bindBidirectional
in interface javafx.beans.property.Property<ObservableSetMultimap<K,V>>
public void setValue(ObservableSetMultimap<K,V> v)
setValue
in interface javafx.beans.value.WritableValue<ObservableSetMultimap<K,V>>
public void unbindBidirectional(javafx.beans.property.Property<ObservableSetMultimap<K,V>> other)
unbindBidirectional
in interface javafx.beans.property.Property<ObservableSetMultimap<K,V>>
Copyright (c) 2014 itemis AG and others. All rights reserved.