Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Command Core Expressions

Revision as of 08:24, 12 June 2007 by Unnamed Poltroon (Talk) (New page: Core expressions are declarative or programmatic expressions based on the org.eclipse.core.expressions plugin. = Expressions and the Command Framework = The [[Platform Command Framework]...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Core expressions are declarative or programmatic expressions based on the org.eclipse.core.expressions plugin.

Expressions and the Command Framework

The Platform Command Framework uses core expressions for enabledWhen and activeWhen for handlers, programmatic activation of contexts, and for visibleWhen for menu contributions. The command framework provides the IEvaluationContext that command core expressions are evaluate against.

Back to the top