jface

Creating a Custom Property View

In an RCP application, you might need a Properties View, which shows only the properties of a specific view or a set of views. But the generic Properties View...

1 replies - 2324 views - 05/18/09 by Prakash in Articles

Dynamic JFace XML TableViewer Tutorial

The following tutorial will show you how to build a dynamic JFace TableViewer driven from an XML file. The beauty of this solution is that your data model is...

2 replies - 3776 views - 11/18/08 by ggalang in News

Adding SWT Input Validation the Easy Way

Any input provided by a user in a GUI application must typically be validated in one way or another. There is a number of ways this gets done, while some...

0 replies - 8634 views - 07/21/08 by Herman Lintvelt in Articles

Discover Eclipse's JFace Dialogs

The JFace framework of Eclipse provides many standard and useful dialogs and a framework to build custom dialogs and wizards. When the standard dialogs seems...

6 replies - 14231 views - 03/15/08 by Suresh Krishna in News