Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ActivatableSupport - Class in org.eclipse.gef.common.activate
-
A support class to manage the activeProperty state for a source
IActivatable
. - ActivatableSupport(IActivatable) - Constructor for class org.eclipse.gef.common.activate.ActivatableSupport
-
Creates a new
ActivatableSupport
for the given sourceIActivatable
. - activate() - Method in interface org.eclipse.gef.common.activate.IActivatable
-
Activates the
IActivatable
. - activate(Runnable, Runnable) - Method in class org.eclipse.gef.common.activate.ActivatableSupport
-
Activates this
ActivatableSupport
if it is not yet active. - ACTIVE_PROPERTY - Static variable in interface org.eclipse.gef.common.activate.IActivatable
-
The name of the
active property
. - activeProperty() - Method in class org.eclipse.gef.common.activate.ActivatableSupport
-
Returns a
ReadOnlyBooleanProperty
that reflects the activeProperty state of thisActivatableSupport
. - activeProperty() - Method in interface org.eclipse.gef.common.activate.IActivatable
-
A read-only property providing information about the active state if this
IActivatable
. - adaptableProperty() - Method in interface org.eclipse.gef.common.adapt.IAdaptable.Bound
-
A read-only object property providing the
IAdaptable
thisIAdaptable.Bound
is bound to. - adaptableProperty() - Method in class org.eclipse.gef.common.adapt.IAdaptable.Bound.Impl
- AdaptableScopes - Class in org.eclipse.gef.common.adapt.inject
-
A utility class to support adaptable-based scoping.
- AdaptableSupport<A extends IAdaptable> - Class in org.eclipse.gef.common.adapt
-
A support class to manage adapters for a source
IAdaptable
. - AdaptableSupport(A) - Constructor for class org.eclipse.gef.common.adapt.AdaptableSupport
- AdaptableTypeListener - Class in org.eclipse.gef.common.adapt.inject
-
A specific
TypeListener
to support adapter injection. - AdaptableTypeListener(AdapterInjectionSupport.LoggingMode) - Constructor for class org.eclipse.gef.common.adapt.inject.AdaptableTypeListener
-
Constructs a new
AdaptableTypeListener
and specifies theAdapterInjectionSupport.LoggingMode
to use. - AdapterInjectionSupport - Class in org.eclipse.gef.common.adapt.inject
-
A configuration module that can be installed (via
Binder.install(Module)
) to enable support for injection of adapters intoIAdaptable
s. - AdapterInjectionSupport() - Constructor for class org.eclipse.gef.common.adapt.inject.AdapterInjectionSupport
-
Constructs a new
AdapterInjectionSupport
inAdapterInjectionSupport.LoggingMode.DEVELOPMENT
mode, i.e. binding-related information, warning, and error messages will be printed. - AdapterInjectionSupport(AdapterInjectionSupport.LoggingMode) - Constructor for class org.eclipse.gef.common.adapt.inject.AdapterInjectionSupport
-
Constructs a new
AdapterInjectionSupport
and specifies theAdapterInjectionSupport.LoggingMode
to use. - AdapterInjectionSupport.LoggingMode - Enum Class in org.eclipse.gef.common.adapt.inject
-
The
AdapterInjectionSupport.LoggingMode
specifies if binding-related information and warning messages should be printed. - AdapterInjector - Class in org.eclipse.gef.common.adapt.inject
-
A specific
MembersInjector
that supports injection of adapters into anIAdaptable
implementation class'IAdaptable.setAdapter(TypeToken, Object, String)
method, that is marked as being eligible for adapter injection (seeInjectAdapters
). - AdapterInjector(Method, AdapterInjectionSupport.LoggingMode) - Constructor for class org.eclipse.gef.common.adapt.inject.AdapterInjector
-
Creates a new
AdapterInjector
to inject the givenMethod
, annotated with the givenAdapterMap
method annotation. - AdapterKey<T> - Class in org.eclipse.gef.common.adapt
- AdapterMaps - Class in org.eclipse.gef.common.adapt.inject
- ADAPTERS_PROPERTY - Static variable in interface org.eclipse.gef.common.adapt.IAdaptable
-
The name of the
adapters property
. - adaptersProperty() - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
-
Returns a read-only map property, containing the adapters mapped to their keys.
- adaptersProperty() - Method in class org.eclipse.gef.common.adapt.AdapterStore
- adaptersProperty() - Method in interface org.eclipse.gef.common.adapt.IAdaptable
-
Returns an unmodifiable read-only map property that contains the registered adapters by their keys.
- AdapterStore - Class in org.eclipse.gef.common.adapt
-
An
AdapterStore
is a basicIAdaptable
implementation that can be used standalone. - AdapterStore() - Constructor for class org.eclipse.gef.common.adapt.AdapterStore
-
Creates a new
AdapterStore
with no initial adapters. - AdapterStore(TypeToken<T>, T) - Constructor for class org.eclipse.gef.common.adapt.AdapterStore
-
Creates a new AdapterStore with the single given initial adapter, using the 'default' role.
- AdapterStore(TypeToken<T>, T, String) - Constructor for class org.eclipse.gef.common.adapt.AdapterStore
-
Creates a new AdapterStore with the single given initial adapter.
- AdapterStore(T) - Constructor for class org.eclipse.gef.common.adapt.AdapterStore
-
Creates a new AdapterStore with the single given initial adapter, using the 'default' role.
- add(E) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
- add(E, int) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
- ADD - Enum constant in enum class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange.Kind
-
Addition of elements.
- addAll(Collection<? extends E>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
- added(List<? extends E>, int, int) - Static method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
-
Creates a new
ListListenerHelperEx.ElementarySubChange
representing an addition. - addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListPropertyBaseEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapPropertyBaseEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetPropertyBase
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapPropertyBase
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetPropertyBaseEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.SimpleListPropertyEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.SimpleMapPropertyEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.beans.property.SimpleSetPropertyEx
- addListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx
-
Adds a new
InvalidationListener
to thisListListenerHelperEx
. - addListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx
-
Adds a new
InvalidationListener
to thisMapListenerHelperEx
. - addListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper
-
Adds a new
InvalidationListener
to thisMultisetListenerHelper
. - addListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx
-
Adds a new
InvalidationListener
to thisSetListenerHelperEx
. - addListener(InvalidationListener) - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
-
Adds a new
InvalidationListener
to thisSetMultimapListenerHelper
. - addListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.binding.ListExpressionHelperEx
-
Adds a new
ChangeListener
to thisListExpressionHelperEx
. - addListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListPropertyBaseEx
- addListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
- addListener(ChangeListener<? super ObservableList<E>>) - Method in class org.eclipse.gef.common.beans.property.SimpleListPropertyEx
- addListener(ChangeListener<? super ObservableMap<K, V>>) - Method in class org.eclipse.gef.common.beans.binding.MapExpressionHelperEx
-
Adds a new
ChangeListener
to thisMapExpressionHelperEx
. - addListener(ChangeListener<? super ObservableMap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapPropertyBaseEx
- addListener(ChangeListener<? super ObservableMap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
- addListener(ChangeListener<? super ObservableMap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.SimpleMapPropertyEx
- addListener(ChangeListener<? super ObservableSet<E>>) - Method in class org.eclipse.gef.common.beans.binding.SetExpressionHelperEx
-
Adds a new
ChangeListener
to thisSetExpressionHelperEx
. - addListener(ChangeListener<? super ObservableSet<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetPropertyBaseEx
- addListener(ChangeListener<? super ObservableSet<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
- addListener(ChangeListener<? super ObservableSet<E>>) - Method in class org.eclipse.gef.common.beans.property.SimpleSetPropertyEx
- addListener(ChangeListener<? super ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
- addListener(ChangeListener<? super ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpressionHelper
-
Adds a new
ChangeListener
to thisMultisetExpressionHelper
. - addListener(ChangeListener<? super ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
- addListener(ChangeListener<? super ObservableMultiset<E>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetPropertyBase
- addListener(ChangeListener<? super ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
- addListener(ChangeListener<? super ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpressionHelper
-
Adds a new
ChangeListener
to thisSetMultimapExpressionHelper
. - addListener(ChangeListener<? super ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapPropertyBase
- addListener(ChangeListener<? super ObservableSetMultimap<K, V>>) - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
- addListener(ListChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListPropertyBaseEx
- addListener(ListChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
- addListener(ListChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.SimpleListPropertyEx
- addListener(ListChangeListener<? super E>) - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx
-
Adds a new
ListChangeListener
to thisListListenerHelperEx
. - addListener(MapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapPropertyBaseEx
- addListener(MapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
- addListener(MapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.SimpleMapPropertyEx
- addListener(MapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx
-
Adds a new
MapChangeListener
to thisMapListenerHelperEx
. - addListener(SetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetPropertyBaseEx
- addListener(SetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
- addListener(SetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.SimpleSetPropertyEx
- addListener(SetChangeListener<? super E>) - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx
-
Adds a new
SetChangeListener
to thisSetListenerHelperEx
. - addListener(MultisetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
- addListener(MultisetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
- addListener(MultisetChangeListener<? super E>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetPropertyBase
- addListener(MultisetChangeListener<? super E>) - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper
-
Adds a new
SetMultimapChangeListener
to thisMultisetListenerHelper
. - addListener(MultisetChangeListener<? super E>) - Method in interface org.eclipse.gef.common.collections.ObservableMultiset
-
Adds a
MultisetChangeListener
to thisObservableMultiset
. - addListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
- addListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapPropertyBase
- addListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
- addListener(SetMultimapChangeListener<? super K, ? super V>) - Method in interface org.eclipse.gef.common.collections.ObservableSetMultimap
-
Adds a
SetMultimapChangeListener
to thisObservableSetMultimap
. - addListener(SetMultimapChangeListener<? super K, ? super V>) - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
-
Adds a new
SetMultimapChangeListener
to thisSetMultimapListenerHelper
. - appendValueToString(StringBuilder) - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
- appendValueToString(StringBuilder) - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetProperty
-
Appends a representation of this
SetMultimapProperty
's value to the givenStringBuilder
. - appendValueToString(StringBuilder) - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapProperty
-
Appends a representation of this
SetMultimapProperty
's value to the givenStringBuilder
. - appendValueToString(StringBuilder) - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
- asMap() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
- asString() - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
- asString() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
- AtomicChange(ObservableList<E>, List<E>, List<ListListenerHelperEx.ElementarySubChange<E>>) - Constructor for class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
-
Creates a new
ListListenerHelperEx.AtomicChange
that represents a change comprising multiple elementary sub-changesO. - AtomicChange(ObservableList<E>, List<E>, ListListenerHelperEx.ElementarySubChange<E>) - Constructor for class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
-
Creates a new
ListListenerHelperEx.AtomicChange
that represents a change comprising a single elementary sub-change. - AtomicChange(ObservableList<E>, ListChangeListener.Change<? extends E>) - Constructor for class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
-
Creates a new
ListListenerHelperEx.AtomicChange
for the passed in source, based on the data provided in the passed-in change. - AtomicChange(ObservableMap<K, V>, MapChangeListener.Change<? extends K, ? extends V>) - Constructor for class org.eclipse.gef.common.collections.MapListenerHelperEx.AtomicChange
-
Creates a new
MapListenerHelperEx.AtomicChange
for the passed in source, based on the data provided in the passed-in change. - AtomicChange(ObservableMap<K, V>, K, V, V) - Constructor for class org.eclipse.gef.common.collections.MapListenerHelperEx.AtomicChange
-
Creates a new
MapListenerHelperEx.AtomicChange
that represents a change comprising a single elementary sub-change. - AtomicChange(ObservableSet<E>, E, E) - Constructor for class org.eclipse.gef.common.collections.SetListenerHelperEx.AtomicChange
-
Creates a new
SetListenerHelperEx.AtomicChange
that represents a change comprising a single elementary sub-change. - AtomicChange(ObservableSet<E>, SetChangeListener.Change<? extends E>) - Constructor for class org.eclipse.gef.common.collections.SetListenerHelperEx.AtomicChange
-
Creates a new
SetListenerHelperEx.AtomicChange
for the passed in source, based on the data provided in the passed-in change. - AtomicChange(ObservableMultiset<E>, Multiset<E>, List<MultisetListenerHelper.ElementarySubChange<E>>) - Constructor for class org.eclipse.gef.common.collections.MultisetListenerHelper.AtomicChange
-
Creates a new
MultisetListenerHelper.AtomicChange
that represents a change comprising multiple elementary sub-changesO. - AtomicChange(ObservableMultiset<E>, Multiset<E>, MultisetListenerHelper.ElementarySubChange<E>) - Constructor for class org.eclipse.gef.common.collections.MultisetListenerHelper.AtomicChange
-
Creates a new
MultisetListenerHelper.AtomicChange
that represents a change comprising a single elementary sub-change. - AtomicChange(ObservableMultiset<E>, MultisetChangeListener.Change<? extends E>) - Constructor for class org.eclipse.gef.common.collections.MultisetListenerHelper.AtomicChange
-
Creates a new
MultisetListenerHelper.AtomicChange
for the passed in source, based on the data provided in the passed-in change. - AtomicChange(ObservableSetMultimap<K, V>, SetMultimap<K, V>, List<SetMultimapListenerHelper.ElementarySubChange<K, V>>) - Constructor for class org.eclipse.gef.common.collections.SetMultimapListenerHelper.AtomicChange
-
Creates a new
MultisetListenerHelper.AtomicChange
that represents a change comprising multiple elementary sub-changesO. - AtomicChange(ObservableSetMultimap<K, V>, SetMultimap<K, V>, SetMultimapListenerHelper.ElementarySubChange<K, V>) - Constructor for class org.eclipse.gef.common.collections.SetMultimapListenerHelper.AtomicChange
-
Creates a new
SetMultimapListenerHelper.AtomicChange
that represents a change comprising a single elementary sub-change. - AtomicChange(ObservableSetMultimap<K, V>, SetMultimapChangeListener.Change<? extends K, ? extends V>) - Constructor for class org.eclipse.gef.common.collections.SetMultimapListenerHelper.AtomicChange
-
Creates a new
MultisetListenerHelper.AtomicChange
for the passed in source, based on the data provided in the passed-in change.
All Classes and Interfaces|All Packages|Constant Field Values