Community
Participate
Working Groups
so that we have a label provider class that can be used with the column-based label providers.
Released to HEAD.
.
We should remove the second constructor since we only only using the first observable map in the array.
The second constructor is for subclasses that want to override update and use more than one attribute in the label. Should probably be better documented.
Made the second constructor protected and explained it in the JavaDoc.
A few days ago I play with the ObservableValueEditingSupport and the ObservableMapLabelProvider. Today I see that you develop this new "ColumnLabelProvider". with some little changes in my old modified snippet it seems that it works. I add this snippet as attachment and maybe it is good enough so that you can add it as a additional snippet to the databinding examples. It is based of the Snippet013 Regards Heiko
Created attachment 128124 [details] Example for the ObservableMapCellLabelProvider maybe it's good enough
Comment on attachment 128124 [details] Example for the ObservableMapCellLabelProvider Committed to HEAD in modified form, see bug 234496
*** Bug 215509 has been marked as a duplicate of this bug. ***