Use this tag for questions about JFace which is a Java application framework based on SWT.
I was wondering if anyone could explain to me how I could properly bind a group of radio buttons to …
swt eclipse-rcp jface data-bindingI'm working on this Composite canvas on which other Composites may be added and removed. My understanding of how the …
java swt eclipse-rcp jfaceI have a set of APIs that do file operations e.g. saveToFile(CustomObject objectToSave); Since a file operation could …
java eclipse swt eclipse-rcp jfaceIn a elipse-rcp application I am setting the background color for a row in a jface table but I don't …
java eclipse-rcp jfaceHow can I make a hyperlink in a JFace Dialog that when clicked opens the link in the default web …
java swt eclipse-rcp jfaceI'm looking for a Combo(Viewer) in SWT/JFace which supports autocomplete / type-ahead, i.e. the user can enter a …
autocomplete swt jface type-aheadHow would you go about displaying huge amount of rows in SWT table? Huge is something above 20K rows, 20 columns. …
java swt eclipse-rcp jfaceI'm trying to select some items in my table, but I DON'T want them to be revealed. The problem is …
java swt jface tableviewer