Index
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 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-only
Property
wrapping anObservableMultiset
. - 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 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
. - 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 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-only
Property
wrapping anObservableSetMultimap
. - 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 writableProperty
wrapping 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 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 thisListListenerHelperEx
. - removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx
-
Removes the given
InvalidationListener
from thisMapListenerHelperEx
. - removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper
-
Removes the given
InvalidationListener
from thisMultisetListenerHelper
. - removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx
-
Removes the given
InvalidationListener
from thisSetListenerHelperEx
. - removeListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
-
Removes the given
InvalidationListener
from thisSetMultimapListenerHelper
. - removeListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.binding.ListExpressionHelperEx
-
Removes the given
ChangeListener
from 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 given
ChangeListener
from 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 given
ChangeListener
from 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 given
ChangeListener
from 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 given
ChangeListener
from 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 given
ListChangeListener
from 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 given
MapChangeListener
from 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 given
SetChangeListener
from 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 given
MultisetChangeListener
from thisMultisetListenerHelper
. - removeListener(MultisetChangeListener<? super E>) - Method in interface org.eclipse.gef.common.collections.ObservableMultiset
-
Removes a
MultisetChangeListener
from 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 a
SetMultimapChangeListener
from thisObservableSetMultimap
. - removeListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
-
Removes the given
SetMultimapChangeListener
from 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 the
ObservableMultiset
with 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 the
ObservableSetMultimap
with 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 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.
All Classes and Interfaces|All Packages|Constant Field Values