Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "XWT/Running the demos"

< XWT
Line 1: Line 1:
1. [http://dev.eclipse.org/blogs/yvesyang/2009/01/17/xwt-getting-started/ Getting started]
+
==== [http://dev.eclipse.org/blogs/yvesyang/2009/01/17/xwt-getting-started/ Getting started] ====
  
 
Here is the [http://www.soyatec.org/eclipse/xwt/getting-started/getting-started.html screencast]:
 
Here is the [http://www.soyatec.org/eclipse/xwt/getting-started/getting-started.html screencast]:
Line 5: Line 5:
  
  
2. Data Binding
+
==== Data Binding ====
  
 
Here is the [http://www.soyatec.org/eclipse/xwt/model/model.html screencast]:
 
Here is the [http://www.soyatec.org/eclipse/xwt/model/model.html screencast]:
Line 15: Line 15:
  
  
3. Control Binding
+
==== Control Binding ====
  
 
Here is the [http://www.soyatec.org/eclipse/xwt/control-binding/ControlBinding.html screencast]:
 
Here is the [http://www.soyatec.org/eclipse/xwt/control-binding/ControlBinding.html screencast]:
Line 22: Line 22:
  
  
4. CSS integration
+
==== CSS integration ====
  
5. Workbench integration
+
==== Workbench integration ====
  
6. EMF integration
+
==== EMF integration ====
  
7. e4 photo demo in XWT
+
==== e4 photo demo in XWT ====
  
 
The Exif view in XWT:  
 
The Exif view in XWT:  
Line 38: Line 38:
 
The sources can be found in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=263720 Bug 263720]
 
The sources can be found in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=263720 Bug 263720]
  
8 e4 contact demo
+
==== e4 contact demo ====
  
 
This demo shows the following features in XWT:
 
This demo shows the following features in XWT:

Revision as of 17:23, 5 July 2009

Getting started

Here is the screencast: Getting-started.png


Data Binding

Here is the screencast: Model.png

Here is the screencast:

Model-nested.png


Control Binding

Here is the screencast:

ControlBinding.png


CSS integration

Workbench integration

EMF integration

e4 photo demo in XWT

The Exif view in XWT: E4-photo.png

The Exif edition dialog in XWT: E4-photo-edit.png

The sources can be found in Bug 263720

e4 contact demo

This demo shows the following features in XWT:

 * Control binding
 * CSS integration

E4-contact.png

The sources can be found in Bug 279047

Back to the top