Differenze tra le versioni di "Programmazione:Java/Eclipse RCP/Documentazione Framework/Context Generator"
Da WikiSitech.
Vai alla navigazioneVai alla ricerca| Riga 1: | Riga 1: | ||
Il Context Generator è il manager di gestione del contesto, differenziato tra ApplicationContextGenerator e PerspectiveContextGenerator, viene definito in entrambi i casi tramite Extension Point.  | Il Context Generator è il manager di gestione del contesto, differenziato tra ApplicationContextGenerator e PerspectiveContextGenerator, viene definito in entrambi i casi tramite Extension Point.  | ||
| + | |||
| + | Ogni context generator deve estendere la classe '''FWKBaseContextGenerator''' e implementare l'interfaccia specifica  | ||
{| cellspacing=15 width="100%"  | {| cellspacing=15 width="100%"  | ||
|- valign="top"  | |- valign="top"  | ||
| − | |width="50%"|  | + | ||  | 
| − | '''  | + | |width="50%" align="center"|  | 
| − | |width="50%"|  | + | '''Application Context Generator'''  | 
| − | '''  | + | |width="50%" align="center"|  | 
| + | '''Perspective Context Generator'''  | ||
|- valign="top"  | |- valign="top"  | ||
| + | |nowrap valign="middle"|  | ||
| + | '''Extension Point'''  | ||
|width="50%"|  | |width="50%"|  | ||
[[Immagine:Configurazione_application_context.jpg|thumb|center]]  | [[Immagine:Configurazione_application_context.jpg|thumb|center]]  | ||
|width="50%"|  | |width="50%"|  | ||
[[Immagine:Configurazione_perspective_context.jpg|thumb|center]]  | [[Immagine:Configurazione_perspective_context.jpg|thumb|center]]  | ||
| + | |- valign="middle"  | ||
| + | |nowrap|  | ||
| + | '''Interface'''  | ||
| + | |width="50%" align="center"|  | ||
| + | IFWKApplicationContextGenerator  | ||
| + | |width="50%" align="center"|  | ||
| + | IFWKPerspectiveContextGenerator  | ||
|}  | |}  | ||
Versione delle 14:34, 26 mar 2008
Il Context Generator è il manager di gestione del contesto, differenziato tra ApplicationContextGenerator e PerspectiveContextGenerator, viene definito in entrambi i casi tramite Extension Point.
Ogni context generator deve estendere la classe FWKBaseContextGenerator e implementare l'interfaccia specifica
| 
 Application Context Generator  | 
 Perspective Context Generator  | |
| 
 Extension Point  | 
||
| 
 Interface  | 
 IFWKApplicationContextGenerator  | 
 IFWKPerspectiveContextGenerator  |