org.eclipse.ui.internal.services |
|
Java Source File Name | Type | Comment |
ActionSetSourceProvider.java | Class |
A listener to changes in the action sets. |
ActivePartSourceProvider.java | Class | Provides notifications when the active part changes. |
ActiveShellSourceProvider.java | Class | A provider of notifications for when the active shell changes. |
CurrentSelectionSourceProvider.java | Class |
This listens to changes to the current selection, and propagates them through
the ISourceProvider framework (a common language in which
events are communicated to expression-based services). |
EvaluationAuthority.java | Class | |
EvaluationReference.java | Class | |
EvaluationResultCache.java | Class |
A token representing the activation or contribution of some expression-based
element. |
EvaluationResultCacheComparator.java | Class |
Compares two evaluation result caches (
IEvaluationResultCache ). |
EvaluationService.java | Class | |
ExpressionAuthority.java | Class |
Provides common functionality for evaluating expressions and listening to
ISourceProvider (i.e., the common event framework for commands). |
IEvaluationReference.java | Interface | This is not meant to be implemented or extended by clients. |
IEvaluationResultCache.java | Interface |
A cache of the result of an expression. |
IEvaluationService.java | Interface | This should be more a more generic way to have your core expressions
evaluated. |
INestable.java | Interface |
A service which can appear on a component which is wholly contained with
another component. |
ISourceProviderService.java | Interface |
A service from which all of the source providers can be retrieved. |
MenuSourceProvider.java | Class |
A listener to changes in the showing menus. |
PreferencePersistence.java | Class |
A manager for items parsed from the preference store. |
RegistryPersistence.java | Class |
A manager for items parsed from the registry. |
ServiceLocator.java | Class | |
SourcePriorityNameMapping.java | Class |
A static class linking the names of variables in an IEvaluationContext to the
priority they should be given when doing conflict resolution.
In the future, it will possible to define a new variable (i.e., piece of
application state) that you want to use inside of the
org.eclipse.ui.contexts , org.eclipse.ui.handlers
or org.eclipse.ui.menus extension points. |
SourceProviderService.java | Class |
A service holding all of the registered source providers. |