A B C D E F G H I K L M N O P R S T U V

A

ACTION_CARET_MOVE - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the caret in this TextEditor has moved.
ACTION_CONTENT_CHANGE - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the content of this TextEditor has changed.
ACTION_DIRECTION_CHANGE - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the direction of the writing-language has changed.
ACTION_INPUT_MODE_CHANGE - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the current input-mode has changed.
ACTION_LANGUAGE_CHANGE - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the current input-language has changed.
ACTION_OPTIONS_CHANGE - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the options of this TextEditor have changed.
ACTION_PAINT_REQUEST - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that this TextEditor has to be repainted.
ACTION_PANEL_MOVED - Static variable in interface com.nokia.mid.ui.TextEditorTouchControl
Event to indicate that the keypad/control-panel has been moved by the user
ACTION_SCROLLBAR_CHANGED - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that scrollbar should be updated.
ACTION_TRAVERSE_NEXT - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the user tries to exit this TextEditor downwards.
ACTION_TRAVERSE_OUT_SCROLL_DOWN - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the editor cannot scroll down anymore.
ACTION_TRAVERSE_OUT_SCROLL_UP - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the editor cannot scroll up anymore.
ACTION_TRAVERSE_PREVIOUS - Static variable in interface com.nokia.mid.ui.TextEditorListener
Indicates that the user tries to exit this TextEditor upwards.
actionID - Variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
 
actionType - Variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
 
addCommand(Command) - Method in class com.nokia.mid.ui.FullCanvas
Throws IllegalStateException.
addLocaleListener(LocaleListener) - Method in class com.nokia.mid.ui.locale.LocaleManager
Registers a LocaleListener for locale related change notifications.
addMultipointTouchListener(MultipointTouchListener) - Method in class com.nokia.mid.ui.multipointtouch.MultipointTouch
addMultipointTouchListener Registers a Multipoint Touch listener.
addOrientationListener(OrientationListener) - Static method in class com.nokia.mid.ui.orientation.Orientation
Registers an orientation listener.
ALL - Static variable in interface com.nokia.mid.media.AudioOutputControl
The ALL audio output mode.
animate(FrameAnimator, int, int, short, short, short, boolean) - Method in interface com.nokia.mid.ui.frameanimator.FrameAnimatorListener
This method is called to describe an animation.
appendItem(PopupListItem) - Method in class com.nokia.mid.ui.PopupList
This method will append an item to the list.
AudioOutput - Interface in com.nokia.mid.media
AudioOutput Encapsulates current audio output mode and output device(s) used
AudioOutputControl - Interface in com.nokia.mid.media
AudioOutputControl is an interface for setting application audio output mode.

B

BACK - Static variable in interface com.nokia.mid.ui.ElementListener
Constant indicating that the predefined BACK element has been selected.
BrowserAdapter - Class in com.nokia.mid.ui
Abstract adapter class for receiving BrowserItem events
BrowserAdapter(BrowserItem) - Constructor for class com.nokia.mid.ui.BrowserAdapter
Creates a new BrowserAdapter and sets it as the listener of the BrowserItem
BrowserItem - Class in com.nokia.mid.ui
BrowserItem renders an html page defined by a URL.
BrowserListener - Interface in com.nokia.mid.ui
Interface to handle callbacks from the BrowserItem

C

CanvasGraphicsItem - Class in com.nokia.mid.ui
A paintable item that can be used on top of Canvas or CustomItem
CanvasGraphicsItem(int, int) - Constructor for class com.nokia.mid.ui.CanvasGraphicsItem
 
CanvasItem - Class in com.nokia.mid.ui
 
CategoryBar - Class in com.nokia.mid.ui
CategoryBar is a UI component designed for use in switching between application views.
CategoryBar(IconCommand[], boolean, int) - Constructor for class com.nokia.mid.ui.CategoryBar
Creates a new CategoryBar from a given IconCommand array.
CategoryBar(IconCommand[], boolean) - Constructor for class com.nokia.mid.ui.CategoryBar
Creates a new CategoryBar from a given IconCommand array.
CategoryBar(Image[], Image[], String[], int) - Constructor for class com.nokia.mid.ui.CategoryBar
Creates a new CategoryBar.
CategoryBar(Image[], Image[], String[]) - Constructor for class com.nokia.mid.ui.CategoryBar
Creates a new CategoryBar.
Clipboard - Class in com.nokia.mid.ui
Class to provide extra functionality that is related to text-editing
com.nokia.mid.media - package com.nokia.mid.media
Nokia-specific com.nokia.mid.media extension classes.
com.nokia.mid.ui - package com.nokia.mid.ui
 
com.nokia.mid.ui.frameanimator - package com.nokia.mid.ui.frameanimator
The FrameAnimator API calculates motion interpolation for kinetic scrolling and linear animations.
com.nokia.mid.ui.gestures - package 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 - package com.nokia.mid.ui.locale
Contains classes and interfaces for retrieving locale information stored on the device.
com.nokia.mid.ui.multipointtouch - package com.nokia.mid.ui.multipointtouch
The Series 40 Touch UI phones support MultipointTouch events.
com.nokia.mid.ui.orientation - package com.nokia.mid.ui.orientation
Orientation API
confirmDialogDone(boolean) - Method in class com.nokia.mid.ui.BrowserItem
This function should be called when the user has selected yes or no from a confirm dialog
CONTEXTUAL_MENU - Static variable in class com.nokia.mid.ui.PopupList
PopupList type is contextual menu
copyToClipboard(String) - Static method in class com.nokia.mid.ui.Clipboard
Copies characters into the system-clipboard
createImage(byte[], int, int) - Static method in class com.nokia.mid.ui.DirectUtils
Creates a mutable image which is decoded from the data stored in the specified byte array at the specified offset and length.
createImage(int, int, int) - Static method in class com.nokia.mid.ui.DirectUtils
The method will return a newly created mutable Image with specified dimension with all pixels of an image of defined ARGB color.
createTextEditor(String, int, int, int, int) - Static method in class com.nokia.mid.ui.TextEditor
Creates a new TextEditor object with the given initial contents, maximum size in characters, constraints and editor size in pixels.
createTextEditor(int, int, int, int) - Static method in class com.nokia.mid.ui.TextEditor
Creates a new empty TextEditor with the given maximum size in characters, constraints and editor size as number of visible rows.
CUSTOM_KEYBOARD - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Keyboard Type: CUSTOM.
CustomKeyboardControl - Interface in com.nokia.mid.ui
Some touch devices may want to use a virtual keyboard as a replacement for the physical keyboard and thus allow user to have keypad for input.

D

