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 4: Line 4:
  
 
= Getting started =
 
= Getting started =
 +
== Hello, world! ==
 +
== Event Handling ==
 +
== Integration with existing application ==
 +
== Binding and Data Binding ==
 +
== Reusable Component ==
 
= Concepts =
 
= Concepts =
 
= HowTos =
 
= HowTos =
 
== How to develop a reusable component ==
 
== How to develop a reusable component ==

Revision as of 14:45, 10 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.

Getting started

Hello, world!

Event Handling

Integration with existing application

Binding and Data Binding

Reusable Component

Concepts

HowTos

How to develop a reusable component

Back to the top