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. As it stands right
now, it is not possible to run code soon enough for the
IHandlerService , IMenuService or
IContextService to become aware of the new variables. This
will likely be fixed with a new extension point.
TODO Move to "org.eclipse.ui" and resolve the above issue.
since: 3.2 See Also: org.eclipse.ui.ISources See Also: org.eclipse.ui.contexts.IContextService See Also: org.eclipse.ui.handlers.IHandlerService See Also: org.eclipse.ui.menus.IMenuService |