Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse4/RCP/Contexts

< Eclipse4‎ | RCP
Revision as of 14:56, 7 April 2011 by Briandealwis.gmail.com (Talk | contribs) (New page: The Eclipse 4 Application Platform uses a ''context'' to record the state used for injection. Normally code should not have to use or know about the context. * the context chain and the ...)

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

The Eclipse 4 Application Platform uses a context to record the state used for injection. Normally code should not have to use or know about the context.

  • the context chain and the active context
  • getting and setting variables vs modifying a variable
  • run and tracks
  • creating a context


Much interesting stuff on http://wiki.eclipse.org/E4/Contexts

Back to the top