Implementing the views

Put your short description here; used for first paragraph and abstract.

To simplify the user interface (UI) design, both RCP UI Engine and RCP UI Editor are provided as new components.

RUI Editor is a WYSWYG tool that creates BTT RCP based transaction UI files. This tool makes it easy to design the widget layout by dragging out and putting different widgets from palette to the design panel. The RUI based file whose extension is rui can be created for RUI Engine to use.

The following are the RUI pages that were implemented for this sample:
Table 1. Sample RUI pages
Page Description
helloWorld.rui Startup page to collect information from user.
helloWorldComplete.xui Show welcome information to user if runs successfully.
error.rui If any error occurs, application will show error message by this page.