jface

  • submit to reddit

Creating a Custom Window Layout in Eclipse RCP Applications

I’ve just finished producing first screencast from my new series I wanted to record for some time now. The Eclipse RCP Quickies aims to be series of short...

1 replies - 4349 views - 01/20/10 by Piotr Maj in Tips and Tricks

Eclipse 4 Goes the Extra Mile

The Eclipse 4 development environment, codenamed "e4", just reached its second milestone.  The new milestone includes significant changes to the...

6 replies - 13120 views - 11/25/09 by Mitch Pronschinske in News

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...

1 replies - 10462 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...

3 replies - 9737 views - 11/18/08 by Glenn Galang 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...

1 replies - 29224 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 - 43358 views - 03/15/08 by Suresh Krishna in News