See: Description
Interface | Description |
---|---|
IContextFunction |
A context function encapsulates evaluation of some code within an
IEclipseContext . |
IEclipseContext |
A context is used to isolate application code from its dependencies on an application framework
or container.
|
Class | Description |
---|---|
ContextFunction |
The base class for all computed value implementations.
|
ContextInjectionFactory |
An injection factory is used to inject data and services from a context into a domain object.
|
EclipseContextFactory |
This factory is used to create new context instances.
|
RunAndTrack |
Instances of this class contain behavior that is executed within an
IEclipseContext . |
Annotation Type | Description |
---|---|
Active |
This annotation can be added to injectable fields ands methods
to indicate that the injected value should come from the active context.
|
The IEclipseContext is a map of properties describing execution environment. Consumers can create more detailed descriptions by creating child contexts and adding information to them.
Eclipse contexts can be injected into domain objects using ContextInjectionFactory reducing the number of arguments that need to be passed around and providing updates when context information changes.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.