|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
com.nokia.mid.media | Nokia-specific com.nokia.mid.media extension classes. |
com.nokia.mid.ui | |
com.nokia.mid.ui.frameanimator | The FrameAnimator API calculates motion interpolation for kinetic scrolling and linear animations. |
com.nokia.mid.ui.gestures | The Series 40 Touch and Type UI phones support a number of platform defined gestures. |
com.nokia.mid.ui.locale | Contains classes and interfaces for retrieving locale information stored on the device. |
com.nokia.mid.ui.multipointtouch | The Series 40 Touch UI phones support MultipointTouch events. |
com.nokia.mid.ui.orientation | Orientation API |
com.nokia.mid.ui
and com.nokia.mid.sound
.
MIDP 2.0 introduced some features, which before existed only in Nokia UI API. Hence, MIDP APIs should be used instead of Nokia UI APIs if a corresponding feature is available. More specifically those Nokia UI API methods that have deprecation tags should not be used in devices supporting MIDP version 2.0 or higher.
The system properties defined in this section MUST be made available to the application using java.lang.System.getProperty.
System property | Explanation |
---|---|
com.nokia.mid.ui.version | The system property for indicating the version of Nokia UI API. The property value is a string containing dot separated digits, for example 1.2, that indicates the version number of the implemented API version. |
com.nokia.mid.ui.softnotification | The system property for indicating whether managing soft notifications is supported. The method call java.lang.System.getProperty("com.nokia.mid.ui.softnotification") will return "true" if this feature is available in the device. |
com.nokia.mid.ui.customfontsize | The system property for indicating whether custom font height setting is supported. Returns "true" if this feature is available in the device. |
com.nokia.mid.ui.tactilefeedback | The system property for indicating whether tactile feedback is supported. Returns "true" if this feature is available in the device. |
com.nokia.mid.ui.screensaverprevention | The system property for indicating whether screen saver prevention is supported. Returns "true" if this feature is available in the device. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |