I have a scrolled composite ,it contains a tableViewer. My requirement is that if the table is increased in width,the scroll composite should not show horizontal scroll ,but it should expand to fit ta
All I would like to do is to add double-click-to-sort at a JFace TreeViewer column.I could find the question asked in Eclipse forum since May 2010 but no response so far.
I have an SWT/JFace application that uses the Realm (not sure of the concept) class to run the main program as a thread. I\'m trying to catch any uncaught exceptions using a try/catch block around my
I want to bind the current multiselection i开发者_如何学JAVAndices of a SWT list to my model. Ideally I would bind an int[] that represents the selected indices as returned by list.getSelectionIndices
I\'m developing a schema matching visualization tool. I have the problem that I have to draw trees and开发者_JAVA百科 the links between them like this image:
I have an app that uses a JFace TreeViewer.I have it hooked up to a ContentProvider.Mostly, it works great.However, for some actions, like adding a Node in the middle of a list of Nodes or changing a
I need to span some column and rows in a TableViewer. The image bellow pretty much speaks for itself.
I am trying to ad开发者_如何学God a PaintListener to draw a top border on a Composite : pageComposite.addPaintListener(new PaintListener(){
I wondering why swt is so inconvenient to use. We as programmers have 开发者_开发问答to produce tons of unnecessary source code. Here an example.
I want a customized StyledText widget which开发者_StackOverflow社区 can accept a keyword list,then highlight these keywords!