UI Toolkit

UI Toolkit Programming Guide

The UI Toolkit is a library summarizing the mechanisms and parts (widgets) required for creating a user interface (UI) on PSM. In addition to general widgets - such as, buttons and texts - (Figure 1), widgets unique to PSM are provided; these can each be customized and used.

image/uitoolkit/overview_widget.png

Figure 1 UI Toolkit Widget Examples

The UI Toolkit Programming Guide explains how to implement an application that uses the UI Toolkit.

UI Composer User Guide

The UI Composer is a tool for easily creating a user interface that uses the UI Toolkit. By using this tool, the layout and properties of UI parts to be displayed on the device screen can be set. This tool can also output information regarding the specified layout and properties as a C# source code (Figure 2).

image/uitoolkit/development_flow.png

Figure 2 UI Development Flow Using the UI Composer

The UI Composer User Guide provides a detailed explanation on how to use the UI Composer.