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 "E4/DeclarativeUI/SWTXML"

(added swt/xml description)
 
(Description)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Name of Technology:
+
== Name of Technology ==
 
SWT/XML
 
SWT/XML
  
Purpose:
+
== Purpose ==
 
Lightweight XML markup language for describing Eclipse SWT / RCP user interfaces. It includes an Eclipse Web Tools based IDE editor plug-in.
 
Lightweight XML markup language for describing Eclipse SWT / RCP user interfaces. It includes an Eclipse Web Tools based IDE editor plug-in.
  
See
+
See also:
[http://www.swtxml.com Project page]
+
* [http://www.swtxml.com Project page]
[http://code.google.com/p/swtxml/wiki/DeveloperGuide Developer guide, markup syntax]
+
* [http://code.google.com/p/swtxml/wiki/DeveloperGuide Developer guide]
  
Contact:
+
== Contact ==
 
Ralf Ebert [http://www.ralfebert.de web] [mailto:info@ralfebert.de email]
 
Ralf Ebert [http://www.ralfebert.de web] [mailto:info@ralfebert.de email]
  
Committers: (names of committers, please specify if each is Active or Non-Active)
+
== Committers ==
 
Ralf Ebert, active
 
Ralf Ebert, active
  
Current License: (If not EPL, include ability to re-license under EPL and who holds the license)
+
== Current License ==
 
EPL, minor parts Apache License 2.0
 
EPL, minor parts Apache License 2.0
  
Description: (more lengthy description of what it provides, its pros and cons)
+
== Description ==
  
See [http://code.google.com/p/swtxml/wiki/DeveloperGuide Developer guide, markup syntax] for a full summary. Maybe you can use some language/feature ideas.
+
See [http://code.google.com/p/swtxml/wiki/DeveloperGuide 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.
 
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.

Latest revision as of 18:01, 31 March 2009

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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.