Interface | Description |
---|---|
Display.StateChangedListener |
Listener to receive state changed notification.
|
Layout |
Layout interface
|
UIListener |
UI Listener interface
|
Class | Description |
---|---|
AbstractUIObject |
Abstract UI object with more properties
|
Area |
Represents an rectangular area of the screen
|
Color |
ARGB color
|
Container |
A Container is a special UIObject that can contain other UIObjects (called
children), include widget, sub container.
|
Display |
Display represents a display used to show UIObjects.
|
Font |
The
Font class represents a font created from system or from
font file. |
Point |
Point represents a point on the screen
|
PointGroup |
PointGroup represents a set of points
|
Screen |
Screen represents the root container.
|
UIObject |
Base UI Object
|
Version |
Used to get version info from
|
Widget |
Abstract widget Object
|