See: Description
| Interface | Description |
|---|---|
| SpecialKeys |
SpecialKeys is an interface containing values for special keys and modifiers.
|
| Class | Description |
|---|---|
| AbstractCharacterConverter | |
| CharacterConverter |
This class is used to correctly handle international character convertions.
|
| Convert |
Convert is used to convert between objects and basic types.
|
| Cp437CharacterConverter | |
| Registry |
This class can be used to create, delete, read, write and list registry values.
|
| Settings |
this class provides some preferences from the device configuration and other Vm settings.
|
| Time |
Time identifies a date and time.
|
| UTF8CharacterConverter |
This class is used to correctly handle UTF8 byte to UCS-2 chracter conversions.
|
| Vm |
Vm contains various system-level methods.
|
| Vm4D |
Vm contains various system level methods.
|
| Exception | Description |
|---|---|
| AppExitException |
This exception is thrown when
Event.handleOneEvent() finds an event that requires the application to exit. |
| InvalidNumberException |
Thrown when you try to convert a String that does not represents a valid number.
|