| [news.eclipse.platform] Re: Cell selection in a tableviewer |
There are multiple possibilities since 3.3. SWT-Tables and Trees don't have the idea of a Cell. That's why JFace holds a bunch of code to make such a feature available to you (although we don't support SWT.MULTI).
Take a look at the various snippets: http://wiki.eclipse.org/JFaceSnippets#Snippet026TreeViewerTabEditing
Tom
Ed Merks schrieb:Jörg,
I've not used it yet, but I think org.eclipse.swt.custom.TableCursor would be used for that purpose.
Jörg wrote:Hello,
i have more than one cell in a line. Now i want to select the second or the third cell in this line. What code i need to make this possilble?
Greetings