Skip to content

Commit f64cbb9

Browse files
committed
Update of the UI builder FAQ entry
1 parent cbf77a7 commit f64cbb9

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

docs/FAQ/FAQ_Are_there_any_visual_composition_editors_available_for_SWT.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
1-
2-
31
FAQ Are there any visual composition editors available for SWT?
42
===============================================================
53

6-
Several free and commercial products provide visual composition editors, or GUI builders, for SWT. These tools are especially appealing to people who are not yet skilled in all the intricacies of the SWT layout mechanisms and do not yet know what kinds of widgets are available to choose from.
7-
8-
After doing an informal poll, we discovered that none of the respondents in the Eclipse development team uses a visual builder to implement Eclipse. The UI for Eclipse is written manually in SWT, using an additional UI framework called JFace to take care of some of the repetitive aspects of writing UIs. Furthermore, when defining a new dialog, the developers often use the Monkey see, monkey do rule: They first find one that is close to the intended result; then, the new UI is cloned from the inspiration source and modified until it fits the needs of the new application.
9-
10-
With the growing popularity of SWT, more and more developers want to prototype and develop user interfaces with SWT. Visual builders help less experienced developers by eliminating most of the guesswork from the UI design labor. Widgets can be selected from a panel, and attributes can be chosen and assigned values from a limited set of options. The most successful builders offer fully synchronized views of the UI being developed and the generated source code to implement the UI.
11-
12-
Visual builders have been a long time coming for SWT, but a number of free and commercial GUI builders are finally available.
13-
14-
Free Plug-ins
15-
-------------
16-
17-
* [_The Eclipse Visual Editor Project_](https://wiki.eclipse.org/Visual_Editor_Project). The goal of this Eclipse project is to build a framework for creating Eclipse-based GUI builders. This project follows the general Eclipse philosophy of creating a platform- and language-independent framework, with language- and platform-specific layers on top. This project provides GUI builders for SWT/RCP and Swing applications.
4+
Several free and commercial products provide visual composition editors, or GUI builders, for SWT.
5+
These tools are especially appealing to people who are not yet skilled in all the intricacies of the SWT layout mechanisms and do not yet know what kinds of widgets are available to choose from.
186

19-
* _V4ALL Assisi GUI-Builder_. This SourceForge GUI builder project targets both SWT and Swing. So far, it is the work of a single developer, and there does not appear to be much activity on it.
7+
The UI for Eclipse is written manually in SWT, using an additional UI framework called JFace to take care of some of the repetitive aspects of writing UIs. Furthermore, when defining a new dialog, the developers often use the Monkey see, monkey do rule: They first find one that is close to the intended result; then, the new UI is cloned from the inspiration source and modified until it fits the needs of the new application.
208

21-
* [_JellySWT_](http://jakarta.apache.org/commons/jelly/jellyswt.html). Jelly is a scripting engine that uses XML as its scripting language. The goal of JellySWT is to allow you to describe a UI by using Jelly script and then have it generate the Java code automatically. The idea is that it takes care of the tedious layout code for you. This isn't really a visual composition editor, but it is a GUI builder of sorts.
9+
Developers want to prototype and develop user interfaces with SWT.
10+
Visual builders help less experienced developers by eliminating most of the guesswork from the UI design labor.
11+
Widgets can be selected from a panel, and attributes can be chosen and assigned values from a limited set of options.
12+
The most successful builders offer fully synchronized views of the UI being developed and the generated source code to implement the UI.
2213

23-
Commercial Plug-ins
24-
-------------------
14+
Multiple commercial builders are available and the main free GUI builders is [WindowBuilder](https://github.com/eclipse-windowbuilder/windowbuilder).
2515

26-
* [_SWT designer_](http://www.swt-designer.com). This commercial plug-in to Eclipse, which targets only SWT, is fairly new as a commercial product but is based on an open source project that has been around for a while and has a strong following.
2716

2817
See Also:
2918
---------

0 commit comments

Comments
 (0)