[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.emf] Re: tooltips for the generated editor
|
Oh thanks Tom,
> You should have better subclassed ColumnLabelProvider.
this brought the solution. But the mistake was of other nature. In
CellLabelProvider the update method is abstract and I still had the
implementation of the snippet from the wiki. I didn't considered it
anymore. With ColumnLabelProvider I don't need to implement the update
method and the result is very nice :) Thanks a lot.
Gilbert