JFace
"Quick find" for an SWT Table
I have a table that displays the output from a database, this can often be up to or over 10,000 rows. I\'m looking to implement a \'quick find\' function that will allow the user to easily scroll to a[详细]
2023-02-08 12:47 分类:问答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 分类:问答Using newline in JFace ErrorDialog
Has anybody managed to show a detail error message in the JFace ErrorDialog using newline (\\n, \\r) character?[详细]
2023-02-04 14:56 分类:问答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 分类:问答Update only visible items in JFace TreeViewer
I implemented an Eclipse plugin that displays data in a TreeViewer. The tree structure is read on initialization and will not change in runtime.[详细]
2023-02-03 05:28 分类:问答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 分类:问答Swing or SWT/JFace - for integration with MS Office
I \'ve read a lot of discussions about Swing vs SWT/Jface.Yet, I have a particular need in mind and I wonder people with experiences here sould kind share your insi开发者_Python百科ghts.[详细]
2023-01-31 08:15 分类:问答swt: slectionChanged is fired upon combo box expansion
This happens only on Linux. I have a ComboViewer where some elements trigger a dialog to appear. What happens (I debugged this) is when combo box is expanded ISelectionChangedListener.selectionChanged[详细]
2023-01-30 23:53 分类:问答SWT: how to create a plain push button from an action
I need a Button build from 开发者_运维百科an IAction. Should I do that myself or is there already something in JFace which I can reuse? Note, I need the button instance, because I want to make it the[详细]
2023-01-29 20:39 分类:问答What makes a model change get propagated via JFace databinding?
In order to understand how JFace databindings is working, I have a model object with two properties. Changing one property should set the other to the same value:[详细]
2023-01-25 08:36 分类:问答
加载中,请稍侯......