The Theme API allows MIDlets to perform theme related functions, such as loading the current theme or switching to a specific theme. The API allows MIDlets to configure and change theme information.
MIDlets can use the Theme API to:
Get all available themes.
Get color information pertaining to the current active theme.
Switch to a specific theme.
Get the current active theme.
Load an image from a theme (only for Operator and Manufacturer signed MIDlets).
Register (add listener) for theme changes.
The Theme API is compatible with devices running on Nokia Asha software platform 1.4 or newer.
To find out which device models support the Theme API, see Nokia Developer device specifications.
For more information about using the Theme API, see:
Theme API for detailed information about the supported classes and methods.