Bug 369958 - Allow for theme contributions in plain OSGi
Summary: Allow for theme contributions in plain OSGi
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 11:10 EST by Ralf Sternberg CLA
Modified: 2012-01-27 11:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Sternberg CLA 2012-01-27 11:10:06 EST
The idea of theme contributions (org.eclipse.rap.ui.themes ext. point) is to contribute rules to an existing theme. This is particularly useful for custom widgets or ui contributions that need to add some styling to the default theme.

With plain OSGi applications, it's only possible to add theme contributions directly in the application configuration. Custom widgets provided by a separate bundle cannot register their theme contribution.