There is a column which displaying row numbers, I want to stop u开发者_Python百科ser to traverse to cells in it using arrow keys.
I am using a Table Viewer with check boxes as following: final TableViewer legendViewer = new TableViewer(parent, SWT.CHECK);
I have an ECore model I exploit to automatically generate the model source and JFace edit package. I am trying to develop an alternative view for contents of that model, basically a graph view based o
I have a JFace SourceViewer that I\'m modifying and I want to capture when a user presses the ENTER key inside of it, execute some code, and then cancel further execution of the ENTER event.In other w
I\'ve been trying to use the JFace ProjectionViewer to implement folding in a standalone Java app.I got the idea from this article:
I have a ListViewer with a custom LabelProvider. The getText part works fine, but the getImage method of the LabelProvider never gets called.
I am trying to bind my SWT UI to a test model in Java. The binding works. But the value is exactly the value from the model. So in a case if the model is a boolean and it returns true, it will appear
If there are more tree items based on the same object in the tree viewer, making a TreePath and passing it to TreeViewer.setSelection() does not select the item correctly when the current selection is
I have the following problem: I\'m preparing an editor in Eclipse and one of the tab contains TreeViewer to sho开发者_开发技巧w items in the tree. Each item has a name and a value, which is editable.
I am developing a plugin in Eclipse, that shows the results in a scrolledComposite. The composite contains a JFace TreeViewer. I want to print this TreeViewer to the printer. I found import org.eclips