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 Documentation"

Line 6: Line 6:
  
 
= Getting started =
 
= Getting started =
[http://dev.eclipse.org/blogs/yvesyang/2009/01/17/xwt-getting-started/
+
[http://dev.eclipse.org/blogs/yvesyang/2009/01/17/xwt-getting-started/ Hello, world!]
Hello, world!]
+
 
== Event Handling ==
 
== Event Handling ==
 
== Integration with existing application ==
 
== Integration with existing application ==

Revision as of 22:13, 17 January 2009

What it is?

XWT is a declarative UI designed for Eclipse. It is a powerful and lightweight framework. It uses XML as UI markup language.

Overview

Getting started

Hello, world!

Event Handling

Integration with existing application

Binding and Data Binding

Reusable Component

This tutorial will shows how to develop a reusable UI component.

Concepts

HowTos

How to develop a reusable component

Back to the top