Class ReadOnlySetPropertyBaseEx<E>
java.lang.Object
javafx.beans.binding.SetExpression<E>
javafx.beans.property.ReadOnlySetProperty<E>
javafx.beans.property.ReadOnlySetPropertyBase<E>
org.eclipse.gef.common.beans.property.ReadOnlySetPropertyBaseEx<E>
- Type Parameters:
E
- The element type of the wrappedObservableSet
.
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,Set<E>
,javafx.beans.Observable
,javafx.beans.property.ReadOnlyProperty<javafx.collections.ObservableSet<E>>
,javafx.beans.value.ObservableObjectValue<javafx.collections.ObservableSet<E>>
,javafx.beans.value.ObservableSetValue<E>
,javafx.beans.value.ObservableValue<javafx.collections.ObservableSet<E>>
,javafx.collections.ObservableSet<E>
public abstract class ReadOnlySetPropertyBaseEx<E>
extends javafx.beans.property.ReadOnlySetPropertyBase<E>
A replacement for
ReadOnlySetWrapper
to fix the following JavaFX
issues:
- Change notifications are fired even when the observed value did not change.(https://bugs.openjdk.java.net/browse/JDK-8089169)
-
Property Summary
Properties inherited from class javafx.beans.binding.SetExpression
empty, size
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(javafx.beans.InvalidationListener listener) void
addListener
(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>> listener) void
addListener
(javafx.collections.SetChangeListener<? super E> listener) protected void
protected void
fireValueChangedEvent
(javafx.collections.SetChangeListener.Change<? extends E> change) int
hashCode()
void
removeListener
(javafx.beans.InvalidationListener listener) void
removeListener
(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>> listener) void
removeListener
(javafx.collections.SetChangeListener<? super E> listener) Methods inherited from class javafx.beans.property.ReadOnlySetProperty
bindContent, bindContentBidirectional, equals, toString, unbindContent, unbindContentBidirectional
Methods inherited from class javafx.beans.binding.SetExpression
add, addAll, asString, clear, contains, containsAll, emptyProperty, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, remove, removeAll, retainAll, setExpression, size, sizeProperty, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface javafx.beans.value.ObservableObjectValue
get
Methods inherited from interface javafx.beans.value.ObservableValue
getValue
Methods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getName
Methods inherited from interface java.util.Set
spliterator
-
Constructor Details
-
ReadOnlySetPropertyBaseEx
public ReadOnlySetPropertyBaseEx()
-
-
Method Details
-
addListener
public void addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>> listener) -
addListener
public void addListener(javafx.beans.InvalidationListener listener) - Specified by:
addListener
in interfacejavafx.beans.Observable
- Overrides:
addListener
in classjavafx.beans.property.ReadOnlySetPropertyBase<E>
-
addListener
-
fireValueChangedEvent
protected void fireValueChangedEvent()- Overrides:
fireValueChangedEvent
in classjavafx.beans.property.ReadOnlySetPropertyBase<E>
-
fireValueChangedEvent
protected void fireValueChangedEvent(javafx.collections.SetChangeListener.Change<? extends E> change) - Overrides:
fireValueChangedEvent
in classjavafx.beans.property.ReadOnlySetPropertyBase<E>
-
hashCode
public int hashCode() -
removeListener
public void removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>> listener) -
removeListener
public void removeListener(javafx.beans.InvalidationListener listener) - Specified by:
removeListener
in interfacejavafx.beans.Observable
- Overrides:
removeListener
in classjavafx.beans.property.ReadOnlySetPropertyBase<E>
-
removeListener
-