The SAP UI Toolkit forms an additional layer in the UI programming model
for plug-ins in Eclipse.
This toolkit, which forms a
layer on top of SWT and JFace, was created with the aim of greatly simplifying the basic
steps you perform to create user interfaces – in comparison with native
programming.

Benefits of the SAP UI toolkit
Shallow learning curve: You can create complex, ambitious user interfaces without spending a
lot of time learning how to use SWT and JFace.
Less code, fewer bugs: Your source code will be shorter, more compact and easier to read. You
can often generate and define complex interface elements with a single line of
code. Moreover, the shorter source code potentially contains fewer bugs.
An ability to think about the future now: You can start thinking now about how to contribute to
reducing the level of support required later. It is to be expected that we will
all benefit from compact, standardized source code.
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see: