|
Class Summary |
| Alarm |
Application interface to alarms. |
| AlarmDispatcher |
Application interface to alarm dispatchers. |
| AlertResourceDecoder |
Flags to pass into DialogWindow.addFrameButton(int, java.lang.String, int, int, int, java.lang.Object, char). |
| Application |
Application interface to the Application class
This class is extended by all applications. |
| Bundle |
|
| BundleManager |
EXPERIMENTAL Use at your own risk. Not for use in shipping applications.
|
| CategoryDB |
Application interface to the CategoryDB class
This class is used for managing categories, or folders. |
| ComponentVersion |
|
| DataFinder |
|
| DataRecord |
The DataRecord provides a high-level interfaces to a record
consisting of some number of rows, each of which may contain
a variable number of columns of 'short', 'int', or 'string'
data types. |
| DataRecordReader |
Static methods that take a byte array and read data from it, without
requiring a data record object. |
| DataStore |
|
| Dispatcher |
|
| Event |
Standard object used for passing events, such as UI events. |
| HotKeyManager |
Class to handle Jump key shortcuts to launch applications. |
| IPCIncoming |
Wrapper for an in-bound IPC message. |
| IPCMessage |
Messages are lightweight -- adding the same keyed item multiple
times will result in only the most recent being honored (but older
versions may stick around in memory). |
| IPCRegistryRecord |
|
| Listener |
Base class for things that can receive events. |
| PhotoGallery |
PhotoGallery represents a collection of PhotoRecords stored in memory
and optionally synchronized over the network to the backend service |
| PhotoRecord |
PhotoRecords represent JPEG bitmaps either in memory or on external storage |
| PhotoRecordIPCPayload |
The PhotoRecordIPCPayload class is used to encapsulate
passing of PhotoRecords over IPC to other listeners. |
| Registrar |
|
| Resource |
You can obtain a resource by using ResourceDatabase.getResource(int, int). |
| ResourceDatabase |
A ResourceDatabase contains an application's resources (menus, dialogs,
strings, etc). |
| SettingsDB |
Application interface to the SettingsDB class. |
| SocketRegistrar |
Static methods and fields to implement socket-like IPC at the Java
level. |
| Timer |
Application interface to timers. |