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

Difference between revisions of "Eclipse4/RCP/Contexts"

< Eclipse4‎ | RCP
m
Line 1: Line 1:
The Eclipse 4 Application Platform uses a ''context'' to record the state used for injectionNormally code should not have to use or know about the context.
+
{{caution|This page is a stub|This page is incompletePlease feel free to append questions to the end.}}
  
{{caution|This page is a stub|This page is unfortunately incomplete}}
+
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:
 
Proposed Topics:

Revision as of 10:14, 26 April 2011

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