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.
-
Using Spring OSGi in RCP applications
In this tutorial I'll show how to use Spring Dynamic Modules with Eclipse RCP, how to get dependency injection for Eclipse RCP UI components and how bundles can work together using OSGi services that are provided by Spring DM.
-
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.
-
Automatically switch to a preferred perspective
-
Showing menu contributions depending on active perspective
-
Toggle Handler for Eclipse Commands
-
Iterate over a JFace selection in a for each loop
-
Adding a command with a key binding for an editor
-
Eclipse Magazin: Eclipse RCP Anwendungen testen mit SWTBot
Tutorial im Eclipse Magazin 04.2009: Eclipse SWTBot ermöglicht die Umsetzung robuster Oberflächentests für Eclipse RCP-Applikationen. Aus JUnit-Tests heraus können Anwendungen ferngesteuert und systematisch abgeprüft werden. Das Tutorial zeigt, wie Sie mit SWTBot zum Erfolg gelangen.