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

Eclipse4/RCP/Contexts

< Eclipse4‎ | RCP
Revision as of 10:14, 26 April 2011 by Unnamed Poltroon (Talk)

Stop.png
This page is a stub
This page is incomplete. Please feel free to append questions to the end.


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.

Proposed Topics:

  • the context chain and the active context
  • getting and setting variables vs modifying a variable
  • run and tracks
  • creating a context
  • context functions
  • creating a context
  • when are contexts created?
  • how do I access the current context?

Integrate stuff from http://wiki.eclipse.org/E4/Contexts

Back to the top