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 injection.  Normally code should not have to use or know about the context.
 
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.
  
 +
{{caution|This page is a stub|This page is unfortunately incomplete}}
 +
 +
Proposed Topics:
 
* the context chain and the active context
 
* the context chain and the active context
 
* getting and setting variables vs modifying a variable
 
* getting and setting variables vs modifying a variable
Line 11: Line 14:
 
* how do I access the current context?
 
* how do I access the current context?
  
Much interesting stuff on http://wiki.eclipse.org/E4/Contexts
+
Integrate stuff from http://wiki.eclipse.org/E4/Contexts

Revision as of 10:11, 26 April 2011

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.

Stop.png
This page is a stub
This page is unfortunately incomplete


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