Upgraded my model to Europa and EMF 2.3, and noticed a problem with
the Item labels in the generated Editor. Different than the previous
EMF version and not at all what I had in the
public String getText(Object object) method of my Object's
xxxItemProvider. It appears the label is getting it's value from the
ITableItemLabelProvider impl (Column 0) of public String
getColumnText(Object object, int columnIndex) of xxxItemProvider.
I had previously used the technique in 14.2.2 of EMF book to implement
ITableItemLabelProvider in xxxItemProvider.
Removing the ITableItemLabelProvider from the implements of
xxxItemProvider seems to eliminate the problem (of course this breaks
my editor table pages).
Tried this on second simplified model and got the same results.
Any ideas on how to fix this?
thanks,
John Conlon