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
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 ...
Has anybody managed to show a detail error message in the JFace ErrorDialog using newline (\\n, \\r) character?
I\'m trying to select some items in my table, but I DON\'T want them to 开发者_StackOverflow中文版be revealed.
I implemented an Eclipse plugin that displays data in a TreeViewer. The tree structure is read on initialization and will not change in runtime.
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).
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.
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
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
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: