Bug 199768 - [Decorators] Provide API for DecorationScheduler
Summary: [Decorators] Provide API for DecorationScheduler
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2007-08-13 11:14 EDT by Martin Aeschlimann CLA
Modified: 2014-06-26 11:31 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2007-08-13 11:14:21 EDT
20070813

The background label decorator facilities (DecoratorManager, DecoratorScheduler) are great functionality - however it is limited to the contributed workbench label decorators.
We have some label decorators that we only want in some views. To do that, it would be great if we could reuse the label decorator facilities, but provide our own list of (ILightweightLabelDecorator) label decorators that are used to decorate.

In other words, it would great to be able to instantiate a DecoratorManager with a given set of ILightweightLabelDecorators to use.
(only lightweight decoration, no full image decoration)

see also bug 198884
Comment 1 Boris Bokowski CLA 2009-11-17 10:53:53 EST
Oleg is now responsible for watching the [Decorators] category.