When you talk about wizards, which wizards do you talk about? Those configured using extension points or custom ones? If it is the latter you can use DI using ContextInjectionFactory in your custom code.
Same goes for dialogs although those are always custom code and you use ContextInjectionFactory. Same goes for editors but they are not yet available in e4 and you need to use the compat layer there at the moment. Take a look at the model-editor which uses DI for implementating an editor and dialogs. Final note: We plan to provide Wizards, Dialogs are part of the Application Model in 4.3 and add native support for editors in e4 applications. Tom Am 27.08.12 01:13, schrieb Angelo zerr: > Hi E4 Team, > > E4 provides DI which is really great, but it seems working just with > Part (perhaps I'm wrong, I'm a newbie). I tell me how to we can benefit > from DI with > > * wizard > * dialog > * editor. > > How to manage that with E4 (create Addon, etc) ? > > When I say "editor", I would like to use FormToolkit to have a Part like > FormEditor (like PDE editor). > Is EditorPart (FormEditor extends EditorPart) are depreceated in E4? If > yes, how to manage the same think than FormEditor with e4? > > Perhaps, e4 should to provide some classes like EditorPart, > MultiPageEditor, FormEditor? > > Many thank's for your answer. > > Regards Angelo > > > _______________________________________________ > e4-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/e4-dev > -- B e s t S o l u t i o n . a t EDV Systemhaus GmbH ------------------------------------------------------------------------ tom schindl geschäftsführer/CEO ------------------------------------------------------------------------ eduard-bodem-gasse 5-7/1 A-6020 innsbruck fax ++43 512 935833 http://www.BestSolution.at phone ++43 512 935834 _______________________________________________ e4-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/e4-dev
