Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

R

ReadOnlyListPropertyBaseEx<E> - Class in org.eclipse.gef.common.beans.property
A replacement for ReadOnlyListWrapper to fix the following JavaFX issues: Change notifications are fired even when the observed value did not change.
ReadOnlyListPropertyBaseEx() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyListPropertyBaseEx
 
ReadOnlyListWrapperEx<E> - Class in org.eclipse.gef.common.beans.property
A replacement for ReadOnlyListWrapper to fix the following JavaFX issues: Change notifications are fired even when the observed value did not change.
ReadOnlyListWrapperEx() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
Creates a new unnamed ReadOnlyListWrapperEx.
ReadOnlyListWrapperEx(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
Creates a new named ReadOnlyListWrapperEx related to the given bean.
ReadOnlyListWrapperEx(Object, String, ObservableList<E>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
Creates a new named ReadOnlyListWrapperEx, related to the given bean and provided with the initial value.
ReadOnlyListWrapperEx(ObservableList<E>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
Creates a new unnamed ReadOnlyListWrapperEx with the given initial value.
ReadOnlyMapPropertyBaseEx<K,V> - Class in org.eclipse.gef.common.beans.property
A replacement for ReadOnlyMapWrapper to fix the following JavaFX issues: All listeners were removed when removing one (https://bugs.openjdk.java.net/browse/JDK-8136465): fixed by keeping track of all listeners and ensuring that remaining listeners are re-added when a listener is removed. Change notifications are fired even when the observed value did not change.
ReadOnlyMapPropertyBaseEx() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMapPropertyBaseEx
 
ReadOnlyMapWrapperEx<K,V> - Class in org.eclipse.gef.common.beans.property
A replacement for ReadOnlyMapWrapper to fix the following JavaFX issues: All listeners were removed when removing one (https://bugs.openjdk.java.net/browse/JDK-8136465): fixed by keeping track of all listeners and ensuring that remaining listeners are re-added when a listener is removed. Change notifications are fired even when the observed value did not change.
ReadOnlyMapWrapperEx() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
The constructor of ReadOnlyMapWrapperEx
ReadOnlyMapWrapperEx(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
The constructor of ReadOnlyMapWrapperEx
ReadOnlyMapWrapperEx(Object, String, ObservableMap<K, V>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
The constructor of ReadOnlyMapWrapperEx
ReadOnlyMapWrapperEx(ObservableMap<K, V>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
The constructor of ReadOnlyMapWrapperEx
ReadOnlyMultisetProperty<E> - Class in org.eclipse.gef.common.beans.property
Abstract base class defining contract for a read-only Property wrapping an ObservableMultiset.
ReadOnlyMultisetProperty() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetProperty
 
ReadOnlyMultisetPropertyBase<E> - Class in org.eclipse.gef.common.beans.property
Abstract base class for implementing a read-only Property wrapping an ObservableMultiset.
ReadOnlyMultisetPropertyBase() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetPropertyBase
 
ReadOnlyMultisetWrapper<E> - Class in org.eclipse.gef.common.beans.property
A ReadOnlyMultisetWrapper is a writable Property wrapping an ObservableMultiset, which provides an additional read-only Property (based on a concrete, non-exposed implementation of ReadOnlyMultisetProperty), whose value is synchronized with the value of this ReadOnlyMapWrapper.
ReadOnlyMultisetWrapper() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper
Constructs a new unnamed ReadOnlyMultisetWrapper.
ReadOnlyMultisetWrapper(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper
Constructs a new ReadOnlyMultisetWrapper for the given bean and with the given name.
ReadOnlyMultisetWrapper(Object, String, ObservableMultiset<E>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper
Constructs a new ReadOnlyMultisetWrapper for the given bean and with the given name and initial value.
ReadOnlyMultisetWrapper(ObservableMultiset<E>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper
Constructs a new unnamed ReadOnlyMultisetWrapper with the given initial value.
ReadOnlySetMultimapProperty<K,V> - Class in org.eclipse.gef.common.beans.property
Abstract base class defining contract for a read-only Property wrapping an ObservableSetMultimap.
ReadOnlySetMultimapProperty() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapProperty
 
ReadOnlySetMultimapPropertyBase<K,V> - Class in org.eclipse.gef.common.beans.property
Abstract base class for implementing a read-only Property wrapping an ObservableSetMultimap.
ReadOnlySetMultimapPropertyBase() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapPropertyBase
 
ReadOnlySetMultimapWrapper<K,V> - Class in org.eclipse.gef.common.beans.property
A ReadOnlySetMultimapWrapper is a writable Property wrapping an ObservableSetMultimap, which provides an additional read-only Property (based on a concrete, non-exposed implementation of ReadOnlySetMultimapProperty), whose value is synchronized with the value of this ReadOnlyMapWrapper.
ReadOnlySetMultimapWrapper() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapWrapper
Constructs a new unnamed ReadOnlySetMultimapWrapper.
ReadOnlySetMultimapWrapper(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapWrapper
Constructs a new ReadOnlySetMultimapWrapper for the given bean and with the given name.
ReadOnlySetMultimapWrapper(Object, String, ObservableSetMultimap<K, V>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapWrapper
Constructs a new ReadOnlySetMultimapWrapper for the given bean and with the given name and initial value.
ReadOnlySetMultimapWrapper(ObservableSetMultimap<K, V>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapWrapper
Constructs a new unnamed ReadOnlySetMultimapWrapper with the given initial value.
ReadOnlySetPropertyBaseEx<E> - Class in org.eclipse.gef.common.beans.property
A replacement for ReadOnlySetWrapper to fix the following JavaFX issues: Change notifications are fired even when the observed value did not change.
ReadOnlySetPropertyBaseEx() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetPropertyBaseEx
 
ReadOnlySetWrapperEx<E> - Class in org.eclipse.gef.common.beans.property
A replacement for ReadOnlySetWrapper to fix the following JavaFX issues: Change notifications are fired even when the observed value did not change.
ReadOnlySetWrapperEx() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
Creates a new unnamed ReadOnlySetWrapperEx.
ReadOnlySetWrapperEx(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
Creates a new named ReadOnlySetWrapperEx related to the given bean.
ReadOnlySetWrapperEx(Object, String, ObservableSet<E>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
Creates a new named ReadOnlySetWrapperEx, related to the given bean and provided with the initial value.
ReadOnlySetWrapperEx(ObservableSet<E>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
Creates a new unnamed ReadOnlySetWrapperEx with the given initial value.
ReflectionUtils - Class in org.eclipse.gef.common.reflect
Allows to access the value of private fields.
ReflectionUtils() - Constructor for class org.eclipse.gef.common.reflect.ReflectionUtils
 
remove(Object) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
 
remove(Object, int) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
 
remove(Object, Object) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
 
REMOVE - Enum constant in enum class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange.Kind
Removal of elements.
removeAll(Object) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
 
removeAll(Collection<?>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
 
removed(List<? extends E>, int, int) - Static method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
Creates a new ListListenerHelperEx.ElementarySubChange representing a removal.
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListPropertyBaseEx
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapPropertyBaseEx
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetPropertyBase
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapPropertyBase
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetPropertyBaseEx
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.SimpleListPropertyEx
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.SimpleMapPropertyEx
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.SimpleSetPropertyEx
 
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx
Removes the given InvalidationListener from this ListListenerHelperEx.
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx
Removes the given InvalidationListener from this MapListenerHelperEx.
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper
Removes the given InvalidationListener from this MultisetListenerHelper.
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx
Removes the given InvalidationListener from this SetListenerHelperEx.
removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
Removes the given InvalidationListener from this SetMultimapListenerHelper.
removeListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.binding.ListExpressionHelperEx
Removes the given ChangeListener from this ListChangeListener.
removeListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListPropertyBaseEx
 
removeListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
 
removeListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.property.SimpleListPropertyEx
 
removeListener(ChangeListener<? super ObservableMap<K, V>>) - Method in class org.eclipse.gef.common.beans.binding.MapExpressionHelperEx
Removes the given ChangeListener from this MapChangeListener.
removeListener(ChangeListener<? super ObservableMap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapPropertyBaseEx
removeListener(ChangeListener<? super ObservableMap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
removeListener(ChangeListener<? super ObservableMap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.SimpleMapPropertyEx
 
removeListener(ChangeListener<? super ObservableSet<E>>) - Method in class org.eclipse.gef.common.beans.binding.SetExpressionHelperEx
Removes the given ChangeListener from this SetChangeListener.
removeListener(ChangeListener<? super ObservableSet<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetPropertyBaseEx
 
removeListener(ChangeListener<? super ObservableSet<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
 
removeListener(ChangeListener<? super ObservableSet<E>>) - Method in class org.eclipse.gef.common.beans.property.SimpleSetPropertyEx
 
removeListener(ChangeListener<? super ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
 
removeListener(ChangeListener<? super ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpressionHelper
Removes the given ChangeListener from this MultisetChangeListener.
removeListener(ChangeListener<? super ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
 
removeListener(ChangeListener<? super ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetPropertyBase
 
removeListener(ChangeListener<? super ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
 
removeListener(ChangeListener<? super ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpressionHelper
Removes the given ChangeListener from this SetMultimapChangeListener.
removeListener(ChangeListener<? super ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapPropertyBase
 
removeListener(ChangeListener<? super ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
 
removeListener(ListChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListPropertyBaseEx
 
removeListener(ListChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
 
removeListener(ListChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.SimpleListPropertyEx
 
removeListener(ListChangeListener<? super E>) - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx
Removes the given ListChangeListener from this ListListenerHelperEx.
removeListener(MapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapPropertyBaseEx
removeListener(MapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
removeListener(MapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.SimpleMapPropertyEx
 
removeListener(MapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx
Removes the given MapChangeListener from this MapListenerHelperEx.
removeListener(SetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetPropertyBaseEx
 
removeListener(SetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
 
removeListener(SetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.SimpleSetPropertyEx
 
removeListener(SetChangeListener<? super E>) - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx
Removes the given SetChangeListener from this SetListenerHelperEx.
removeListener(MultisetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
 
removeListener(MultisetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
 
removeListener(MultisetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetPropertyBase
 
removeListener(MultisetChangeListener<? super E>) - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper
Removes the given MultisetChangeListener from this MultisetListenerHelper.
removeListener(MultisetChangeListener<? super E>) - Method in interface org.eclipse.gef.common.collections.ObservableMultiset
removeListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
 
removeListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapPropertyBase
 
removeListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
 
removeListener(SetMultimapChangeListener<? super K, ? super V>) - Method in interface org.eclipse.gef.common.collections.ObservableSetMultimap
removeListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
REPLACE - Enum constant in enum class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange.Kind
Replacement of elements.
replaceAll(Multiset<? extends E>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
 
replaceAll(Multiset<? extends E>) - Method in interface org.eclipse.gef.common.collections.ObservableMultiset
Replaces all the contents of the ObservableMultiset with the contents provided by the given Multiset.
replaceAll(SetMultimap<? extends K, ? extends V>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
 
replaceAll(SetMultimap<? extends K, ? extends V>) - Method in interface org.eclipse.gef.common.collections.ObservableSetMultimap
Replaces all the contents of the ObservableSetMultimap with the contents provided by the given SetMultimap.
replaced(List<? extends E>, List<? extends E>, int, int) - Static method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
Creates a new ListListenerHelperEx.ElementarySubChange representing a replacement.
replaceValues(K, Iterable<? extends V>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
 
reset() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
 
reset() - Method in class org.eclipse.gef.common.collections.MultisetChangeListener.Change
Reset the internal cursor to the initial state, so that the first elementary sub-change can be accessed by calling MultisetChangeListener.Change.next().
reset() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper.AtomicChange
 
reset() - Method in class org.eclipse.gef.common.collections.SetMultimapChangeListener.Change
Reset the internal cursor to the initial state, so that the first elementary sub-change can be accessed by calling SetMultimapChangeListener.Change.next().
reset() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper.AtomicChange
 
retainAll(Collection<?>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
 
role(String) - Static method in class org.eclipse.gef.common.adapt.AdapterKey
Returns an AdapterKey with no type key and the given role, which can only be used in adapter map bindings.
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values