Use this tag for questions about JFace which is a Java application framework based on SWT.
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 jfaceAre there any all-in-one JFace controls example out there like the SWT Examples in Eclipse? Searching (googling and searching here …
eclipse-rcp jfaceI am applying a ViewerFilter to a tree of a few branches, but mostly leaves. The filter really applies to …
eclipse-plugin swt jface treeviewerI am using a TableViewer with a content provider, label provider, a ICellModifier and TextCellEditors for each column. How can …
eclipse cursor jface tableviewerSimply put: Is there any way to create non-modal JFace dialog? I've tried calling setShellStyle to no avail. If I …
java swt jfaceI have implemented the JFace's TableViewer sorting according to Vogella's instructions (reproduced below). It happens that the sorting is made …
sorting jface tableviewerI am creating a new project using SWT. I will have 3 or 4 different tables in the project. I am fairly …
java swt jface tableviewer