[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: can the CellEditor type in a Table vary with the row?

Hi,

yes it can there have been multiple threads about this. In 3.2 it is a bit of a hack (search the mailing list) in 3.3 this is fixed by providing EditingSupport-Class.

The new support in 3.3:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149193

References to bugs which can help you to solve the problem:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=113713
https://bugs.eclipse.org/bugs/show_bug.cgi?id=70800

A solution is presented in http://www.eclipsezone.com/eclipse/forums/t59419.html

Tom

Henrik Rentz-Reichert schrieb:
Hi all,

can the CellEditor type in a Table vary with the row rather than with
the column?

Thanks,
Henrik