Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- IActivatable - Interface in org.eclipse.gef.common.activate
-
An
IActivatable
represents an entity that can be activated (IActivatable.activate()
) and deactivated (IActivatable.deactivate()
) as required. - IAdaptable - Interface in org.eclipse.gef.common.adapt
-
An
IAdaptable
allows to register and retrieve adapters under a givenAdapterKey
, which combines aTypeToken
-based type key and aString
-based role. - IAdaptable.Bound<A extends IAdaptable> - Interface in org.eclipse.gef.common.adapt
-
To be implemented by an adapter to indicate that it intends to be bounded to the respective
IAdaptable
it is registered at. - IAdaptable.Bound.Impl<T extends IAdaptable> - Class in org.eclipse.gef.common.adapt
-
Default implementation of
IAdaptable.Bound
that manages aReadOnlyObjectProperty
for theIAdaptable
. - IDisposable - Interface in org.eclipse.gef.common.dispose
-
An
IDisposable
needs to be disposed after it is no longer needed. - Impl() - Constructor for class org.eclipse.gef.common.adapt.IAdaptable.Bound.Impl
- injectAdapters(IAdaptable) - Method in class org.eclipse.gef.common.adapt.inject.AdapterInjector
-
Performs the adapter map injection for the given adaptable instance.
- InjectAdapters - Annotation Interface in org.eclipse.gef.common.adapt.inject
-
An annotation to mark an
IAdaptable
implementation class'IAdaptable.setAdapter(TypeToken, Object, String)
method as an injection point for adapter injection: - injectMembers(IAdaptable) - Method in class org.eclipse.gef.common.adapt.inject.AdapterInjector
- invalidate() - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
- invalidate() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
- invalidated() - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
-
Can be overwritten by subclasses to receive invalidation notifications.
- invalidated() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
-
Can be overwritten by subclasses to receive invalidation notifications.
- invalidated() - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
-
Can be overwritten by subclasses to receive invalidation notifications.
- invalidated() - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
-
Can be overwritten by subclasses to receive invalidation notifications.
- isActive() - Method in class org.eclipse.gef.common.activate.ActivatableSupport
-
Reports whether this
ActivatableSupport
is activeProperty or inactive. - isActive() - Method in interface org.eclipse.gef.common.activate.IActivatable
-
Reports whether this
IActivatable
is active or inactive, which resembles the value of theactive property
. - isAssignable(TypeToken<?>, TypeToken<?>) - Static method in class org.eclipse.gef.common.reflect.Types
-
Returns whether the given 'candidate' superType is a super type of the given 'candidate' subtype.
- isBound() - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
- isBound() - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
- isEmpty() - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
-
Gets the value of the property empty.
- isEmpty() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
-
Gets the value of the property empty.
- isEqualTo(ObservableMultiset<?>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
-
Creates a new
BooleanBinding
that indicates whether thisObservableMultiset
is equal to the passed inObservableMultiset
. - isEqualTo(ObservableSetMultimap<?, ?>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
-
Creates a new
BooleanBinding
that indicates whether thisObservableSetMultimap
is equal to the passed inObservableSetMultimap
. - isNotEqualTo(ObservableMultiset<?>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
-
Creates a new
BooleanBinding
that indicates whether thisObservableMultiset
is not equal to the passed inObservableMultiset
. - isNotEqualTo(ObservableSetMultimap<?, ?>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
-
Creates a new
BooleanBinding
that indicates whether thisObservableSetMultimap
is not equal to the passed inObservableSetMultimap
. - isNotNull() - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
- isNotNull() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
- isNull() - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
- isNull() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
- isValid() - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
- isValid() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
- iterator() - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
All Classes and Interfaces|All Packages|Constant Field Values