Uses of Interface
org.eclipse.core.expressions.IEvaluationContext
Packages that use IEvaluationContext
Package
Description
Application programming interfaces for the expression language.
Provides core help system for the platform.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides support for integrating contexts into the Eclipse workbench.
Provides support for integrating handlers into the Eclipse workbench.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
Classes for service support.
-
Uses of IEvaluationContext in org.eclipse.core.expressions
Classes in org.eclipse.core.expressions that implement IEvaluationContextModifier and TypeClassDescriptionclass
A default implementation of an evaluation context.Methods in org.eclipse.core.expressions that return IEvaluationContextModifier and TypeMethodDescriptionEvaluationContext.getParent()
IEvaluationContext.getParent()
Returns the parent context ornull
if this is the root of the evaluation context hierarchy.EvaluationContext.getRoot()
IEvaluationContext.getRoot()
Returns the root evaluation context.Methods in org.eclipse.core.expressions with parameters of type IEvaluationContextModifier and TypeMethodDescriptionAndExpression.evaluate
(IEvaluationContext context) CountExpression.evaluate
(IEvaluationContext context) EqualsExpression.evaluate
(IEvaluationContext context) abstract EvaluationResult
Expression.evaluate
(IEvaluationContext context) Evaluates this expression.OrExpression.evaluate
(IEvaluationContext context) ReferenceExpression.evaluate
(IEvaluationContext context) TestExpression.evaluate
(IEvaluationContext context) WithExpression.evaluate
(IEvaluationContext context) protected EvaluationResult
CompositeExpression.evaluateAnd
(IEvaluationContext scope) protected EvaluationResult
CompositeExpression.evaluateOr
(IEvaluationContext scope) Constructors in org.eclipse.core.expressions with parameters of type IEvaluationContextModifierConstructorDescriptionEvaluationContext
(IEvaluationContext parent, Object defaultVariable) Create a new evaluation context with the given parent and default variable.EvaluationContext
(IEvaluationContext parent, Object defaultVariable, IVariableResolver[] resolvers) Create a new evaluation context with the given parent and default variable. -
Uses of IEvaluationContext in org.eclipse.e4.core.commands
Classes in org.eclipse.e4.core.commands that implement IEvaluationContextMethods in org.eclipse.e4.core.commands that return IEvaluationContext -
Uses of IEvaluationContext in org.eclipse.help
Methods in org.eclipse.help with parameters of type IEvaluationContextModifier and TypeMethodDescriptionboolean
IUAElement.isEnabled
(IEvaluationContext context) Returns whether or not this element should be enabled in the given context.static boolean
UAContentFilter.isFiltered
(Object element, IEvaluationContext context) Returns whether or not the given object should be filtered out. -
Uses of IEvaluationContext in org.eclipse.help.internal
Methods in org.eclipse.help.internal with parameters of type IEvaluationContext -
Uses of IEvaluationContext in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IEvaluationContextModifier and TypeMethodDescriptionActiveShellExpression.evaluate
(IEvaluationContext context) Evaluates this expression.LegacyHandlerSubmissionExpression.evaluate
(IEvaluationContext context) Evaluates this expression. -
Uses of IEvaluationContext in org.eclipse.ui.contexts
Methods in org.eclipse.ui.contexts with parameters of type IEvaluationContextModifier and TypeMethodDescriptionboolean
IContextActivation.isActive
(IEvaluationContext context) Deprecated. -
Uses of IEvaluationContext in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that return IEvaluationContextModifier and TypeMethodDescriptionIHandlerService.createContextSnapshot
(boolean includeSelection) This method creates a copy of the application context returned byIHandlerService.getCurrentState()
.IHandlerService.getCurrentState()
Returns an evaluation context representing the current state of the world.Methods in org.eclipse.ui.handlers with parameters of type IEvaluationContextModifier and TypeMethodDescriptionIHandlerService.executeCommandInContext
(ParameterizedCommand command, Event event, IEvaluationContext context) Executes the given parameterized command in the provided context.boolean
IHandlerActivation.isActive
(IEvaluationContext context) Deprecated.UseIEvaluationResultCache.evaluate(IEvaluationContext)
instead. -
Uses of IEvaluationContext in org.eclipse.ui.services
Methods in org.eclipse.ui.services that return IEvaluationContextModifier and TypeMethodDescriptionIEvaluationService.getCurrentState()
Get an IEvaluationContext that contains the current state of the workbench application context.
IEvaluationResultCache.evaluate(IEvaluationContext)
instead.