I had create a simple keywords highlighting editor, it just wrap a StyledText widget: public class SQLSegmentEditor extends Composite {
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
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
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
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.
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.
I have a SWT table which wrapped by the JFace TableViewer, but this problem also applies to org.eclipse.swt.widgets.Table.
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
I\'m trying to detect click events on a Composite control that contains a number of other composites. I tried:
I\'m doing an Eclipse RCP/Jface application, and I often use the MessageDialog.open... methods to show messages to the user.