Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- IActivatable - Interface in org.eclipse.gef.common.activate
- 
AnIActivatablerepresents an entity that can be activated (IActivatable.activate()) and deactivated (IActivatable.deactivate()) as required.
- IAdaptable - Interface in org.eclipse.gef.common.adapt
- 
AnIAdaptableallows 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 respectiveIAdaptableit is registered at.
- IAdaptable.Bound.Impl<T extends IAdaptable> - Class in org.eclipse.gef.common.adapt
- 
Default implementation ofIAdaptable.Boundthat manages aReadOnlyObjectPropertyfor theIAdaptable.
- IDisposable - Interface in org.eclipse.gef.common.dispose
- 
AnIDisposableneeds 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 anIAdaptableimplementation 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 thisActivatableSupportis activeProperty or inactive.
- isActive() - Method in interface org.eclipse.gef.common.activate.IActivatable
- 
Reports whether thisIActivatableis 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 newBooleanBindingthat indicates whether thisObservableMultisetis equal to the passed inObservableMultiset.
- isEqualTo(ObservableSetMultimap<?, ?>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
- 
Creates a newBooleanBindingthat indicates whether thisObservableSetMultimapis equal to the passed inObservableSetMultimap.
- isNotEqualTo(ObservableMultiset<?>) - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
- 
Creates a newBooleanBindingthat indicates whether thisObservableMultisetis not equal to the passed inObservableMultiset.
- isNotEqualTo(ObservableSetMultimap<?, ?>) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
- 
Creates a newBooleanBindingthat indicates whether thisObservableSetMultimapis 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