JFace
Make a customized widget observable?
I had create a simple keywords highlighting editor, it just wrap a StyledText widget: public class SQLSegmentEditor extends Composite {[详细]
2023-04-07 01:50 分类:问答How to use a custom icon with a system tray baloon notification/tooltip using SWT?
I was wondering whether SWT/jface allow for specifying a custom icon (other than predefined SWT.ICON_ERROR | SWT.ICON_INFORMA开发者_如何学编程TION | SWT.ICON_WARNING) for the application system tray i[详细]
2023-04-06 10:31 分类:问答SWT - Question about Dialog best practice in retrieving result / detecting aborted user input
I want to build a database application with SWT / JFace as UI library. I\'ve been used to code SWT by hand and wanted to dig into databinding with JFace since I stumbled across it the very first time[详细]
2023-04-03 07:23 分类:问答Add scrollbar to JFACE Wizard
Problem I have a Composite in my wizardPage and I want to add scrollbars to it if the Composite is bigger than the wizard window, but no method I tried so far worked开发者_运维问答. Anyone an idea ho[详细]
2023-04-03 05:09 分类:问答How to adjust the size of a TableViewer inside a GridLayout
I have a TableViewer inside a GridLayout. Everything works nice and the Table Viewer shows up as a开发者_StackOverflow社区 white area with some data in it.[详细]
2023-04-03 03:24 分类:问答SWT TableViewer multiselection without Ctrl
I\'m using a TableViewer and I want to it perform like when I hold CTRL key. I mean if I click a row, it must be added to selection and not replace current selection.[详细]
2023-04-02 05:18 分类:问答How to right-align text in a SWT Table cell?
I have a SWT table which wrapped by the JFace TableViewer, but this problem also applies to org.eclipse.swt.widgets.Table.[详细]
2023-04-01 17:32 分类:问答how to change appearance of ContentProposalAdapter
I\'m using a ContentProposalAdapter to开发者_如何学C auto completion of a textbox, it work\'s OK, but I want change its appearance like font or background color of popup, and more, I searched but I ca[详细]
2023-04-01 05:50 分类:问答SWT event propagation
I\'m trying to detect click events on a Composite control that contains a number of other composites. I tried:[详细]
2023-03-31 15:29 分类:问答Why don't eclipse jface's MessageDialog static methods determine themselves the parent shell?
I\'m doing an Eclipse RCP/Jface application, and I often use the MessageDialog.open... methods to show messages to the user.[详细]
2023-03-30 22:34 分类:问答
加载中,请稍侯......