tableviewer
SWT/JFace Column and Line Span in TableViewer
I need to span some column and rows in a TableViewer. The image bellow pretty much speaks for itself.[详细]
2023-04-10 07:22 分类:问答How to navigate down with enter key in SWT TableViewer
I have a TableViewer and want the selection to go down one cell when I press the enter key, much like in MS Excel. I implemented my own CellNavigationStrategy with the following findSelectedCell.[详细]
2023-04-05 13:15 分类:问答Displaying links in a table viewer
I want to display clickable links as column values in a table viewer. All I am getting is plain text now.[详细]
2023-03-28 23:19 分类:问答How to use TableViewer in WindowBuilderPro?
I have to create a table in my wizard page and I want to create it using TableViewer. I\'m using WindowBuilderPro for designing my wizard page. The TableViewer control is a开发者_开发问答vailable in t[详细]
2023-03-26 13:15 分类:问答How to set vertical alignment in jface tableviewer?
I created a jface CheckboxTableviewer and set its row height to 40px. But in windows xp, the checkbox is not aligning to the middle.[详细]
2023-03-18 08:28 分类:问答What does JFace add to SWT?
What is the difference betweem the following: TreeViewer & Tree TableViewer & Table TreeViewerColumn & TreeColumn[详细]
2023-02-13 08:24 分类:问答JFace adapt TableViewerColumn
I would开发者_运维技巧 like to compute the width for each TableViewerColumn so that it fits the content best. Is there any \"best practice\" way of doing this?I think you\'re after ...[详细]
2023-02-07 19:14 分类:问答How can I set the selection on a swt table using setSelection and setting reveal to false?
I\'m trying to select some items in my table, but I DON\'T want them to 开发者_StackOverflow中文版be revealed.[详细]
2023-02-04 13:11 分类:问答Make a JFace TableViewer resize with it's surrounding composite?
Using the WindowBuilder for Eclipse, I have created a TableViewer which I have placed inside a composite. (The TableViewer creates an SWT Table, in which the TableViewer itself is inserted).[详细]
2023-02-01 06:02 分类:问答TableViewer initial sorting
I have a problem with JFace TableViewer in RCP. Basically I have a table with 4 rows, and as input I give an already sorted list of elements. So I expect that first element in my input list is first r[详细]
2023-01-07 15:03 分类:问答