E4/XWT/Running the demos

From Eclipsepedia

< E4 | XWT
Jump to: navigation, search

Contents

Getting started

First of all, your project must import at least the following plugins
org.eclipse.swt
org.eclipse.jface
org.eclipse.e4.xwt
org.eclipse.jface.databinding
org.eclipse.core.databinding
org.eclipse.core.databinding.beans
org.eclipse.core.databinding.property
com.ibm.icu
Here is the screencast:

Data Binding

Java Bean

Here is the screencast:

Here is the screencast:


EMF integration

Control Binding

Here is the screencast:


CSS integration

Workbench integration

e4 photo demo in XWT

Here is an integration of e4 workbench with XWT. The Exif view part and Exif edition dialog are developed in XWT.

This demo shows mainly the following features in XWT:

  • Control/Viewer binding
  • CSS integration

The Exif view in XWT:

The Exif edition dialog in XWT:

The sources can be found in Bug 263720

e4 contact demo

This is a demo of the integration of e4 workbench. Two view parts "Contacts List" and "Details" are developed in XWT with the CSS support.

The sources can be found in Bug 279047