Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 256438 - Riena examples should not use explictit reference to SwtViewProvider
Summary: Riena examples should not use explictit reference to SwtViewProvider
Status: RESOLVED FIXED
Alias: None
Product: Riena
Classification: RT
Component: navigation (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 09:20 EST by Holger Hoch CLA
Modified: 2009-01-15 17:36 EST (History)
0 users

See Also:


Attachments
cleanup SwtViewProvider (methods and usage) (50.20 KB, patch)
2008-11-25 09:22 EST, Holger Hoch CLA
christian.campo: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoch CLA 2008-11-25 09:20:54 EST
Build ID: xxx

Steps To Reproduce:
none

More information:
SubApplications and SubModuleViews not declared in plugin.xml currently require explicit registration with SwtViewProvider, either using present(INavigationNode<?>, String), registerView(String, boolean) or both.
This dependency should be removed and the window system agnostic WorkareaManager.registerDefinition(...) should be used.
Comment 1 Holger Hoch CLA 2008-11-25 09:22:34 EST
Created attachment 118658 [details]
cleanup SwtViewProvider (methods and usage)
Comment 2 Christian Campo CLA 2008-11-25 09:29:55 EST
done