Skip navigation links
GEF4 Common
0.2.0.201509140217
A C D E G H I L N O P R S T U 

A

ActivatableSupport - Class in org.eclipse.gef4.common.activate
A support class to manage the active state for a source IActivatable.
ActivatableSupport(IActivatable, PropertyChangeSupport) - Constructor for class org.eclipse.gef4.common.activate.ActivatableSupport
Creates a new ActivatableSupport for the given source IActivatable and a related PropertyChangeSupport.
activate() - Method in class org.eclipse.gef4.common.activate.ActivatableSupport
Activates this ActivatableSupport if it is not yet active.
activate() - Method in interface org.eclipse.gef4.common.activate.IActivatable
Activates the IActivatable.
ACTIVE_PROPERTY - Static variable in interface org.eclipse.gef4.common.activate.IActivatable
A key used as PropertyChangeEvent.getPropertyName() when notifying about changes of the activation state.
AdaptableScope<A extends IAdaptable> - Class in org.eclipse.gef4.common.inject
A Guice Scope that is bound to an IAdaptable-compliant type and has to be scoped to a respective instance of that type.
AdaptableScope(Class<? extends A>) - Constructor for class org.eclipse.gef4.common.inject.AdaptableScope
Creates a new AdaptableScope for the given IAdaptable type.
AdaptableScopes - Class in org.eclipse.gef4.common.inject
A utility class to support adaptable-based scoping.
AdaptableSupport<A extends IAdaptable> - Class in org.eclipse.gef4.common.adapt
A support class to manage adapters for a source IAdaptable.
AdaptableSupport(A, PropertyChangeSupport) - Constructor for class org.eclipse.gef4.common.adapt.AdaptableSupport
Creates a new AdaptableSupport for the given source IAdaptable and a related PropertyChangeSupport.
adaptableType() - Method in class org.eclipse.gef4.common.inject.AdapterMapImpl
 
AdaptableTypeListener - Class in org.eclipse.gef4.common.inject
A specific TypeListener to support adapter map injection.
AdaptableTypeListener() - Constructor for class org.eclipse.gef4.common.inject.AdaptableTypeListener
 
AdapterKey<T> - Class in org.eclipse.gef4.common.adapt
A pair of Class key and String role to register adapters at and retrieve them from IAdaptables.
AdapterMap - Annotation Type in org.eclipse.gef4.common.inject
A BindingAnnotation that can be used to annotate the single parameter (of type Map<AdapterKey<?
AdapterMapImpl - Class in org.eclipse.gef4.common.inject
Implementation of AdapterMap annotation.
AdapterMapImpl(Class<? extends IAdaptable>) - Constructor for class org.eclipse.gef4.common.inject.AdapterMapImpl
Creates a new AdapterMapImpl with the given IAdaptable type as its value.
AdapterMapInjectionSupport - Class in org.eclipse.gef4.common.inject
A configuration module that can be installed (via Binder.install(Module)) to enable support for adapter map injections.
AdapterMapInjectionSupport() - Constructor for class org.eclipse.gef4.common.inject.AdapterMapInjectionSupport
 
AdapterMapInjector - Class in org.eclipse.gef4.common.inject
A specific MembersInjector to support adapter map injection, i.e.
AdapterMapInjector(Method, AdapterMap) - Constructor for class org.eclipse.gef4.common.inject.AdapterMapInjector
Creates a new AdapterMapInjector to inject the given Method, annotated with the given AdapterMap method annotation.
AdapterMaps - Class in org.eclipse.gef4.common.inject
A utility class to support working with AdapterMap annotations.
ADAPTERS_PROPERTY - Static variable in interface org.eclipse.gef4.common.adapt.IAdaptable
A key used as PropertyChangeEvent.getPropertyName() when notifying about registering/unregistering of adapters.
AdapterStore - Class in org.eclipse.gef4.common.adapt
An AdapterStore is a basic IAdaptable implementation that can be used standalone.
AdapterStore() - Constructor for class org.eclipse.gef4.common.adapt.AdapterStore
 
add(int, T) - Method in class org.eclipse.gef4.common.notify.ObservableList
 
add(T) - Method in class org.eclipse.gef4.common.notify.ObservableList
 
addAll(Collection<? extends T>) - Method in class org.eclipse.gef4.common.notify.ObservableList
 
addAll(int, Collection<? extends T>) - Method in class org.eclipse.gef4.common.notify.ObservableList
 
addListObserver(IListObserver<T>) - Method in class org.eclipse.gef4.common.notify.ObservableList
Adds the given IListObserver to the list of observers, which are notified whenever this ObservableList changes.
addMapObserver(IMapObserver<K, V>) - Method in class org.eclipse.gef4.common.notify.ObservableMap
Adds the given IMapObserver to the list of observers, which are notified on changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef4.common.properties.IPropertyChangeNotifier
Register a PropertyChangeListener at this IPropertyChangeNotifier.
afterChange(ObservableList<T>, List<T>) - Method in interface org.eclipse.gef4.common.notify.IListObserver
Called when changes are made to an ObservableList where this IListObserver is registered.
afterChange(ObservableMap<K, V>, Map<K, V>) - Method in interface org.eclipse.gef4.common.notify.IMapObserver
Called when changes are made to an ObservableMap where this IMapObserver is registered.
annotationType() - Method in class org.eclipse.gef4.common.inject.AdapterMapImpl
 
A C D E G H I L N O P R S T U 
GEF4 Common
0.2.0.201509140217

Copyright (c) 2014 itemis AG and others. All rights reserved.