Caveat: I\'m still struggling with proper MVC in Eclipse plugin development, so if you see anything here that is most likely causing me more pain that I should be enduring, please let me know.
After reading JavaDoc for ILazyTreeContentProvider and Virtual Tables and Trees I am a bit confused. Do they really mean that w开发者_Go百科ith a simple ITreeContentProvider all elements have to be lo
I have a JFace TableViewer with an SWT Table, and I would like to custom render the content of some cells.I would like to use an SWT Control to render the cell content.
I\'m attempting to create a window that is divided into three parts. A non-resizable header and footer and then a content area that expands to fill the remaining area in the window. To get started, I
Can someone share how to make items in a ListViewer scrollable? Source code will be more helpful. Thank开发者_如何学Cs.Simply add SWT.H_SCROLL | SWT.V_SCROLL as second argument in the constructor, i.
I am trying to embed a JFace TableViewer in a SWT TabFolder, but when I do so, the table does not show up. The current (working code) in my GitToDo code looks like (see this Git repos):
I am using a jface dialog, and now i am facing a problem where no matter which window you openthis dialog will appear on top of that. So i n开发者_开发百科eed to hide or show it such that it should co
Is there any good overview of the JFace label provider framework? The JFace snippets doesn\'t really explain the 开发者_StackOverflowrelationship between the different generations (pre-3.2, 3.3, 3.4,
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_JAVA技巧
I\'m writing a GUI app that I want to use Swing and SWT. The end-user will specify somehow which should be used (it won\'t use both at the same time!). SWT is what I prefer generally and I have been l