Use this tag for questions about JFace which is a Java application framework based on SWT.
I have a Application Window using a Scrollable Composite. Inside scrollable composite we could have N composites (accordingly database data). …
java swt eclipse-rcp jfaceHopefully someone can point me in the right direction. I'm trying to create a CellEditor in Eclipse and when I …
eclipse swt jface eclipse-emfI am developing a RCP application with a TreeViewer. While there are good number of articles to explain how to …
eclipse jface rcp treeviewerI want to add in a SWT/JFace application a search functionality that filter a TableViewer as the user enter …
java swt jfaceHow to use log4j logging API in an Eclipse RCP project? As a workaround U tried to create a …
eclipse-plugin swt eclipse-rcp rcp jfaceI need a wizard which second page content depends on the first page's selection. The first page asks the user …
java eclipse jfaceIf there are more tree items based on the same object in the tree viewer, making a TreePath and passing …
eclipse selection jface treeviewerIs it possible to change the default behavior of SWT/JFace to enable cell editing only with double clicking? The …
java tree swt jface treeviewer