[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.ve] Re: Table

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.

Best reagrds,

Joe Winchester