Top "Swt" questions

SWT: The Standard Widget Toolkit is a user interface library for Java maintained by the Eclipse Foundation.

SWT: set radio buttons programmatically

When I create a couple of radio buttons (new Button(parent, SWT.RADIO)) and set the selection programmatically using radioButton5.…

radio-button swt radio-group
Easiest way to unit test SWT and Swing apps in a headless environment?

I'm looking to unit test some SWT and Swing code for a project I'm working on and the tests run …

swing junit swt headless
How to display system icon for a file in SWT?

I want to display a file tree similarly to java2s.com 'Create a lazy file tree', but include the …

java swt transparency icons
How to get absolute path to files from FileDialog in SWT?

I am using SWT's FileDialog to let user select several files: FileDialog dlg = new FileDialog(s, SWT.MULTI); dlg.setFilterPath(…

java swt filedialog
How to set double click to edit a Table cell in SWT/JFace?

Is it possible to change the default behavior of SWT/JFace to enable cell editing only with double clicking? The …

java tree swt jface treeviewer
SWT/JFace or Eclipse RCP?

Which are the reasons to choose the Eclipse Rich Client Platform as the base of my application, instead of just …

java swt eclipse-rcp rcp jface
How best to use ViewerFilter on a TreeViewer?

I am applying a ViewerFilter to a tree of a few branches, but mostly leaves. The filter really applies to …

eclipse-plugin swt jface treeviewer
SWT - Table Viewer - hiding columns and getting values from columns

I am trying to create an arraylist from the data in my table. I need to get the values from …

java swt tableviewer
Multi-Line Button text in SWT/WindowBuilder?

Is there any way to force the SWT button text to span two lines, either manually in the SWT code …

java eclipse swt windowbuilder
SWT Text Focus and default selection(return key) events

I am having a strange problem on my RCP. I don't use Linux to develop so my knowledge for common …

java swt ubuntu-11.10