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 3: Line 3:
 
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]:
  
[[Image:Getting-started.png]]
+
[[Image:Getting-started.png|500px]]
  
  
Line 12: Line 12:
 
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]:
  
[[Image:Model.png]]
+
[[Image:Model.png|500px]]
  
 
Here is the [http://www.soyatec.org/eclipse/xwt/nested-model/model-person.html screencast]:
 
Here is the [http://www.soyatec.org/eclipse/xwt/nested-model/model-person.html screencast]:
  
[[Image:Model-nested.png]]
+
[[Image:Model-nested.png|500px]]
  
  
Line 25: Line 25:
 
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]:
  
[[Image:ControlBinding.png]]
+
[[Image:ControlBinding.png|500px]]
  
  
Line 39: Line 39:
 
The Exif view in XWT:  
 
The Exif view in XWT:  
  
[[Image:E4-photo.png]]
+
[[Image:E4-photo.png|500px]]
  
 
The Exif edition dialog in XWT:  
 
The Exif edition dialog in XWT:  
Line 49: Line 49:
 
=== e4 contact demo ===
 
=== e4 contact demo ===
 
   
 
   
[[Image:E4-contact.png]]
+
[[Image:E4-contact.png|500px]]
  
 
The sources can be found in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=279047 Bug 279047]
 
The sources can be found in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=279047 Bug 279047]

Revision as of 08:16, 6 July 2009

Getting started

Here is the screencast:

Getting-started.png


Data Binding

Java Bean

Here is the screencast:

Model.png

Here is the screencast:

Model-nested.png


EMF integration

Control Binding

Here is the screencast:

ControlBinding.png


CSS integration

Workbench integration

e4 photo demo in XWT

This demo shows mainly the following features in XWT:

  • Control/Viewer binding
  • CSS integration

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

E4-contact.png

The sources can be found in Bug 279047

Back to the top