DECODE_FULL - Static variable in interface com.nokia.mid.media.VideoDecodeControl
Indicates full decoding and postprocessing.
DECODE_OFF - Static variable in interface com.nokia.mid.media.VideoDecodeControl
Indicates that decoding and postprocessing are skipped.
DEFAULT - Static variable in interface com.nokia.mid.media.AudioOutputControl
The DEFAULT audio output mode.
DEFAULT_BACKGROUND - Static variable in class com.nokia.mid.ui.CategoryBar
Default image for background
DEFAULT_HIGHLIGHT_COLOUR - Static variable in class com.nokia.mid.ui.CategoryBar
Default colour for highlight
delete(int, int) - Method in class com.nokia.mid.ui.TextEditor
Deletes characters from the TextEditor.
destroy() - Method in class com.nokia.mid.ui.BrowserItem
Destroys the BrowserItem, releases its resources after the call this item cannot be used any more, but a new one can be aquired
DeviceControl - Class in com.nokia.mid.ui
DeviceControl provides a collection of static methods to control device features such as vibra, backlights, and active cover lights.
directFeedback(int) - Method in class com.nokia.mid.ui.TactileFeedback
Triggers direct tactile feedback of the specified style.
DirectGraphics - Interface in com.nokia.mid.ui
DirectGraphics contains some graphics extensions to MIDP Graphics: drawing triangles, drawing manipulated images (rotated, flipped) and drawing raw pixel array directly to graphics context.
DirectUtils - Class in com.nokia.mid.ui
This class is a placeholder of utility methods.
DISABLE_SMILEY_MODE - Static variable in class com.nokia.mid.ui.TextEditor
This flag is a hint to the implementation that during text editing, the smiley key should be disabled on the virtual keyboard.
dismiss() - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Hides currently visible custom keyboard.
displayName - Variable in class com.nokia.mid.ui.FileSelectDetail
the display name of the selected file.
displayOrientationChanged(int) - Method in interface com.nokia.mid.ui.orientation.OrientationListener
Called when display's orientation has changed.
drag(int, int) - Method in class com.nokia.mid.ui.frameanimator.FrameAnimator
Method to issue a linear drag-movement.
drawElementBorder(int, int, int, int, int, boolean) - Method in interface com.nokia.mid.ui.DirectGraphics
Draws the specified border type at the specified coordinates.
drawImage(Image, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Draws image to the graphics context.
drawPixels(int[], boolean, int, int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Copies or draws the pixel data directly to graphics context to specific location from the array starting from specified offset.
drawPixels(byte[], byte[], int, int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Copies or draws the pixel data directly to graphics context to specific location.
drawPixels(short[], boolean, int, int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Copies or draws the pixel data directly to graphics context to specific location.
drawPolygon(int[], int, int[], int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawTriangle(int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Draws closed triangle defined by coordinates.

E

ELEMENT_MODE_RELEASE_SELECTED - Static variable in class com.nokia.mid.ui.CategoryBar
CategoryBar mode indicating that element should be released after element is selected
ELEMENT_MODE_STAY_SELECTED - Static variable in class com.nokia.mid.ui.CategoryBar
CategoryBar mode indicating that element should stay selected after element is selected
ElementListener - Interface in com.nokia.mid.ui
ElementListener enables an application to discover when the user has selected an element from a CategoryBar.
equals(Object) - Method in interface com.nokia.mid.ui.locale.Locale
Compares two Locales for equality.

F

FEEDBACK_STYLE_BASIC - Static variable in class com.nokia.mid.ui.TactileFeedback
Constant for specifying basic tactile feedback style.
FEEDBACK_STYLE_SENSITIVE - Static variable in class com.nokia.mid.ui.TactileFeedback
Constant for specifying sensitive tactile feedback style.
FILE_SYSTEM_ALL - Static variable in class com.nokia.mid.ui.FileSelect
All user file systems.
FILE_SYSTEM_EXTERNAL - Static variable in class com.nokia.mid.ui.FileSelect
External user file system.
FILE_SYSTEM_INTERNAL - Static variable in class com.nokia.mid.ui.FileSelect
Internal user file system.
FileSelect - Class in com.nokia.mid.ui
A class which gives the client the ability to use the device's File Select to list and select files.
FileSelectDetail - Class in com.nokia.mid.ui
FileSelectDetail provides detailed information of the selected file.
FileSelectDetail() - Constructor for class com.nokia.mid.ui.FileSelectDetail
 
fileSelectDialogDone(String) - Method in class com.nokia.mid.ui.BrowserItem
This function should be called when the user has finished file selection
fillPolygon(int[], int, int[], int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillTriangle(int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Fills closed triangle defined by coordinates.
flashLights(long) - Static method in class com.nokia.mid.ui.DeviceControl
Flashes the lights for a specific length of time given as milliseconds in duration parameter.
FLIP_HORIZONTAL - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for horizontal image flipping.
FLIP_VERTICAL - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for vertical image flipping.
FORM_CHOICE_HIGHLIGHT_BORDER_TYPE - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for drawing the Form's Choice element highlight border type.
FORM_ITEM_BORDER_TYPE - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for drawing the Form's item border type.
FORM_TEXT_FIELD_BORDER_TYPE - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for drawing the Form's TextField border type.
FRAME_ANIMATOR_FREE_ANGLE - Static variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
Constant to describe movement in any given direction
FRAME_ANIMATOR_FRICTION_HIGH - Static variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
Constant to describe high friction
FRAME_ANIMATOR_FRICTION_LOW - Static variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
Constant to describe low friction
FRAME_ANIMATOR_FRICTION_MEDIUM - Static variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
Constant to describe medium friction
FRAME_ANIMATOR_HORIZONTAL - Static variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
Constant to describe horizontal movement
FRAME_ANIMATOR_MAX_CONCURRENT - Static variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
Constant that specifies that maximum number of FrameAnimators that can be registered concurrently
FRAME_ANIMATOR_VERTICAL - Static variable in class com.nokia.mid.ui.frameanimator.FrameAnimator
Constant to describe vertical movement
FrameAnimator - Class in com.nokia.mid.ui.frameanimator
A FrameAnimator is a class that can be used to create linear or decelerated animations.
FrameAnimator() - Constructor for class com.nokia.mid.ui.frameanimator.FrameAnimator
Creates a new FrameAnimator-instance
FrameAnimatorListener - Interface in com.nokia.mid.ui.frameanimator
Interface to receive animation-updates.
FullCanvas - Class in com.nokia.mid.ui
FullCanvas provides totally full screen painting area.
FullCanvas() - Constructor for class com.nokia.mid.ui.FullCanvas
Constructs a new FullCanvas object.
FullCanvas(boolean) - Constructor for class com.nokia.mid.ui.FullCanvas
Constructs a new FullCanvas object with opaque or transparent canvas.

G

GESTURE_ALL - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for All Gesture Events.
GESTURE_DOUBLE_TAP - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Double Tap Gesture.
GESTURE_DRAG - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Drag Gesture.
GESTURE_DROP - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Drop Gesture.
GESTURE_FLICK - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Flick Gesture.
GESTURE_LONG_PRESS - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Long Press Gesture.
GESTURE_LONG_PRESS_REPEATED - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Long Press Repeated Gesture.
GESTURE_PINCH - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Pinch Gesture.
GESTURE_RECOGNITION_END - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Gesture Recognition Ended.
GESTURE_RECOGNITION_START - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Gesture Recognition Started .
GESTURE_TAP - Static variable in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Constant for the Tap Gesture.
gestureAction(Object, GestureInteractiveZone, GestureEvent) - Method in interface com.nokia.mid.ui.gestures.GestureListener
Indicates that a gesture event has occurred on a container.
GestureEvent - Interface in com.nokia.mid.ui.gestures
The GestureEvent interface class is used by an application to receive gesture recognition events from the platform.
GestureInteractiveZone - Class in com.nokia.mid.ui.gestures
The GestureInteractiveZone class is used by an application to define an area of the screen that reacts to a set of specified gestures.
GestureInteractiveZone(int) - Constructor for class com.nokia.mid.ui.gestures.GestureInteractiveZone
Construct a new Gesture Interactive Zone.
GestureInteractiveZone(int, int) - Constructor for class com.nokia.mid.ui.gestures.GestureInteractiveZone
Construct a new Gesture Interactive Zone.
GestureListener - Interface in com.nokia.mid.ui.gestures
This interface is used by applications which need to receive gesture events from the implementation.
GestureRegistrationManager - Class in com.nokia.mid.ui.gestures
The GestureRegistrationManager class provides the ability to register a GestureListener to be notified when a gesture event occurs within a container.
getActiveOutputMode() - Method in interface com.nokia.mid.media.AudioOutput
Get the audio output mode of the device.
getAlphaComponent() - Method in interface com.nokia.mid.ui.DirectGraphics
Gets the alpha component of the current color.
getAppOrientation() - Static method in class com.nokia.mid.ui.orientation.Orientation
Gets application's current UI orientation.
getAvailableLocales() - Method in class com.nokia.mid.ui.locale.LocaleManager
Retrieves all locales that the device supports.
getAvailableOutputModes() - Method in interface com.nokia.mid.media.AudioOutputControl
Get all supported audio output modes
getBackgroundColor() - Method in class com.nokia.mid.ui.TextEditor
Gets the background color and alpha of this TextEditor.
getBestImageHeight(int) - Static method in class com.nokia.mid.ui.CategoryBar
Gets the most suitable height for the given image type.
getBestImageWidth(int) - Static method in class com.nokia.mid.ui.CategoryBar
Gets the most suitable width for the given image type.
getBrowserItem() - Static method in class com.nokia.mid.ui.BrowserItem
Returns the BrowserItem the application can use (currently only 1 per application) The system supports only 2 BrowserItems in total shared by the applications
getCaretPosition() - Method in class com.nokia.mid.ui.TextEditor
Gets the current position of the caret in the editor.
getConstraints() - Method in class com.nokia.mid.ui.TextEditor
Gets the current input constraints of this TextEditor.
getContent() - Method in class com.nokia.mid.ui.TextEditor
Gets the string content in the TextEditor.
getContentHeight() - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Gets the content's height in pixels.
getContentHeight() - Method in class com.nokia.mid.ui.TextEditor
Gets the whole content height in this TextEditor in pixels.
getContentWidth() - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Gets the content's width in pixels.
getCountry() - Method in interface com.nokia.mid.ui.locale.Locale
Retrieves the two-letter uppercase ISO 3166-1 country code (such as "US") of the locale.
getCurrent() - Method in interface com.nokia.mid.media.AudioOutputControl
returns an AudioOutput object which consists Device Type and the mode of the audio output
getCustomKeyboardControl() - Static method in class com.nokia.mid.ui.VirtualKeyboard
Gets singleton instance of CustomKeyboardControl Custom keyboard control is used for controlling custom virtual keyboard in touch devices that can be used when physical keypad is not available.
getDecodeStatus() - Method in interface com.nokia.mid.media.VideoDecodeControl
Get the current video decoder status.
getDefaultBoundingBox() - Static method in class com.nokia.mid.ui.CategoryBar
Gets the getDefaultBoundingBox.
getDefaultLocale() - Method in class com.nokia.mid.ui.locale.LocaleManager
Retrieves the default (currently selected) locale from the device.
getDirectGraphics(Graphics) - Static method in class com.nokia.mid.ui.DirectUtils
Converts standard javax.microedition.lcdui.Graphics to DirectGraphics.
getDisabledTouchInputModes() - Method in class com.nokia.mid.ui.TextEditor
By default all supported touch input modes are available.
getDisplayOrientation() - Static method in class com.nokia.mid.ui.orientation.Orientation
Gets the current display orientation.
getDragDistanceX() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Drag & Drop gesture events movement in horizontal direction since last drag gesture.
getDragDistanceY() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Drag & Drop gesture events movement in vertical direction since last drag gesture.
getErrorCode() - Method in exception com.nokia.mid.ui.SoftNotificationException
Returns with the native error code.
getFlickDirection() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Flick gesture events direction.
getFlickSpeed() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Flick gesture events speed in actual flick direction.
getFlickSpeedX() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Flick gesture events speed in horizontal direction.
getFlickSpeedY() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Flick gesture events speed in vertical direction.
getFont(int, int, int) - Static method in class com.nokia.mid.ui.DirectUtils
The method returns new instance of javax.microedition.lcdui.Font with custom font height.
getFont() - Method in class com.nokia.mid.ui.TextEditor
Gets the font being used in rendering the text content in this TextEditor.
getForegroundColor() - Method in class com.nokia.mid.ui.TextEditor
Gets the foreground color and alpha of this TextEditor
getGestures() - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Query for the gestures associated with the gesture event registration.
getHeight() - Method in class com.nokia.mid.ui.BrowserItem
Gets the height of this BrowserItem in pixels.
getHeight() - Method in class com.nokia.mid.ui.CanvasItem
Gets the height of this CanvasItem in pixels.
getHeight() - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Query for the height of the gesture event rectangle in pixels.
getHeight() - Static method in class com.nokia.mid.ui.VirtualKeyboard
Gets the height of this VirtualKeyboard.
getIcon() - Method in class com.nokia.mid.ui.PopupListItem
This returns the icon currently used in this PopupList item.
getIconId() - Method in class com.nokia.mid.ui.IconCommand
Gets the IconCommand's system icon id.
getId() - Method in class com.nokia.mid.ui.SoftNotification
Get soft notification identification of this instance.
getIndicatorSize() - Method in class com.nokia.mid.ui.TextEditor
Gets the size of the area needed for drawing the input indicators.
getInitialInputMode() - Method in class com.nokia.mid.ui.TextEditor
Returns the initial input mode set to the editor, or null if no initial input mode has been set.
getInstance() - Static method in class com.nokia.mid.ui.locale.LocaleManager
Gets a reference to the LocaleManager instance.
getInstance() - Static method in class com.nokia.mid.ui.multipointtouch.MultipointTouch
getInstance Gets a reference to the MultipointTouch instance.
getInteractiveZone(Object) - Static method in class com.nokia.mid.ui.gestures.GestureRegistrationManager
Get the container bound GestureInteractiveZone instance.
getItem(int) - Method in class com.nokia.mid.ui.PopupList
Returns the item specified by the index from the popuplist.
getKeyboardMode() - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Returns currently visible custom keyboard mode.
getKeyboardType() - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Returns currently visible custom keyboard type.
getLanguage() - Method in interface com.nokia.mid.ui.locale.Locale
Retrieves the two-letter lowercase ISO 639-1 language code (such as "en") of the locale.
getLineMarginHeight() - Method in class com.nokia.mid.ui.TextEditor
Gets the line margin height in this TextEditor in pixels.
getLongPressTimeInterval() - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Query for the long press gesture time interval in milliseconds.
getMaxElements() - Static method in class com.nokia.mid.ui.CategoryBar
Gets the maximum number of elements that can be displayed on a CategoryBar.
getMaxPointers() - Static method in class com.nokia.mid.ui.multipointtouch.MultipointTouch
getMaxPointers The method returns the maximum number of pointers, that is touch points that can be recognized by the touch HW in the device.
getMaxSize() - Method in class com.nokia.mid.ui.TextEditor
Returns the maximum size (number of characters) that can be stored in this TextEditor.
getMode() - Method in class com.nokia.mid.ui.CategoryBar
Gets the behaviour mode of the CategoryBar.
getNativePixelFormat() - Method in interface com.nokia.mid.ui.DirectGraphics
Returns the native color format used, for example, DirectGraphics#TYPE_BYTE_GRAY_1 or DirectGraphics#TYPE_USHORT_ARGB_4444.
getNumRegisteredFrameAnimators() - Static method in class com.nokia.mid.ui.frameanimator.FrameAnimator
Gets the number of currently registered FrameAnimators
getObjectTrait(Object, String) - Static method in class com.nokia.mid.ui.LCDUIUtil
This method gets the trait of the specified target object as an object value.
getOutputDevices() - Method in interface com.nokia.mid.media.AudioOutput
returns audio output device type if it is supported otherwise it will return null
getOutputMode() - Method in interface com.nokia.mid.media.AudioOutputControl
Get the currently set audio output mode.
getPanelHeight() - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Gets the height of the panel
getPanelMode() - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Gets the current panel-mode
getPanelWidth() - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Gets the width of the panel
getPanelX() - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Gets the current x-position of the panel on the display
getPanelY() - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Gets the current y-position of the panel on the display
getParent() - Method in class com.nokia.mid.ui.BrowserItem
Gets the current parent of this CanvasItem
getParent() - Method in class com.nokia.mid.ui.CanvasItem
Gets the current parent of this CanvasItem
getPinchCenterChangeX() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Pinch gesture events change in the center position between the fingers in horizontal direction since the last pinch gesture.
getPinchCenterChangeY() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Pinch gesture events change in the center position between the fingers in vertical direction since the last pinch gesture.
getPinchCenterX() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Pinch gesture events current center position between the fingers in horizontal direction.
getPinchCenterY() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Pinch gesture events current center position between the fingers in vertical direction.
getPinchDistanceChange() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Pinch gesture events change in the distance between the fingers since the last pinch gesture.
getPinchDistanceCurrent() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the Pinch gesture events current distance between the fingers.
getPinchDistanceStarting() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Gets the distance (in pixels) between the fingers when the pinch gesture started.
getPixels(int[], int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Gets the pixel values of an image to an array of ARGB values.
getPixels(byte[], byte[], int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Gets the pixel (including any transparency mask) values of an image to an array of byte values from specific screen location.
getPixels(short[], int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Gets the pixel values of an image to an array of short values from specific screen location.
getPositionX() - Method in class com.nokia.mid.ui.BrowserItem
Gets the rendering position of this BrowserItem.
getPositionX() - Method in class com.nokia.mid.ui.CanvasItem
Gets the rendering position of this CanvasItem.
getPositionY() - Method in class com.nokia.mid.ui.BrowserItem
Sets the rendering position of this BrowserItem.
getPositionY() - Method in class com.nokia.mid.ui.CanvasItem
Sets the rendering position of this CanvasItem.
getPreferredTouchMode() - Method in class com.nokia.mid.ui.TextEditor
Gets the preferred touch input mode.
getSelectedIcon() - Method in class com.nokia.mid.ui.IconCommand
Gets the selected version of the IconCommand's MIDlet-defined icon.
getSelectedIndex() - Method in class com.nokia.mid.ui.CategoryBar
Gets the index of the element that appears visually selected when the CategoryBar is displayed.
getSelection() - Method in class com.nokia.mid.ui.TextEditor
Gets the currently selected content in the TextEditor.
getStartX() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the gestures horizontal start location.
getStartY() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the gestures vertical start location.
getState(int) - Static method in class com.nokia.mid.ui.multipointtouch.MultipointTouch
getState Current state of the pointer.
getSupportedOrientations(int) - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Method for querying supported orientations for particular keyboard type.
getText() - Method in class com.nokia.mid.ui.PopupListItem
This method gets the text displayed by the PopupList item.
getTitle() - Method in class com.nokia.mid.ui.BrowserItem
Gets the title of the currently loaded page
getTouchControl() - Method in interface com.nokia.mid.ui.TextEditorExtensionAccess
Gets the Touch-extensions of the TextEditor-API.
getTransparency() - Method in class com.nokia.mid.ui.FullCanvas
Returns canvas transparency.
getType() - Method in interface com.nokia.mid.ui.gestures.GestureEvent
Query for the actual gesture event that has occurred.
getUnselectedIcon() - Method in class com.nokia.mid.ui.IconCommand
Gets the unselected version of the IconCommand's MIDlet-defined icon.
getUrl() - Method in class com.nokia.mid.ui.BrowserItem
Gets the url of the currently loaded page
getUserInactivityTime() - Static method in class com.nokia.mid.ui.DeviceControl
Function return the time since the last user activity in seconds.
getVisibility() - Method in class com.nokia.mid.ui.CategoryBar
Gets the CategoryBar's visible state.
getVisibleContentPosition() - Method in class com.nokia.mid.ui.TextEditor
Gets the topmost pixel position of the topmost visible line in the editor.
getWidth() - Method in class com.nokia.mid.ui.BrowserItem
Gets the width of this BrowserItem in pixels.
getWidth() - Method in class com.nokia.mid.ui.CanvasItem
Gets the width of this CanvasItem in pixels.
getWidth() - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Query for the width of the gesture event rectangle in pixels.
getWidth() - Static method in class com.nokia.mid.ui.VirtualKeyboard
Gets the width of this VirtualKeyboard.
getX() - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Query for the horizontal location of the gesture event rectangle.
getX(int) - Static method in class com.nokia.mid.ui.multipointtouch.MultipointTouch
getX Current X coordinate of the pointer.
getXPosition() - Static method in class com.nokia.mid.ui.VirtualKeyboard
Gets the x rendering position of this VirtualKeyboard.
getY() - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Query for the vertical location of the gesture event rectangle.
getY(int) - Static method in class com.nokia.mid.ui.multipointtouch.MultipointTouch
getY Current Y coordinate of the pointer.
getYPosition() - Static method in class com.nokia.mid.ui.VirtualKeyboard
Gets the y rendering position of this VirtualKeyboard.
getZPosition() - Method in class com.nokia.mid.ui.BrowserItem
Returns the Z-position, or the elevation, of the item.
getZPosition() - Method in class com.nokia.mid.ui.CanvasItem
Returns the Z-position, or the elevation, of the item.
getZPosition() - Method in class com.nokia.mid.ui.TextEditor
Returns the Z-position, or the elevation, of the item.

H

hasFocus() - Method in class com.nokia.mid.ui.TextEditor
Returns the focus state of TextEditor.
hasMarking() - Method in class com.nokia.mid.ui.PopupListItem
This retrieves whether the PopupListItem has marking or not
hideNotify(int) - Method in interface com.nokia.mid.ui.KeyboardVisibilityListener
Method notified when virtual keyboard is hidden.
hideOpenKeypadCommand(boolean) - Static method in class com.nokia.mid.ui.VirtualKeyboard
Called by the MIDlet to disables/enables the state of the default platform open keypad command in Canvas and/or CustomItem menus.

I

ICON_ADD_CONTACT - Static variable in class com.nokia.mid.ui.IconCommand
A unique id representing the system icon "add contact".
ICON_BACK - Static variable in class com.nokia.mid.ui.IconCommand
A unique id representing the system icon "back".
ICON_OK - Static variable in class com.nokia.mid.ui.IconCommand
A unique id representing the system icon "OK".
ICON_OPTIONS - Static variable in class com.nokia.mid.ui.IconCommand
A unique id representing the system icon "options".
ICON_SEND_SMS - Static variable in class com.nokia.mid.ui.IconCommand
A unique id representing the system icon "send sms".
IconCommand - Class in com.nokia.mid.ui
The Nokia IconCommand class encapsulates the semantic information of an action and is an extension to the javax.microedition.lcdui.Command class.
IconCommand(String, String, int, int, int) - Constructor for class com.nokia.mid.ui.IconCommand
Creates a new IconCommand with the given short label, long label, type, priority and system icon id.
IconCommand(String, int, int, int) - Constructor for class com.nokia.mid.ui.IconCommand
Creates a new IconCommand with the given label, type, priority and system icon id.
IconCommand(String, String, Image, Image, int, int) - Constructor for class com.nokia.mid.ui.IconCommand
Creates a new IconCommand with the given short label, long label, unselected icon, selected icon, type and priority.
IconCommand(String, Image, Image, int, int) - Constructor for class com.nokia.mid.ui.IconCommand
Creates a new IconCommand with the given label, unselected icon, selected icon, type and priority.
IMAGE_TYPE_BACKGROUND - Static variable in class com.nokia.mid.ui.CategoryBar
Image type representing background images.
IMAGE_TYPE_ICON - Static variable in class com.nokia.mid.ui.CategoryBar
Image type representing icon images.
inputAction(TextEditor, int) - Method in interface com.nokia.mid.ui.TextEditorListener
This method is called by the platform to notify the client about events in a TextEditor.
insert(String, int) - Method in class com.nokia.mid.ui.TextEditor
Inserts a string into the content of the TextEditor.
insertItem(PopupListItem, int) - Method in class com.nokia.mid.ui.PopupList
This method will insert an item to the list at the give index.
invokeUrl(String) - Method in class com.nokia.mid.ui.BrowserItem
Invokes a url
isMarked() - Method in class com.nokia.mid.ui.PopupListItem
This retrieves whether the PopupListItem is marked (checked).
isMultiline() - Method in class com.nokia.mid.ui.TextEditor
Returns the multiline state of the TextEditor.
isRegistered() - Method in class com.nokia.mid.ui.frameanimator.FrameAnimator
Returns whether this FrameAniamtor is currently registered
isSupported(int) - Static method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Query if a specific gesture is supported by the platform.
isTouchEnabled() - Method in class com.nokia.mid.ui.TextEditor
Gets the current touch-enabled state
isTouchEnabled() - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Gets the current touch-enabled state
isTouchFeedbackSupported() - Method in class com.nokia.mid.ui.TactileFeedback
Queries the device if it supports tactile feedback.
isValidImageAnchor(int) - Static method in class com.nokia.mid.ui.CanvasItem
Tests whether anchor has valid values
isVisible() - Method in class com.nokia.mid.ui.BrowserItem
Returns the visibility of the browser
isVisible() - Method in class com.nokia.mid.ui.CanvasItem
Returns the current visibility of this CanvasItem
isVisible() - Static method in class com.nokia.mid.ui.VirtualKeyboard
Query the visibility value of VirtualKeyboard.
item - Variable in class com.nokia.mid.ui.BrowserAdapter
 
itemSelected(PopupList, PopupListItem) - Method in interface com.nokia.mid.ui.PopupListListener
This function is implemented to receive a callback when a list item is selected.

K

KEY_DOWN_ARROW - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for Down arrow key.
KEY_END - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for End key.
KEY_LEFT_ARROW - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for Left arrow key.
KEY_RIGHT_ARROW - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for Right arrow key.
KEY_SEND - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for Send key.
KEY_SOFTKEY1 - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for left softkey or first command button key.
KEY_SOFTKEY2 - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for right softkey or last command button key.
KEY_SOFTKEY3 - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for select key, middle softkey or second command button key.
KEY_UP_ARROW - Static variable in class com.nokia.mid.ui.FullCanvas
Key code constant for Up arrow key.
KEYBOARD_LANDSCAPE - Static variable in interface com.nokia.mid.ui.CustomKeyboardControl
Orientation constant for landscape
KEYBOARD_LANDSCAPE_180 - Static variable in interface com.nokia.mid.ui.CustomKeyboardControl
Orientation constant for landscape 180 degree rotation
KEYBOARD_PORTRAIT - Static variable in interface com.nokia.mid.ui.CustomKeyboardControl
Orientation constant for portrait
KEYBOARD_PORTRAIT_180 - Static variable in interface com.nokia.mid.ui.CustomKeyboardControl
Orientation constant for portrait 180 degree rotation
KeyboardVisibilityListener - Interface in com.nokia.mid.ui
MIDlets that are interested in virtual keyboard visibility notifications, to for example adjust its UI, should implement this interface.
KEYMAT_ALPHANUMERIC - Static variable in class com.nokia.mid.ui.DeviceControl
 
KEYMAT_DEFAULT - Static variable in class com.nokia.mid.ui.DeviceControl
Keymat Light modes available.
KEYMAT_NUMERIC - Static variable in class com.nokia.mid.ui.DeviceControl
 
KEYMAT_OFF - Static variable in class com.nokia.mid.ui.DeviceControl
 
kineticScroll(int, int, int, float) - Method in class com.nokia.mid.ui.frameanimator.FrameAnimator
Initiates a step-by-step kinetic animation, moving A from the current (x,y) coordinate to a new position, which is described by a direction, speed and friction, according to the frame rate and max-pixels-per-second specified by the MIDlet in the FrameAnimator.register(int x, int y, short maxFps, short maxPps, FrameAnimatorListener listener) method.

L

launch(int, int) - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Launch custom virtual keyboard with custom type and mode.
launch(int) - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Launch custom virtual keyboard with custom type.
launch() - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Launch custom virtual keyboard.
launch(String, int, boolean) - Static method in class com.nokia.mid.ui.FileSelect
Launch the File Select component.
LCDUIUtil - Class in com.nokia.mid.ui
A utility class which provides static methods.
limitedKineticScroll(int, int, int, float, int, int) - Method in class com.nokia.mid.ui.frameanimator.FrameAnimator
 
LIST_DIALOG - Static variable in class com.nokia.mid.ui.PopupList
PopupList type is list dialog
listDismissed(PopupList) - Method in interface com.nokia.mid.ui.PopupListListener
This function is implemented to receive a callback when a list is dismissed.
loadHistoryByUrl(String) - Method in class com.nokia.mid.ui.BrowserItem
Makes the browser to load a url from the history
Locale - Interface in com.nokia.mid.ui.locale
Locale represents a locale stored on the device.
localeChanged(Locale) - Method in interface com.nokia.mid.ui.locale.LocaleListener
Notifies the listener that locale setting of the device has been changed.
LocaleListener - Interface in com.nokia.mid.ui.locale
Enables an application to learn about changes to the locale setting of the device.
LocaleManager - Class in com.nokia.mid.ui.locale
LocaleManager provides the access point to locale details of the device.

M

MAX_SUPPORTED_GESTURE_INTERACTIVE_ZONES - Static variable in class com.nokia.mid.ui.gestures.GestureRegistrationManager
Constant for the maximum number of supported gesture interactive zones per container.
MEDIA_TYPE_ALL - Static variable in class com.nokia.mid.ui.FileSelect
All media types.
MEDIA_TYPE_APPLICATION - Static variable in class com.nokia.mid.ui.FileSelect
Application media types.
MEDIA_TYPE_AUDIO - Static variable in class com.nokia.mid.ui.FileSelect
Video media types.
MEDIA_TYPE_PICTURE - Static variable in class com.nokia.mid.ui.FileSelect
Picture media types.
MEDIA_TYPE_VIDEO - Static variable in class com.nokia.mid.ui.FileSelect
Video media types.
mimeType - Variable in class com.nokia.mid.ui.FileSelectDetail
the MIME type of the selected file.
moveFeedbackAreaToFirstPriority(Object, int) - Method in class com.nokia.mid.ui.TactileFeedback
Moves the specified tactile feedback area to first priority.
MultipointTouch - Class in com.nokia.mid.ui.multipointtouch
MultipointTouch class provides access to data and configuration related to the multiple touch points.
MultipointTouchListener - Interface in com.nokia.mid.ui.multipointtouch
This interface is used by applications which need to receive multipoint touch events from the implementation.

N

newInstance(int) - Static method in class com.nokia.mid.ui.SoftNotification
Returns a new instance of SoftNotification class with a reference to previous soft notification instance.
newInstance() - Static method in class com.nokia.mid.ui.SoftNotification
Returns a new instance of SoftNotification class.
NONE - Static variable in interface com.nokia.mid.media.AudioOutputControl
The NONE audio output mode.
noteDialogDone() - Method in class com.nokia.mid.ui.BrowserItem
This function should be called when the note dialog has been closed
notificationDismissed(SoftNotification) - Method in interface com.nokia.mid.ui.SoftNotificationListener
Indicates that a soft notification was dismissed by the user.
notificationSelected(SoftNotification) - Method in interface com.nokia.mid.ui.SoftNotificationListener
Indicates that a soft notification was selected by the user.
notifyElementSelected(CategoryBar, int) - Method in interface com.nokia.mid.ui.ElementListener
Notifies the listener that an element belonging to the given CategoryBar was selected.

O

onConfirmDialog(String, String, String) - Method in class com.nokia.mid.ui.BrowserAdapter
This function will be called when the browser widget needs to display a confirm dialog By default confirmDialogDone(true) is called
onConfirmDialog(String, String, String) - Method in interface com.nokia.mid.ui.BrowserListener
This function will be called when the browser widget needs to display a confirm dialog The confirmDialogDone should be called with the result of the choice.
onFileSelectDialog() - Method in class com.nokia.mid.ui.BrowserAdapter
This function will be called when the browser widget needs to display a file select dialog By default fileSelectDialogDone("") is called
onFileSelectDialog() - Method in interface com.nokia.mid.ui.BrowserListener
This function will be called when the browser widget needs to display a file select dialog The fileSelectDialogDone should be called with the result of the file selection.
onHttpStatusCode(int) - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called when an http status code is received Codes: 1 - no error happened 2 - error happened, but don't care Other http error codes like 100, 101, 201, 202, etc.
onHttpStatusCode(int) - Method in interface com.nokia.mid.ui.BrowserListener
This method is called when an http status code is received Codes: 1 - no error happened 2 - error happened, but don't care Other http error codes like 100, 101, 201, 202, etc.
onItemSelected(String, int, String) - Method in class com.nokia.mid.ui.BrowserAdapter
This function will be called when the user tries to interact with an item It passes in the properties of the item, currently it works with images only and the image can be saved by calling saveSelectedImage on the BrowserItem
onItemSelected(String, int, String) - Method in interface com.nokia.mid.ui.BrowserListener
This function will be called when the user tries to interact with an item It passes in the properties of the item, currently it works with images only and the image can be saved by calling saveSelectedImage on the BrowserItem
onNoteDialog(String) - Method in class com.nokia.mid.ui.BrowserAdapter
This function will be called when the browser widget needs to display a note dialog By default noteDialogDone will be called
onNoteDialog(String) - Method in interface com.nokia.mid.ui.BrowserListener
This function will be called when the browser widget needs to display a note dialog The noteDialogDone should be called when the dialog has been closed
onPageChanged() - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called when the browser has loaded a new page It is not necessarily called at the same time as onProgressEnd.
onPageChanged() - Method in interface com.nokia.mid.ui.BrowserListener
This method is called when the browser has loaded a new page It is not necessarily called at the same time as onProgressEnd.
onPageInteraction() - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called when the user interacts with the page
onPageInteraction() - Method in interface com.nokia.mid.ui.BrowserListener
This method is called when the user interacts with the page
onProgressChanged(int) - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called to inform about page loading progress
onProgressChanged(int) - Method in interface com.nokia.mid.ui.BrowserListener
This method is called to inform about page loading progress
onProgressEnd() - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called when the browser is finished loading the page
onProgressEnd() - Method in interface com.nokia.mid.ui.BrowserListener
This method is called when the browser is finished loading the page
onProgressStart() - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called when the browser starts downloading
onProgressStart() - Method in interface com.nokia.mid.ui.BrowserListener
This method is called when the browser starts downloading
onSecurityChanged(boolean) - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called when moving into or away from secure page
onSecurityChanged(boolean) - Method in interface com.nokia.mid.ui.BrowserListener
This method is called when moving into or away from secure page
onSelectListDialog(String, boolean, int[], boolean[], String[]) - Method in class com.nokia.mid.ui.BrowserAdapter
This function will be called when the browser widget needs to display a select list dialog By default selectListDialogDone(null) is called
onSelectListDialog(String, boolean, int[], boolean[], String[]) - Method in interface com.nokia.mid.ui.BrowserListener
This function will be called when the browser widget needs to display a select list dialog The selectListDialogDone should be called with the result of the list selection.
onUploadEnd() - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called when the browser has finished uploading data
onUploadEnd() - Method in interface com.nokia.mid.ui.BrowserListener
This method is called when the browser has finished uploading data
onUploadStart() - Method in class com.nokia.mid.ui.BrowserAdapter
This method is called when the browser is uploading data like when posting form data
onUploadStart() - Method in interface com.nokia.mid.ui.BrowserListener
This method is called when the browser is uploading data like when posting form data
Orientation - Class in com.nokia.mid.ui.orientation
Orientation class is used for getting and setting UI orientation.
ORIENTATION_LANDSCAPE - Static variable in class com.nokia.mid.ui.orientation.Orientation
Constant for display and UI orientation mode (Landscape, right side up).
ORIENTATION_LANDSCAPE_180 - Static variable in class com.nokia.mid.ui.orientation.Orientation
Constant for display orientation mode (Landscape, left side up).
ORIENTATION_PORTRAIT - Static variable in class com.nokia.mid.ui.orientation.Orientation
Constant for display and UI orientation mode (Portrait, top side up).
ORIENTATION_PORTRAIT_180 - Static variable in class com.nokia.mid.ui.orientation.Orientation
Constant for display orientation mode (Portrait, bottom side up).
OrientationListener - Interface in com.nokia.mid.ui.orientation
Listener interface for applications interested in orientation related events in the system.

P

paint(Graphics) - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Renders the CanvasGraphicsItem.
PANEL_FIXED_POSITION - Static variable in interface com.nokia.mid.ui.TextEditorTouchControl
Constant to enable the display of a keypad/control-panel.
PANEL_FLOATING - Static variable in interface com.nokia.mid.ui.TextEditorTouchControl
Constant to enable the display of a keypad/control-panel.
PANEL_OFF - Static variable in interface com.nokia.mid.ui.TextEditorTouchControl
Constant to disable the display of a keypad/control-panel
POINTER_DRAGGED - Static variable in class com.nokia.mid.ui.multipointtouch.MultipointTouch
Constant for the pointer drag.
POINTER_PRESSED - Static variable in class com.nokia.mid.ui.multipointtouch.MultipointTouch
Constant for the pointer press.
POINTER_RELEASED - Static variable in class com.nokia.mid.ui.multipointtouch.MultipointTouch
Constant for the pointer release.
pointersChanged(int[]) - Method in interface com.nokia.mid.ui.multipointtouch.MultipointTouchListener
Indicates that the state and/or coordinates of one or more touch points have changed.
PopupList - Class in com.nokia.mid.ui
This class implements a popup list which can be populated by text of list elements.
PopupList() - Constructor for class com.nokia.mid.ui.PopupList
This constructor instantiates a PopupList instance.
PopupList(String) - Constructor for class com.nokia.mid.ui.PopupList
This constructor instantiates a PopupList instance with itemText set.
PopupList(String, int) - Constructor for class com.nokia.mid.ui.PopupList
This constructor instantiates a PopupList instance with the itemText set as provided and depending on the listType value it is a contextual menu or a list dialog
PopupListException - Exception in com.nokia.mid.ui
This class reports PopupList related problems
PopupListException(String) - Constructor for exception com.nokia.mid.ui.PopupListException
This constructor instantiates the PopupListException
PopupListItem - Class in com.nokia.mid.ui
This class represents an item in a popuplist.
PopupListItem(String) - Constructor for class com.nokia.mid.ui.PopupListItem
This constructor instantiates the PopupList item.
PopupListItem(String, boolean) - Constructor for class com.nokia.mid.ui.PopupListItem
This constructor instantiates the PopupList item.
PopupListItem(String, Image) - Constructor for class com.nokia.mid.ui.PopupListItem
This constructor instantiates the PopupList item.
PopupListItem(String, Image, boolean, boolean) - Constructor for class com.nokia.mid.ui.PopupListItem
This constructor instantiates the PopupList item.
PopupListListener - Interface in com.nokia.mid.ui
This interface should be implemented by anyone who wishes to receive events from a PopupList.
post() - Method in class com.nokia.mid.ui.SoftNotification
Shows a new soft notification or updates the content of previously posted notification.
PRIVATE - Static variable in interface com.nokia.mid.media.AudioOutputControl
The PRIVATE audio output mode.
PUBLIC - Static variable in interface com.nokia.mid.media.AudioOutputControl
The PUBLIC audio output mode.

R

register(int, int, short, short, FrameAnimatorListener) - Method in class com.nokia.mid.ui.frameanimator.FrameAnimator
Registers this FrameAnimator as active.
register(Object, GestureInteractiveZone) - Static method in class com.nokia.mid.ui.gestures.GestureRegistrationManager
Register a gesture interactive zone to a container.
registerFeedbackArea(Object, int, int, int, int, int, int) - Method in class com.nokia.mid.ui.TactileFeedback
Registers area within a UI component for tactile feedback.
reload() - Method in class com.nokia.mid.ui.BrowserItem
Reloads the current page
remove() - Method in class com.nokia.mid.ui.SoftNotification
Removes the posted soft notification from the device home screen.
removeFeedbackForComponent(Object) - Method in class com.nokia.mid.ui.TactileFeedback
Removes all tactile feedback for a UI component.
removeItem(PopupListItem) - Method in class com.nokia.mid.ui.PopupList
This will remove the item from the popuplist.
removeItemAt(int) - Method in class com.nokia.mid.ui.PopupList
This will remove the item specified by the index from the popuplist.
removeLocaleListener(LocaleListener) - Method in class com.nokia.mid.ui.locale.LocaleManager
Deregisters a LocaleListener from locale related change notifications.
removeMultipointTouchListener(MultipointTouchListener) - Method in class com.nokia.mid.ui.multipointtouch.MultipointTouch
removeMultipointTouchListener Removes a Multipoint Touch listener.
removeOrientationListener(OrientationListener) - Static method in class com.nokia.mid.ui.orientation.Orientation
Removes an orientation listener.
repaint() - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Requests a repaint for the entire CanvasGraphicsItem.
repaint(int, int, int, int) - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Requests a repaint for the specified region of the CanvasGraphicsItem.
resetUserInactivityTime() - Static method in class com.nokia.mid.ui.DeviceControl
Function reset user inactivity time.
ROTATE_180 - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for rotating image 180 degrees counter-clockwise.
ROTATE_270 - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for rotating image 270 degrees counter-clockwise.
ROTATE_90 - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for rotating image 90 degrees counter-clockwise.

S

saveSelectedImage(String) - Method in class com.nokia.mid.ui.BrowserItem
Saves the selected image to the file system
scale(int, int) - Method in class com.nokia.mid.ui.BrowserItem
Overrides the CanvasItem's scale method as on BrowserItem it is not supported
scale(int, int, int, int) - Method in class com.nokia.mid.ui.BrowserItem
Overrides the CanvasItem's scale method as on BrowserItem it is not supported
scale(int, int) - Method in class com.nokia.mid.ui.CanvasItem
Scales CanvasItem to the specified size as per current scaling mode.
scale(int, int, int, int) - Method in class com.nokia.mid.ui.CanvasItem
Scales CanvasItem to the specified size as per current scaling mode and resets the current anchor position.
SCALE_AVERAGE - Static variable in class com.nokia.mid.ui.CanvasItem
Constant used to indicate the SCALE_AVERAGE mode of a CanvasItem.
SCALE_NEAREST - Static variable in class com.nokia.mid.ui.CanvasItem
Constant used to indicate the SCALE_NEAREST mode of a CanvasItem.
SCALE_NOT_ALLOWED - Static variable in class com.nokia.mid.ui.CanvasItem
Constant used to indicate the SCALE_NOT_ALLOWED mode of a CanvasItem.
selectListDialogDone(int[]) - Method in class com.nokia.mid.ui.BrowserItem
This function should be called when the user has finished list selection
setAppOrientation(int) - Static method in class com.nokia.mid.ui.orientation.Orientation
Sets the application's UI orientation.
setARGBColor(int) - Method in interface com.nokia.mid.ui.DirectGraphics
Sets the current color to the specified ARGB value.
setBackgroundColor(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the background color and alpha of this TextEditor to the specified values.
setBackgroundColour(int) - Method in class com.nokia.mid.ui.CategoryBar
Sets category bar background colour.
setBackgroundImage(Image) - Method in class com.nokia.mid.ui.CategoryBar
Sets the CategoryBar's background image.
Only applications signed to the manufacturer and operator domain are permitted to use this method.
setBrowserListener(BrowserListener) - Method in class com.nokia.mid.ui.BrowserItem
Sets the BrowserItem's listener to get notifications from the BrowserItem
setCaret(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the index of the caret.
setCaret(int, int) - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Sets the caret as close as possible to a given x/y location.
setCaretXY(int, int) - Method in class com.nokia.mid.ui.TextEditor
Sets the caret in the Editor at x, y location.
setCommandListener(CommandListener) - Method in class com.nokia.mid.ui.FullCanvas
Throws IllegalStateException.
setConstraints(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the input constraints of this TextEditor.
setContent(String) - Method in class com.nokia.mid.ui.TextEditor
Sets the content of the TextEditor as a string.
setDecodeStatus(int) - Method in interface com.nokia.mid.media.VideoDecodeControl
Set the current video decoder status.
setDefaultIndicators() - Method in class com.nokia.mid.ui.TextEditor
Resets the implementation provided input indicators to their default position.
setDisabledTouchInputModes(int) - Method in class com.nokia.mid.ui.TextEditor
Disables one or multiple touch input modes from use.
setElementListener(ElementListener) - Method in class com.nokia.mid.ui.CategoryBar
Associates an ElementListener with the CategoryBar.
setElementProperties(int, Image, Image, String) - Method in class com.nokia.mid.ui.CategoryBar
Sets the icon and label properties of the specified element, replacing the existing values.
setElementProperties(int, IconCommand, boolean) - Method in class com.nokia.mid.ui.CategoryBar
Sets the icon and label properties of the specified element to match those of a given IconCommand, replacing the existing values.
setFocus(boolean) - Method in class com.nokia.mid.ui.TextEditor
Sets this TextEditor focused or removes keyboard focus.
setFont(Font) - Method in class com.nokia.mid.ui.TextEditor
Sets the application preferred font for rendering the text content in this TextEditor.
setForegroundColor(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the foreground color and alpha of this TextEditor to the specified values.
setGestures(int) - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Update the list of gestures that are detected for the interactive zone.
setHasMarking(boolean) - Method in class com.nokia.mid.ui.PopupListItem
This method sets whether the PopupListItem has marking or not.
setHeader(Displayable, String, Image, int, int, int) - Static method in class com.nokia.mid.ui.DirectUtils
Sets the header bar brandable elements on a displayable.
setHighlightBackgroundColor(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the highlight background color.
setHighlightColour(int) - Method in class com.nokia.mid.ui.CategoryBar
Sets category bar highlight colour.
setHighlightForegroundColor(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the highlight foreground color.
setIcon(Image) - Method in class com.nokia.mid.ui.PopupListItem
This method sets the current icon of this PopupList item.
setImage(byte[]) - Method in class com.nokia.mid.ui.SoftNotification
Sets an image to be displayed in the soft notification.
setIndicatorLocation(int, int) - Method in class com.nokia.mid.ui.TextEditor
If the default indicator location is not used then sets the drawing location for input indicators relative to the TextEditor's parent.
setIndicatorVisibility(boolean) - Method in class com.nokia.mid.ui.TextEditor
By default indicators visibility is set to true and they are made visible when the associated TextEditor is focused.
setInitialInputMode(String) - Method in class com.nokia.mid.ui.TextEditor
Sets a hint to the implementation as to the input mode that should be used when the user initiates editing of this TextEditor.
setItemText(String) - Method in class com.nokia.mid.ui.PopupList
Deprecated. will be removed soon, use the setText instead of
setKeyboardMode(int) - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Changes currently visible custom keyboard mode.
setKeyboardType(int) - Method in interface com.nokia.mid.ui.CustomKeyboardControl
Changes currently visible custom keyboard type.
setLights(int, int) - Static method in class com.nokia.mid.ui.DeviceControl
Activates and deactivates the lights on the device.
setListener(Object, GestureListener) - Static method in class com.nokia.mid.ui.gestures.GestureRegistrationManager
Add a listener to the a container.
setListener(PopupListListener) - Method in class com.nokia.mid.ui.PopupList
This method sets the PopupListListener for this list.
setListener(SoftNotificationListener) - Method in class com.nokia.mid.ui.SoftNotification
Sets listener for the soft notification.
setListYPos(int) - Method in class com.nokia.mid.ui.PopupList
Sets the y coordinate where the contextual menu should be shown.
setLongPressTimeInterval(int) - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Set the long press event time interval.
setMarked(boolean) - Method in class com.nokia.mid.ui.PopupListItem
This method sets whether the PopupListItem is marked (checked).
setMaxSize(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the maximum size (number of characters) that can be contained in this TextEditor.
setMode(int) - Method in class com.nokia.mid.ui.CategoryBar
Sets the behaviour mode of the CategoryBar.
setMultiline(boolean) - Method in class com.nokia.mid.ui.TextEditor
Sets the editor to be either multi-line (true) or single-line (false).
setObjectTrait(Object, String, Object) - Static method in class com.nokia.mid.ui.LCDUIUtil
Sets the trait value of the target object as Object.
setOutputMode(int) - Method in interface com.nokia.mid.media.AudioOutputControl
Sets the preferred audio output mode.
setPanelMode(int) - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Controls the behaviour of the virtual keypad/control-panel, if the device provides one.
setPanelPosition(int, int) - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Sets the position of the panel on the display.
setParent(Object) - Method in class com.nokia.mid.ui.BrowserItem
Set the parent object of this BrowserItem.
setParent(Object) - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Set the parent object of this CanvasItem.
setParent(Object) - Method in class com.nokia.mid.ui.CanvasItem
Set the parent object of this CanvasItem.
setParent(Object) - Method in class com.nokia.mid.ui.TextEditor
Set the parent object of this TextEditor.
setPosition(int, int) - Method in class com.nokia.mid.ui.BrowserItem
Sets the rendering position of this BrowserItem.
setPosition(int, int) - Method in class com.nokia.mid.ui.CanvasItem
Sets the rendering position of this CanvasItem.
setPosition(int, int) - Method in class com.nokia.mid.ui.TextEditor
Sets the rendering position of this TextEditor.
setPreferredTouchMode(int) - Method in class com.nokia.mid.ui.TextEditor
Set the preferred touch input mode overriding the device default preferred mode.
setRectangle(int, int, int, int) - Method in class com.nokia.mid.ui.gestures.GestureInteractiveZone
Defines the gesture event rectangle location and dimensions.
setScalingMode(int, boolean, int) - Method in class com.nokia.mid.ui.BrowserItem
Overrides the CanvasItem's method as on BrowserItem it is not supported
setScalingMode(int, boolean, int) - Method in class com.nokia.mid.ui.CanvasItem
This method is called to define how size change / scaling should be performed.
setSelectedIndex(int) - Method in class com.nokia.mid.ui.CategoryBar
Sets the CategoryBar's selected element, which is element zero by default.
setSelection(int, int) - Method in class com.nokia.mid.ui.TextEditor
Sets a selection on a range of text in the TextEditor content.
setSize(int, int) - Method in class com.nokia.mid.ui.BrowserItem
Sets the size of this BrowserItem in pixels.
setSize(int, int, int, int) - Method in class com.nokia.mid.ui.BrowserItem
Sets the size of this BrowserItem in pixels and resets the current anchor position.
setSize(int, int) - Method in class com.nokia.mid.ui.CanvasItem
Sets the size of this Window in pixels.
setSize(int, int, int, int) - Method in class com.nokia.mid.ui.CanvasItem
Sets the size of this CanvasItem in pixels and resets the current anchor position.
setSize(int, int) - Method in class com.nokia.mid.ui.TextEditor
Sets the size of this TextEditor in pixels.
setSoftkeyLabels(String, String) - Method in class com.nokia.mid.ui.SoftNotification
Sets the textual labels for the softkeys.
setStatusZoneVisibility(Object, Object) - Static method in class com.nokia.mid.ui.LCDUIUtil
Deprecated. Please note that this method has now been replaced with: setTrait(Object,"nokia.ui.canvas.status_zone",Object )
setTailStyle(int) - Method in class com.nokia.mid.ui.PopupList
This sets the tail style for the contextual menu.
setText(String) - Method in class com.nokia.mid.ui.PopupList
This method sets the PopupList item text.
setText(String) - Method in class com.nokia.mid.ui.PopupListItem
This method sets the text for the PopupList item to the indicated value.
setText(String, String) - Method in class com.nokia.mid.ui.SoftNotification
Sets the text field to be displayed in the soft notification.
setTextEditorListener(TextEditorListener) - Method in class com.nokia.mid.ui.TextEditor
Sets a listener for content changes in this TextEditor, replacing any previous TextEditorListener.
setTouchEnabled(boolean) - Method in class com.nokia.mid.ui.TextEditor
Specifies whether or not the editor will receive touch-events.
setTouchEnabled(boolean) - Method in interface com.nokia.mid.ui.TextEditorTouchControl
Specifies whether or not the editor will receive touch-events.
setTransitionSupport(boolean) - Method in class com.nokia.mid.ui.CategoryBar
Sets whether transition effects are enabled on the CategoryBar, which otherwise follow the default device settings.
setVisibility(boolean) - Method in class com.nokia.mid.ui.CategoryBar
Sets the CategoryBar's visibility, which is hidden by default.
setVisibilityListener(KeyboardVisibilityListener) - Static method in class com.nokia.mid.ui.VirtualKeyboard
set the VisibilityListener
setVisible(boolean) - Method in class com.nokia.mid.ui.BrowserItem
Sets the visibility value of BrowserItem.
setVisible(boolean) - Method in class com.nokia.mid.ui.CanvasItem
Sets the visibility value of CanvasItem.
setVisible(boolean) - Method in class com.nokia.mid.ui.PopupList
This sets the list visible or hidden.
setVisible(boolean) - Method in class com.nokia.mid.ui.TextEditor
Sets the visibility value of TextEditor.
setZPosition(int) - Method in class com.nokia.mid.ui.BrowserItem
Sets the Z-position, or the elevation, of the item.
setZPosition(int) - Method in class com.nokia.mid.ui.CanvasItem
Sets the Z-position, or the elevation, of the item.
setZPosition(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the Z-position, or the elevation, of the item.
showNotify(int) - Method in interface com.nokia.mid.ui.KeyboardVisibilityListener
Method notified when virtual keyboard is shown.
size - Variable in class com.nokia.mid.ui.FileSelectDetail
the size of the selected file.
size() - Method in class com.nokia.mid.ui.PopupList
This will return the size of the popuplist.
size() - Method in class com.nokia.mid.ui.TextEditor
Gets the number of characters that are currently stored in this TextEditor.
SoftNotification - Class in com.nokia.mid.ui
The SoftNotification is a class to manage soft notifications.
SoftNotification() - Constructor for class com.nokia.mid.ui.SoftNotification
Hidden default constructor.
SoftNotificationException - Exception in com.nokia.mid.ui
This API is an optional feature in Nokia UI API, and depending on the device capabilities there may be implementations that do not support soft notifications.
SoftNotificationException() - Constructor for exception com.nokia.mid.ui.SoftNotificationException
Default constructor is not allowed.
SoftNotificationException(String) - Constructor for exception com.nokia.mid.ui.SoftNotificationException
Constructs an exception instance with a textual information.
SoftNotificationException(String, int) - Constructor for exception com.nokia.mid.ui.SoftNotificationException
Constructs an exception instance with a textual information and the error code of the native call.
SoftNotificationListener - Interface in com.nokia.mid.ui
SoftNotificationListener interface is used by applications which need callbacks from soft notifications.
startVibra(int, long) - Static method in class com.nokia.mid.ui.DeviceControl
Activates vibration for a given length of time and frequency.
stop() - Method in class com.nokia.mid.ui.BrowserItem
Stops loading
stop() - Method in class com.nokia.mid.ui.frameanimator.FrameAnimator
Aborts an ongoing movement.
stopVibra() - Static method in class com.nokia.mid.ui.DeviceControl
Stops any vibration.
STYLE_LIGHT - Static variable in class com.nokia.mid.ui.DirectUtils
The light style constant.
suppressSizeChanged(boolean) - Static method in class com.nokia.mid.ui.CategoryBar
Suppresses sizeChanged(int,int) events when category bar visibility changes.
suppressSizeChanged(boolean) - Static method in class com.nokia.mid.ui.VirtualKeyboard
Suppress sizeChanged events when visibility changes
SYSTEM_KEYBOARD - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Keyboard Type: SYSTEM.

T

TactileFeedback - Class in com.nokia.mid.ui
 
TactileFeedback() - Constructor for class com.nokia.mid.ui.TactileFeedback
Constructs tactile feedback engine object.
TAIL_LEFT - Static variable in class com.nokia.mid.ui.PopupList
PopupList Tail Style indicating that the tail should point to the left action button.
TAIL_NONE - Static variable in class com.nokia.mid.ui.PopupList
PopupList Tail Style indicating that the list should have no tail.
TAIL_PARENT - Static variable in class com.nokia.mid.ui.PopupList
PopupList Tail Style indicating that the tail should point to the parent list item.
TAIL_RIGHT - Static variable in class com.nokia.mid.ui.PopupList
PopupList Tail Style indicating that the tail should point to the right action button.
TextEditor - Class in com.nokia.mid.ui
A TextEditor is an editable text component that is used with a parent object; with Canvas or CustomItem.
TextEditorExtensionAccess - Interface in com.nokia.mid.ui
This interface provides access to extended functionality related to the TextEditor-API The object returned by the method TextEditor.createTextEditor(String,int, int, int, int) and TextEditor.createTextEditor(int, int, int, int) implements this interface.
TextEditorListener - Interface in com.nokia.mid.ui
A listener for receiving notification of content changes and other editor events from TextEditor objects.
TextEditorTouchControl - Interface in com.nokia.mid.ui
Touch-devices can use a virtual control-panel to replace physical keys, and to facilitate textual input.
toString() - Method in exception com.nokia.mid.ui.SoftNotificationException
Constructs human readable textual information.
TYPE_BYTE_1_GRAY - Static variable in interface com.nokia.mid.ui.DirectGraphics
1 bit format, 2 distinct color values (on/off), stored as a byte.
TYPE_BYTE_1_GRAY_VERTICAL - Static variable in interface com.nokia.mid.ui.DirectGraphics
1 bit format, 2 distinct color values (on/off), stored as a byte.
TYPE_BYTE_2_GRAY - Static variable in interface com.nokia.mid.ui.DirectGraphics
2 bit format, 4 gray scale colors.
TYPE_BYTE_332_RGB - Static variable in interface com.nokia.mid.ui.DirectGraphics
3 bits for red, 3 bits for green, and 2 bits for blue component in a pixel, stored as a byte.
TYPE_BYTE_4_GRAY - Static variable in interface com.nokia.mid.ui.DirectGraphics
4 bit format, 16 gray scale colors.
TYPE_BYTE_8_GRAY - Static variable in interface com.nokia.mid.ui.DirectGraphics
8 bit format, 256 gray scale colors.
TYPE_INT_8888_ARGB - Static variable in interface com.nokia.mid.ui.DirectGraphics
8 bits for alpha, red, green and blue component in a pixel (0xAARRGGBB).
TYPE_INT_888_RGB - Static variable in interface com.nokia.mid.ui.DirectGraphics
8 bits for red, green and blue component in a pixel (0x00RRGGBB).
TYPE_USHORT_1555_ARGB - Static variable in interface com.nokia.mid.ui.DirectGraphics
1 bit for alpha, 5 bits for red, green and blue component in a pixel.
TYPE_USHORT_4444_ARGB - Static variable in interface com.nokia.mid.ui.DirectGraphics
4 bits for alpha, red, green and blue component in a pixel, stored as a short (0xARGB).
TYPE_USHORT_444_RGB - Static variable in interface com.nokia.mid.ui.DirectGraphics
4 bits for red, green and blue component in a pixel, stored as a short (0x0RGB).
TYPE_USHORT_555_RGB - Static variable in interface com.nokia.mid.ui.DirectGraphics
5 bits for red, green and blue component in a pixel.
TYPE_USHORT_565_RGB - Static variable in interface com.nokia.mid.ui.DirectGraphics
5 bits for red, 6 bits for green and 5 bits for blue component in a pixel.

U

unregister() - Method in class com.nokia.mid.ui.frameanimator.FrameAnimator
Deactivates this FrameAnimator immediately.
unregister(Object, GestureInteractiveZone) - Static method in class com.nokia.mid.ui.gestures.GestureRegistrationManager
Unregister a gesture interactive zone from a container.
unregisterAll(Object) - Static method in class com.nokia.mid.ui.gestures.GestureRegistrationManager
Unregisters all current gesture interactive zones from a container.
unregisterFeedbackArea(Object, int) - Method in class com.nokia.mid.ui.TactileFeedback
Unregisters tactile feedback area within a UI component.
url - Variable in class com.nokia.mid.ui.FileSelectDetail
the URL of the selected file.

V

VideoDecodeControl - Interface in com.nokia.mid.media
VideoDecodeControl interface is a control interface for setting and getting the status of the video decoder of the Player during video playback.
VirtualKeyboard - Class in com.nokia.mid.ui
Full touch devices can use a virtual keyboard as a replacement for the physical keyboard and thus allow textual input.
VKB_MODE_ALPHA_LOWER_CASE - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Input Mode: ALPHA_LOWER_CASE - User can enter only lower case alphabetic characters.
VKB_MODE_ALPHA_UPPER_CASE - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Input Mode: ALPHA_UPPER_CASE - User can enter only upper case alphabetic characters.
VKB_MODE_ALPHA_UPPER_CASE_LOCKED - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Input Mode: ALPHA_UPPER_CASE_LOCKED - User can enter only upper case alphabetic characters.
VKB_MODE_DEFAULT - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Input Mode: DEFAULT.
VKB_MODE_NUMERIC - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Input Mode: NUMERIC - User can enter only integer values.
VKB_TYPE_GAME - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Keyboard Type: GAME.
VKB_TYPE_ITUT - Static variable in class com.nokia.mid.ui.VirtualKeyboard
Keyboard Type: ITUT.

A B C D E F G H I K L M N O P R S T U V

Copyright © 2012 Nokia Corporation. All rights reserved.

Nokia is registered trademark of Nokia Corporation. Java and all Java-based marks are trademarks or registered trademarks of Oracle Corporation. Other product and company names mentioned herein may be trademarks or trade names of their respective owners. This document is confidential information of Nokia Corporation.

Disclaimer
The information in this document is provided "as is," with no warranties whatsoever, including any warranty of merchantability, fitness for any particular purpose, or any warranty otherwise arising out of any proposal, specification, or sample. Furthermore, information provided in this document is preliminary, and may be changed substantially prior to final release.

Nokia Corporation disclaims all liability, including liability for infringement of any proprietary rights, relating to this document and implementation of any information presented in this document.

Nokia Corporation retains the right to make changes to this document at any time, without notice.

License
Subject to above disclaimer, a license is hereby granted to use this documentation solely under existing Limited License Agreement and non-disclosure agreement between the companies for the agreed application development for Series 40 Nokia phones. No other licenses e.g. to any intellectual property rights are granted herein. Any use of the screen shots of this documentation, including any icons thereof, is subject to Nokia's prior written approval.