Eclipse RCP
-
Eclipse RCP examples
In this blog post I'll show you some Eclipse RCP example applications that you can use to explore the Eclipse RCP platform.
-
JFace Wizard FAQ
-
Headless Eclipse RCP builds with Buckminster and Hudson
In this tutorial I'll show how to build Eclipse RCP applications using Eclipse Buckminster and the Hudson build server.
-
Tutorial: p2 updates for Eclipse RCP applications
In this tutorial I'll show how to use the Equinox p2 provisioning system for updating Eclipse RCP 3.6 applications.
-
JFace Data Binding & WindowBuilder: Exchangeable model objects
-
Building tables made easy: TableViewerBuilder
TableViewerBuilder makes it easy to setup JFace TableViewers using a convenient and straightforward builder API. It supports binding columns using nested property Strings like 'company.country.name' and automatic sorting based on data values.
-
Contributing commands to context menus
In this post I'll show how one creates context menus in Eclipse RCP applications and how to contribute Eclipse commands to such a context menu.