Class ReadOnlyMultisetWrapper<E>
- java.lang.Object
-
- org.eclipse.gef.common.beans.binding.MultisetExpression<E>
-
- org.eclipse.gef.common.beans.property.ReadOnlyMultisetProperty<E>
-
- org.eclipse.gef.common.beans.property.MultisetProperty<E>
-
- org.eclipse.gef.common.beans.property.MultisetPropertyBase<E>
-
- org.eclipse.gef.common.beans.property.SimpleMultisetProperty<E>
-
- org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper<E>
-
- Type Parameters:
E
- The element type of the wrappedObservableMultiset
.
- All Implemented Interfaces:
Multiset<E>
,java.lang.Iterable<E>
,java.util.Collection<E>
,javafx.beans.Observable
,javafx.beans.property.Property<ObservableMultiset<E>>
,javafx.beans.property.ReadOnlyProperty<ObservableMultiset<E>>
,javafx.beans.value.ObservableObjectValue<ObservableMultiset<E>>
,javafx.beans.value.ObservableValue<ObservableMultiset<E>>
,javafx.beans.value.WritableObjectValue<ObservableMultiset<E>>
,javafx.beans.value.WritableValue<ObservableMultiset<E>>
,ObservableMultisetValue<E>
,WritableMultisetValue<E>
,ObservableMultiset<E>
public class ReadOnlyMultisetWrapper<E> extends SimpleMultisetProperty<E>
AReadOnlyMultisetWrapper
is a writableProperty
wrapping anObservableMultiset
, which provides an additional read-onlyProperty
(based on a concrete, non-exposed implementation ofReadOnlyMultisetProperty
), whose value is synchronized with the value of thisReadOnlyMapWrapper
.This class provides identical functionality for
Multiset
asReadOnlyMapWrapper
forMap
,ReadOnlySetWrapper
forSet
, orReadOnlyListWrapper
forList
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.common.collect.Multiset
Multiset.Entry<E extends java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyMultisetWrapper()
Constructs a new unnamedReadOnlyMultisetWrapper
.ReadOnlyMultisetWrapper(java.lang.Object bean, java.lang.String name)
Constructs a newReadOnlyMultisetWrapper
for the given bean and with the given name.ReadOnlyMultisetWrapper(java.lang.Object bean, java.lang.String name, ObservableMultiset<E> initialValue)
Constructs a newReadOnlyMultisetWrapper
for the given bean and with the given name and initial value.ReadOnlyMultisetWrapper(ObservableMultiset<E> initialValue)
Constructs a new unnamedReadOnlyMultisetWrapper
with the given initial value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fireValueChangedEvent()
Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andMultisetChangeListeners
.protected void
fireValueChangedEvent(MultisetChangeListener.Change<? extends E> change)
Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andMultisetChangeListeners
.ReadOnlyMultisetProperty<E>
getReadOnlyProperty()
Returns the read-onlyProperty
, whose value is synchronized with thisReadOnlyMultisetWrapper
.-
Methods inherited from class org.eclipse.gef.common.beans.property.SimpleMultisetProperty
getBean, getName
-
Methods inherited from class org.eclipse.gef.common.beans.property.MultisetPropertyBase
addListener, addListener, addListener, appendValueToString, bind, emptyProperty, get, invalidated, isBound, removeListener, removeListener, removeListener, set, sizeProperty, unbind
-
Methods inherited from class org.eclipse.gef.common.beans.property.MultisetProperty
bindBidirectional, setValue, unbindBidirectional
-
Methods inherited from class org.eclipse.gef.common.beans.property.ReadOnlyMultisetProperty
bindContent, bindContentBidirectional, equals, hashCode, toString, unbindContent, unbindContentBidirectional
-
Methods inherited from class org.eclipse.gef.common.beans.binding.MultisetExpression
add, add, addAll, asString, clear, contains, containsAll, count, elementSet, entrySet, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, multisetExpression, remove, remove, removeAll, replaceAll, retainAll, setCount, setCount, size, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
addAll, clear, isEmpty, parallelStream, removeIf, stream, toArray, toArray, toArray
-
Methods inherited from interface com.google.common.collect.Multiset
add, add, contains, containsAll, count, elementSet, entrySet, equals, forEach, forEachEntry, hashCode, iterator, remove, remove, removeAll, retainAll, setCount, setCount, size, spliterator, toString
-
Methods inherited from interface org.eclipse.gef.common.collections.ObservableMultiset
replaceAll
-
-
-
-
Constructor Detail
-
ReadOnlyMultisetWrapper
public ReadOnlyMultisetWrapper()
Constructs a new unnamedReadOnlyMultisetWrapper
.
-
ReadOnlyMultisetWrapper
public ReadOnlyMultisetWrapper(java.lang.Object bean, java.lang.String name)
Constructs a newReadOnlyMultisetWrapper
for the given bean and with the given name.- Parameters:
bean
- The bean the to be createdReadOnlyMultisetWrapper
is to be related to.name
- The name of the to be createdReadOnlyMultisetWrapper
-
ReadOnlyMultisetWrapper
public ReadOnlyMultisetWrapper(java.lang.Object bean, java.lang.String name, ObservableMultiset<E> initialValue)
Constructs a newReadOnlyMultisetWrapper
for the given bean and with the given name and initial value.- Parameters:
bean
- The bean the to be createdReadOnlyMultisetWrapper
is to be related to.name
- The name of the to be createdReadOnlyMultisetWrapper
initialValue
- The initial value for the to be createdReadOnlyMultisetWrapper
.
-
ReadOnlyMultisetWrapper
public ReadOnlyMultisetWrapper(ObservableMultiset<E> initialValue)
Constructs a new unnamedReadOnlyMultisetWrapper
with the given initial value.- Parameters:
initialValue
- The initial value for the to be createdReadOnlyMultisetWrapper
.
-
-
Method Detail
-
fireValueChangedEvent
protected void fireValueChangedEvent()
Description copied from class:MultisetPropertyBase
Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andMultisetChangeListeners
.- Overrides:
fireValueChangedEvent
in classMultisetPropertyBase<E>
-
fireValueChangedEvent
protected void fireValueChangedEvent(MultisetChangeListener.Change<? extends E> change)
Description copied from class:MultisetPropertyBase
Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andMultisetChangeListeners
.- Overrides:
fireValueChangedEvent
in classMultisetPropertyBase<E>
- Parameters:
change
- the change that needs to be propagated
-
getReadOnlyProperty
public ReadOnlyMultisetProperty<E> getReadOnlyProperty()
Returns the read-onlyProperty
, whose value is synchronized with thisReadOnlyMultisetWrapper
.- Returns:
- The
ReadOnlyMultisetProperty
that is synchronized with thisReadOnlyMultisetWrapper
.
-
-