Index
All Classes and Interfaces|All Packages|Constant Field Values
R
- ReadOnlyListPropertyBaseEx<E> - Class in org.eclipse.gef.common.beans.property
- 
A replacement forReadOnlyListWrapperto 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 forReadOnlyListWrapperto 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 unnamedReadOnlyListWrapperEx.
- ReadOnlyListWrapperEx(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
- 
Creates a new namedReadOnlyListWrapperExrelated to the given bean.
- ReadOnlyListWrapperEx(Object, String, ObservableList<E>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
- 
Creates a new namedReadOnlyListWrapperEx, 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 unnamedReadOnlyListWrapperExwith the given initial value.
- ReadOnlyMapPropertyBaseEx<K,V> - Class in org.eclipse.gef.common.beans.property 
- 
A replacement forReadOnlyMapWrapperto 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 forReadOnlyMapWrapperto 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 ofReadOnlyMapWrapperEx
- ReadOnlyMapWrapperEx(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
- 
The constructor ofReadOnlyMapWrapperEx
- ReadOnlyMapWrapperEx(Object, String, ObservableMap<K, V>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
- 
The constructor ofReadOnlyMapWrapperEx
- ReadOnlyMapWrapperEx(ObservableMap<K, V>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
- 
The constructor ofReadOnlyMapWrapperEx
- ReadOnlyMultisetProperty<E> - Class in org.eclipse.gef.common.beans.property
- 
Abstract base class defining contract for a read-onlyPropertywrapping anObservableMultiset.
- 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-onlyPropertywrapping anObservableMultiset.
- ReadOnlyMultisetPropertyBase() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetPropertyBase
- ReadOnlyMultisetWrapper<E> - Class in org.eclipse.gef.common.beans.property
- 
AReadOnlyMultisetWrapperis a writablePropertywrapping anObservableMultiset, which provides an additional read-onlyProperty(based on a concrete, non-exposed implementation ofReadOnlyMultisetProperty), whose value is synchronized with the value of thisReadOnlyMapWrapper.
- ReadOnlyMultisetWrapper() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper
- 
Constructs a new unnamedReadOnlyMultisetWrapper.
- ReadOnlyMultisetWrapper(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper
- 
Constructs a newReadOnlyMultisetWrapperfor 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 newReadOnlyMultisetWrapperfor 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 unnamedReadOnlyMultisetWrapperwith the given initial value.
- ReadOnlySetMultimapProperty<K,V> - Class in org.eclipse.gef.common.beans.property 
- 
Abstract base class defining contract for a read-onlyPropertywrapping anObservableSetMultimap.
- 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-onlyPropertywrapping anObservableSetMultimap.
- ReadOnlySetMultimapPropertyBase() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapPropertyBase
- ReadOnlySetMultimapWrapper<K,V> - Class in org.eclipse.gef.common.beans.property 
- 
AReadOnlySetMultimapWrapperis a writablePropertywrapping anObservableSetMultimap, which provides an additional read-onlyProperty(based on a concrete, non-exposed implementation ofReadOnlySetMultimapProperty), whose value is synchronized with the value of thisReadOnlyMapWrapper.
- ReadOnlySetMultimapWrapper() - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapWrapper
- 
Constructs a new unnamedReadOnlySetMultimapWrapper.
- ReadOnlySetMultimapWrapper(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapWrapper
- 
Constructs a newReadOnlySetMultimapWrapperfor 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 newReadOnlySetMultimapWrapperfor 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 unnamedReadOnlySetMultimapWrapperwith the given initial value.
- ReadOnlySetPropertyBaseEx<E> - Class in org.eclipse.gef.common.beans.property
- 
A replacement forReadOnlySetWrapperto 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 forReadOnlySetWrapperto 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 unnamedReadOnlySetWrapperEx.
- ReadOnlySetWrapperEx(Object, String) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
- 
Creates a new namedReadOnlySetWrapperExrelated to the given bean.
- ReadOnlySetWrapperEx(Object, String, ObservableSet<E>) - Constructor for class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
- 
Creates a new namedReadOnlySetWrapperEx, 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 unnamedReadOnlySetWrapperExwith 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 newListListenerHelperEx.ElementarySubChangerepresenting 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 givenInvalidationListenerfrom thisListListenerHelperEx.
- removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx
- 
Removes the givenInvalidationListenerfrom thisMapListenerHelperEx.
- removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper
- 
Removes the givenInvalidationListenerfrom thisMultisetListenerHelper.
- removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx
- 
Removes the givenInvalidationListenerfrom thisSetListenerHelperEx.
- removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
- 
Removes the givenInvalidationListenerfrom thisSetMultimapListenerHelper.
- removeListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.binding.ListExpressionHelperEx
- 
Removes the givenChangeListenerfrom thisListChangeListener.
- 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 givenChangeListenerfrom thisMapChangeListener.
- 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 givenChangeListenerfrom thisSetChangeListener.
- 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 givenChangeListenerfrom thisMultisetChangeListener.
- 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 givenChangeListenerfrom thisSetMultimapChangeListener.
- 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 givenListChangeListenerfrom thisListListenerHelperEx.
- 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 givenMapChangeListenerfrom thisMapListenerHelperEx.
- 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 givenSetChangeListenerfrom thisSetListenerHelperEx.
- 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 givenMultisetChangeListenerfrom thisMultisetListenerHelper.
- removeListener(MultisetChangeListener<? super E>) - Method in interface org.eclipse.gef.common.collections.ObservableMultiset
- 
Removes aMultisetChangeListenerfrom thisObservableMultiset.
- 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
- 
Removes aSetMultimapChangeListenerfrom thisObservableSetMultimap.
- removeListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
- 
Removes the givenSetMultimapChangeListenerfrom thisSetMultimapListenerHelper.
- 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 theObservableMultisetwith the contents provided by the givenMultiset.
- 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 theObservableSetMultimapwith the contents provided by the givenSetMultimap.
- replaced(List<? extends E>, List<? extends E>, int, int) - Static method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
- 
Creates a newListListenerHelperEx.ElementarySubChangerepresenting 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 callingMultisetChangeListener.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 callingSetMultimapChangeListener.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 anAdapterKeywith no type key and the given role, which can only be used in adapter map bindings.
All Classes and Interfaces|All Packages|Constant Field Values