User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Hi nightblue,
Why not anybody answered this question. This is bad question...? If this
place is not the correct place, where could I ask this like questions?
It's more of a JFace question you're asking I think. Try the
org.eclipse.platform newsgroup to see if you can hook one of the JFace
developers. This newsgroup is more for stuff related to the VE itself
so you might get an answer from someone who has the answer.
The way the table works is to render everything but only create an edit
when it needs to which is when you select a column. By default I think
the JFace Table just supports one editor over one cell, but it should be
possible to just debug it and understand how it does this and subclas it
or create your own viewer that supports multiple editors on separate
columns.