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

E4/DeclarativeUI/SWTXML

Name of Technology

SWT/XML

Purpose

Lightweight XML markup language for describing Eclipse SWT / RCP user interfaces. It includes an Eclipse Web Tools based IDE editor plug-in.

See also:

Contact

Ralf Ebert web email

Committers

Ralf Ebert, active

Current License

EPL, minor parts Apache License 2.0

Description

See Developer guide for a full description. Maybe you can use some language/feature ideas.

It provides a very clean and easy markup syntax for construction of SWT user interfaces using XML markup. The language is directly derived from inspecting the SWT library. An extension to the Web Tools XML editor is provided to provide developers with code completion and instant preview. Parser implementation is as simple as possible, well-tested and stable. Support for own markup extensions is missing at the moment and to be provided in future versions.

Back to the top