| [news.eclipse.platform.swt] Re: Skipping Columns, Highlite selected Cell, Scroll vertically |
MyCellHighliter is merely a copy of FocusCellOwnerDrawHighlighter.
Thanks,
Thomas E.-E.
Tom Schindl wrote:
All you need is available and working (beside 5 which could not get introduced in 3.4 but it will make into 3.5).
Look at http://wiki.eclipse.org/JFaceSnippets#Snippet026TreeViewerTabEditing it is for tree but works equal on Table.
Tom
Thomas Eichstädt-Engelen schrieb:Hi SWT-Experts,
i am developing an excel-like editor. I am using a tree (TreeViewer) to visualize data. There are many columns in each row. What i'd like to accomplish is the following:
1. Tabbing with the Tab (which does not work on my MacOS machine) 2. having the selected row highlited 3. having the selected cell framed 4. skip to only 6 (out of 20) columns in each row, because only those six columns are editable. 5. scroll vertically when tabbing to a column which is not visible so far.