I have an Eclipse RCP project, and I need to enable users to create custom views for our information. I see basically two options.

  1. Embed VEP or some other visual GUI builder. It would need to be: easy enough to use; have some hooks to compile generated files and make them available to my application; localizable; and the license must permit such use. Which GUI builders satisfy these requirements?

  2. Generate GUI on the fly from text files in a human-writable format (e.g. XML, but not necessarily). There are some libraries which do this: CookSWT, XSWT, JellySWT, SWTML. However, none of them seem to be actively developed at the moment, and some of them don't even allow event handlers (though this can be worked around). Are there any projects I've missed? Which of them will work with the current SWT versions?

Option 2 seems both easier to get working and have less potential for bugs.

Finally, is there some better way than these 2?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Have you looked at redView? It comes with a GUI-designer.

link|improve this answer
Didn't know about it. I'll check it out. – Alexey Romanov Jun 6 '11 at 13:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.