|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEvaluationContext | |
---|---|
org.eclipse.core.expressions | Application programming interfaces for the expression language. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.contexts | Provides support for integrating contexts into the Eclipse workbench. |
org.eclipse.ui.handlers | Provides support for integrating handlers into the Eclipse workbench. |
Uses of IEvaluationContext in org.eclipse.core.expressions |
---|
Classes in org.eclipse.core.expressions that implement IEvaluationContext | |
class |
EvaluationContext
A default implementation of an evaluation context. |
Methods in org.eclipse.core.expressions that return IEvaluationContext | |
IEvaluationContext |
IEvaluationContext.getParent()
Returns the parent context or null if
this is the root of the evaluation context hierarchy. |
IEvaluationContext |
IEvaluationContext.getRoot()
Returns the root evaluation context. |
IEvaluationContext |
EvaluationContext.getParent()
Returns the parent context or null if
this is the root of the evaluation context hierarchy. |
IEvaluationContext |
EvaluationContext.getRoot()
Returns the root evaluation context. |
Methods in org.eclipse.core.expressions with parameters of type IEvaluationContext | |
abstract EvaluationResult |
Expression.evaluate(IEvaluationContext context)
Evaluates this expression. |
Constructors in org.eclipse.core.expressions with parameters of type IEvaluationContext | |
EvaluationContext(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.ui |
---|
Methods in org.eclipse.ui with parameters of type IEvaluationContext | |
EvaluationResult |
LegacyHandlerSubmissionExpression.evaluate(IEvaluationContext context)
Evaluates this expression. |
EvaluationResult |
ActiveShellExpression.evaluate(IEvaluationContext context)
Evaluates this expression. |
Uses of IEvaluationContext in org.eclipse.ui.contexts |
---|
Methods in org.eclipse.ui.contexts with parameters of type IEvaluationContext | |
boolean |
IContextActivation.isActive(IEvaluationContext context)
Returns whether this context activation is currently active -- given the current state of the workbench. |
Uses of IEvaluationContext in org.eclipse.ui.handlers |
---|
Methods in org.eclipse.ui.handlers that return IEvaluationContext | |
IEvaluationContext |
IHandlerService.getCurrentState()
Returns an evaluation context representing the current state of the world. |
Methods in org.eclipse.ui.handlers with parameters of type IEvaluationContext | |
boolean |
IHandlerActivation.isActive(IEvaluationContext context)
Returns whether this handler activation is currently active -- given the current state of the workbench. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.