| Class | Description |
| uiBox |
uiBox is a layout container that organizes its child objects sequentially horizontally
or vertically. |
| uiBTabView |
The uiBTabView container is the same as uiTabView , except that the tabs are
placed at the bottom instead of at the top. |
| uiForm |
uiForm is a subclass of uiPane and is responsible for implementing
defaultButton and mnemonics (short-cut keys). |
| uiFrame |
uiFrame is used to contain a single child object and is capable of displaying a skin. |
| uiGrid |
uiGrid is a layout container that organizes its child objects in a table of columns and
rows. |
| uiHBox |
uiHBox is a layout container that organizes its child objects sequentially horizontally. |
| uiPane |
uiPane is a basic container that does not implement any layout logic. |
| uiScrollPane |
The uiScrollPane component is used to display content within a scrollable area. |
| uiTabView |
The uiTabView component represents a tabbed set of pages - the component displays the page
corresponding to the currently selected tab in a shared content area. |
| uiToggleFrame |
uiToggleFrame is a uiFrame whose content can be toggled enabled/disabled by
clicking on a check box title. |
| uiVBox |
uiVBox is a layout container that organizes its child objects sequentially vertically. |
| uiWindow |
A uiWindow container contains a title bar and a content area for its child. |