Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 292362

Summary: [Theming] ThemeAdapters should be obtained using an adapter factory
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.3   
Target Milestone: 1.3 M5   
Hardware: All   
OS: All   
Whiteboard:

Description Ralf Sternberg CLA 2009-10-15 05:25:12 EDT
Implement a ThemeAdapterFactory for obtaining theme adapter references. This adapter factory could follow the same pattern as the LifeCycleAdapterFactory.
Comment 1 Ralf Sternberg CLA 2009-12-22 02:36:21 EST
ThemeAdapters can now be obtained using the standard adapter pattern: Widget#getAdapter( IThemeAdapter.class ). For the sake of performance, Widget gets the adapters directly from a ThemeAdapterUtil class, bypassing the AdapterManager.