JFace
eclipse-rcp : jface tableviewer cell traverse
There is a column which displaying row numbers, I want to stop u开发者_Python百科ser to traverse to cells in it using arrow keys.[详细]
2023-03-17 14:13 分类:问答How listen for check box in JFace Table Viewer
I am using a Table Viewer with check boxes as following: final TableViewer legendViewer = new TableViewer(parent, SWT.CHECK);[详细]
2023-03-16 11:01 分类:问答Eclipse Modeling Framework: Linking an alternative view to the model
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[详细]
2023-03-14 23:10 分类:问答Handling KeyEvent in jface SourceViewer doesn't respect doit=false
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[详细]
2023-03-14 20:06 分类:问答Using JFace ProjectionViewer in Standalone App
I\'ve been trying to use the JFace ProjectionViewer to implement folding in a standalone Java app.I got the idea from this article:[详细]
2023-03-13 05:06 分类:问答labelprovider getImage not called on ListViewer
I have a ListViewer with a custom LabelProvider. The getText part works fine, but the getImage method of the LabelProvider never gets called.[详细]
2023-03-12 22:05 分类:问答Checking Data Binding's value in SWT/Jface
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[详细]
2023-03-12 10:29 分类:问答TreeViewer.setSelection() does not select the correct item after the path given
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[详细]
2023-03-11 20:29 分类:问答Items decorations in a TreeViewer
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.[详细]
2023-03-10 18:22 分类:问答How to print a JFace TreeViewer on to the printer
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[详细]
2023-03-09 09:25 分类:问答