Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Getting started)
(Getting started)
Line 7: Line 7:
 
= Getting started =
 
= Getting started =
 
Tutorial: [http://dev.eclipse.org/blogs/yvesyang/2009/01/17/xwt-getting-started/ Hello, world!]
 
Tutorial: [http://dev.eclipse.org/blogs/yvesyang/2009/01/17/xwt-getting-started/ Hello, world!]
 +
 
Webdemo: [http://www.soyatec.org/eclipse/xwt/getting-started/getting-started.html Getting started!]
 
Webdemo: [http://www.soyatec.org/eclipse/xwt/getting-started/getting-started.html Getting started!]
 
== Event Handling ==
 
== Event Handling ==

Revision as of 06:35, 8 July 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

Tutorial: Hello, world!

Webdemo: Getting started!

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