| Interface | Description |
|---|---|
| MWT |
This class defines standard flags to use in bit-fields.
|
| Renderable |
A renderable is an object that is intended to be rendered on the screen.
|
| Class | Description |
|---|---|
| Composite |
A composite is a widget that can contain other
Widget instances, following the composite pattern. |
| Desktop |
A desktop is the top-level object that can be displayed on a
Display.A desktop is built for a specific Display, and that relationship cannot be modified.A desktop may be shown or hidden, but at most one desktop is shown per Display. |
| DesktopEventManagementPolicy |
Dispatches the event received on a desktop to its children.
|
| Dialog |
A dialog is a specific panel that once shown is the only one that receives all input events until it is hidden.
|
| Panel |
A panel is a
Renderable object that can be added on a Desktop. |
| Widget |
Widget is the superclass of all the user interface objects.
|