When the user presses the \'next\' button in my jface wizard, it will be communicating with my server asynchronouly.
I uses the JFace dialog in my app. And I don\'t subclass the getInitialSize(xxx). The JFace could determine the correctly height of di开发者_如何转开发alog, But width. My question is if the JFace dial
Is it possible to use the JFace databinding framework to work with Draw2D figure? I mean to write a viewer开发者_StackOverflow based on draw2d.Take a look at Eclipse Graphiti and Eclipse GMF projects.
how to make draggable/dockable toolbar with JFace/SWT like Eclipse has? Could you post a simple example of ApplicationWindow or link good source of 开发者_开发技巧how to make it.
I have a tabbed propertiesContributor (and a few propertySections to go with it) using the org.eclipse.ui.views.properties.tabbed.propertySections extension point
The app is an Eclipse 3.6 based RCP (so jface version 3.5.2) running on windows 7. I have a custom View class that contains a TableViewer and calls refresh() on it. Sometimes, but not very often it r
What is the difference betweem the following: TreeViewer & Tree TableViewer & Table TreeViewerColumn & TreeColumn
Our application (Eclipse RCP-based, using a JFace/SWT-based interface) needs to support editing of mathematical matrices. The matrices are always square and can be any size from 2x2 to 11x11. Addition
I am using a TreeViewer to display the status of several items. The status should be displayed using icons. I am currently displaying colored lights to indicate the status of each node. I now need to
I\'m interested in populating a ComboViewer with a list of objects. I know JFace has some nice features that support that,开发者_Python百科 but what if I want to make the first entry in the ComboViewe