Top "Jface" questions

Use this tag for questions about JFace which is a Java application framework based on SWT.

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
JFace examples in Eclipse like SWT Examples?

Are there any all-in-one JFace controls example out there like the SWT Examples in Eclipse? Searching (googling and searching here …

eclipse-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
Using Eclipse TableViewer, how do I navigate and edit cells with arrow keys?

I am using a TableViewer with a content provider, label provider, a ICellModifier and TextCellEditors for each column. How can …

eclipse cursor jface tableviewer
Non-Modal JFace Dialog?

Simply put: Is there any way to create non-modal JFace dialog? I've tried calling setShellStyle to no avail. If I …

java swt jface
How can I get the ordered elements of a JFace's TableViewer?

I have implemented the JFace's TableViewer sorting according to Vogella's instructions (reproduced below). It happens that the sorting is made …

sorting jface tableviewer
Can't use JFace and SWT in eclipse without creating plugin

DISCLAIMER: this is the classic case of .NET GUI trying to work his way around JAVA stuff. PROBLEM DESCRIPTION: I …

java eclipse swt classpath jface
SWT - Table vs. TableViewer

I 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