JFace
Can you disable the cancel button in a jface wizard?
When the user presses the \'next\' button in my jface wizard, it will be communicating with my server asynchronouly.[详细]
2023-03-01 05:58 分类:问答JFace dialog wrong width
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[详细]
2023-02-21 01:43 分类:问答JFace databinding to Draw2d
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.[详细]
2023-02-20 17:51 分类:问答Draggable toolbar
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.[详细]
2023-02-18 17:53 分类:问答Inserting an Action button from an AbstractPropertySection
I have a tabbed propertiesContributor (and a few propertySections to go with it) using the org.eclipse.ui.views.properties.tabbed.propertySections extension point[详细]
2023-02-18 06:00 分类:问答org.eclipse.swt.SWTException: "Widget is disposed" from table refresh
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[详细]
2023-02-13 18:14 分类:问答What does JFace add to SWT?
What is the difference betweem the following: TreeViewer & Tree TableViewer & Table TreeViewerColumn & TreeColumn[详细]
2023-02-13 08:24 分类:问答Constructing a JFace TableViewer with EditingSupport for a mathematical matrix
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[详细]
2023-02-12 01:13 分类:问答Is there a way in Jface to specify the size of the icon to be used with a node in a Treeviewer?
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[详细]
2023-02-11 09:51 分类:问答JFace ComboViewer with a header entry?
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[详细]
2023-02-09 16:50 分类:问答
加载中,请稍侯......