Bug 571767 - [jface] LabelProviderChangedEvent should allow to carry properties
Summary: [jface] LabelProviderChangedEvent should allow to carry properties
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.20   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-08 03:58 EST by Christoph Laeubrich CLA
Modified: 2021-03-08 03:58 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 Christoph Laeubrich CLA 2021-03-08 03:58:34 EST
LabelProviderChangedEvent currently has a Object[] elements. this allows to update the affected cells label on a change.

The problem is that it is not possible to pass any properties, that leads to the situation that  neither ViewerFilter nor ViewerComparator are asked if refiltering is required and thus changes in the representation of the text are not reflected in the sort order unless one triggers refiltering in some way manually.