A C D F G H I J K M N P R S T U

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_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.
ACTION_VIRTUAL_KEYBOARD_CLOSE - Static variable in interface com.nokia.mid.ui.S60TextEditor
Indicates that the touch screen virtual keyboard is closed.
ACTION_VIRTUAL_KEYBOARD_OPEN - Static variable in interface com.nokia.mid.ui.S60TextEditor
Indicates that the touch screen virtual keyboard is opened.
addCommand(Command) - Method in class com.nokia.mid.ui.FullCanvas
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.lcdui.Canvas.addCommand(Command).
ALL - Static variable in interface com.nokia.mid.media.AudioOutputControl
The ALL audio output mode.
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 preferred audio output mode.

C

CanvasGraphicsItem - Class in com.nokia.mid.ui
A CanvasGraphicsItem is a drawable component that is used with a parent object; with Canvas.
CanvasGraphicsItem(int, int) - Constructor for class com.nokia.mid.ui.CanvasGraphicsItem
Creates a new CanvasGraphicsItem object with the given initial size.
CanvasItem - Class in com.nokia.mid.ui
Parent object just for components on Canvas.
CanvasItem() - Constructor for class com.nokia.mid.ui.CanvasItem
 
Clipboard - Class in com.nokia.mid.ui
Class to provide extra functionality that is related to text-editing
Clipboard() - Constructor for class com.nokia.mid.ui.Clipboard
 
com.nokia.mid.media - package com.nokia.mid.media
Provides an API for setting application preferred audio output mode
com.nokia.mid.sound - package com.nokia.mid.sound
Provides an API for simple audio capabilities
com.nokia.mid.ui - package com.nokia.mid.ui
Contains some graphics-related extensions for MIDP low-level UI APIs, such as Graphics and Canvas.
copyFromClipboard() - Static method in class com.nokia.mid.ui.Clipboard
Copies characters from the system clipboard.
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 that 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 returns a newly created mutable Image with the specified dimension and all the pixels of the image defined by the specified 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.

D

DEFAULT - Static variable in interface com.nokia.mid.media.AudioOutputControl
The DEFAULT audio output mode.
delete(int, int) - Method in class com.nokia.mid.ui.TextEditor
Deletes characters from the TextEditor.
DeviceControl - Class in com.nokia.mid.ui
DeviceControl provides a collection of methods to control some of the special features available in mobile devices, e.g., vibrator, screen (LCD) backlight, and screen saver appearance.
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 for MIDP Graphics, with which polygons and triangles can be drawn and filled, images can be rotated or flipped, alpha channel color supported and raw pixel data can be directly obtained from the graphics context or drawn to it.
DirectUtils - Class in com.nokia.mid.ui
This class contains utility methods for converting standard lcdui classes to Nokia UI classes and vice versa, and a method for creating images that are empty with pixels either transparent or colored, and creating mutable images from encoded image byte arrays.
drawImage(Image, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.lcdui.Graphics.drawRegion(javax.microedition.lcdui.Image, int, int, int, int, int, int, int, int).
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 the graphics context to a specific location from the array starting from the 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 the graphics context to a 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 the graphics context to specific a location.
drawPolygon(int[], int, int[], int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Draws a closed polygon defined by the arrays of the x- and y-coordinates.
drawTriangle(int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Draws a closed triangle defined by coordinates.

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.
fillPolygon(int[], int, int[], int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Fills a closed polygon defined by the arrays of the x- and y-coordinates.
fillTriangle(int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Fills a closed triangle defined by coordinates.
flashLights(long) - Static method in class com.nokia.mid.ui.DeviceControl
Does flashing lights effect for specific duration.
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.
FORMAT_TONE - Static variable in class com.nokia.mid.sound.Sound
Deprecated. A tone-based format is used.
FORMAT_WAV - Static variable in class com.nokia.mid.sound.Sound
Deprecated. Content is in WAV format.
FullCanvas - Class in com.nokia.mid.ui
FullCanvas provides a full screen painting area.
FullCanvas() - Constructor for class com.nokia.mid.ui.FullCanvas
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.lcdui.Canvas.setFullScreenMode(boolean).

G

getActiveOutputMode() - Method in interface com.nokia.mid.media.AudioOutput
Get active output mode.
getAlphaComponent() - Method in interface com.nokia.mid.ui.DirectGraphics
Gets the alpha component of the current color.
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.
getCaretPosition() - Method in class com.nokia.mid.ui.TextEditor
Gets the current position of the caret in the editor.
getConcurrentSoundCount(int) - Static method in class com.nokia.mid.sound.Sound
Deprecated. Returns the maximum number of concurrent sounds the device can play for a specific audio type.
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.TextEditor
Gets the whole content height in this TextEditor in pixels.
getCurrent() - Method in interface com.nokia.mid.media.AudioOutputControl
 
getDirectGraphics(Graphics) - Static method in class com.nokia.mid.ui.DirectUtils
Converts standard javax.microedition.lcdui.Graphics to DirectGraphics.
getDisabledTouchInputModes() - Method in interface com.nokia.mid.ui.S60TextEditor
By default all supported touch input modes are available.
getErrorCode() - Method in exception com.nokia.mid.ui.SoftNotificationException
Returns with the native error code.
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
getGain() - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.VolumeControl.getLevel(int).
getHeight() - Method in class com.nokia.mid.ui.CanvasItem
Gets the height of this CanvasItem in pixels.
getId() - Method in class com.nokia.mid.ui.SoftNotification
Get soft notification identification of this instance.
getIndicatorSize() - Method in interface com.nokia.mid.ui.S60TextEditor
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.
getLineMarginHeight() - Method in class com.nokia.mid.ui.TextEditor
Gets the line margin height in this TextEditor in pixels.
getMaxSize() - Method in class com.nokia.mid.ui.TextEditor
Returns the maximum size (number of characters) that can be stored in this TextEditor.
getNativePixelFormat() - Method in interface com.nokia.mid.ui.DirectGraphics
Returns the native pixel format of an implementation.
getOutputMode() - Method in interface com.nokia.mid.media.AudioOutputControl
Get the currently set audio output mode.
getParent() - Method in class com.nokia.mid.ui.CanvasItem
Get the parent object of this CanvasItem or null, if no parent set.
getPixels(int[], int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Copies the pixel values of the graphics context from a specific location to an array of int values.
getPixels(byte[], byte[], int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Copies the pixel (including any transparency mask) values of the graphics context from a specific location to an array of byte values.
getPixels(short[], int, int, int, int, int, int, int) - Method in interface com.nokia.mid.ui.DirectGraphics
Copies the pixel values of the graphics context from a specific location to an array of short values.
getPositionX() - Method in class com.nokia.mid.ui.CanvasItem
Gets the rendering position of this CanvasItem.
getPositionY() - Method in class com.nokia.mid.ui.CanvasItem
Sets the rendering position of this CanvasItem.
getPreferredTouchMode() - Method in interface com.nokia.mid.ui.S60TextEditor
Gets the preferred touch input mode.
getSelection() - Method in class com.nokia.mid.ui.TextEditor
Gets the currently selected content in the TextEditor.
getState() - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Manager.Player.getState().
getSupportedFormats() - Static method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Manager.getSupportedContentTypes(String).
getUserInactivityTime() - Static method in class com.nokia.mid.ui.DeviceControl
Function return the time since the last user activity in seconds.
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.CanvasItem
Gets the width of this CanvasItem in pixels.
getZPosition() - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Returns the Z-position (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.

I

init(int, long) - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Manager.playTone(int, int, int).
init(byte[], int) - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Manager.createPlayer(java.io.InputStream, String).
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.
isMultiline() - Method in class com.nokia.mid.ui.TextEditor
Returns the multiline state of the TextEditor.
isTouchEnabled() - Method in interface com.nokia.mid.ui.S60TextEditor
Gets the current touch-enabled state
isTouchFeedbackSupported() - Method in class com.nokia.mid.ui.TactileFeedback
Queries the device if it supports tactile feedback.
isVisible() - Method in class com.nokia.mid.ui.CanvasItem
Returns the visibility value of CanvasItem.

J

joystickEvent(int, int) - Method in interface com.nokia.mid.ui.JoystickEventListener
Called when the Joystick sends an event.
JoystickEventListener - Interface in com.nokia.mid.ui
A listener interface to learn when the state of a Joystick changes.

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.

M

moveFeedbackAreaToFirstPriority(Object, int) - Method in class com.nokia.mid.ui.TactileFeedback
Moves the specified tactile feedback area to first priority.

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.
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.

P

paint(javax.microedition.lcdui.Graphics) - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Renders the CanvasGraphicsItem.
play(int) - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Player.setLoopCount(int).
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

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.
release() - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Player.deallocate().
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.
repaint(int, int, int, int) - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Requests a repaint for the specified region of the CanvasGraphicsItem.
repaint() - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Requests a repaint for the entire CanvasGraphicsItem.
resetUserInactivityTime() - Static method in class com.nokia.mid.ui.DeviceControl
Function reset user inactivity time.
resume() - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Player.start().
ROTATE_180 - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for rotating an image 180 degrees counter-clockwise.
ROTATE_270 - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for rotating an image 270 degrees counter-clockwise.
ROTATE_90 - Static variable in interface com.nokia.mid.ui.DirectGraphics
Constant for rotating an image 90 degrees counter-clockwise.

S

S60TextEditor - Interface in com.nokia.mid.ui
S60 platform specific extensions to TextEditor.
setARGBColor(int) - Method in interface com.nokia.mid.ui.DirectGraphics
Sets the current color (and alpha) to the specified ARGB value (0xAARRGGBB).
setBackgroundColor(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the background color and alpha of this TextEditor to the specified values.
setCaret(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the index of the caret.
setCaretXY(int, int) - Method in interface com.nokia.mid.ui.S60TextEditor
Sets the caret in the Editor at x, y location.
setCommandListener(CommandListener) - Method in class com.nokia.mid.ui.FullCanvas
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.lcdui.Canvas.setCommandListener(CommandListener).
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.
setDefaultIndicators() - Method in interface com.nokia.mid.ui.S60TextEditor
Resets the implementation provided input indicators to their default position.
setDisabledTouchInputModes(int) - Method in interface com.nokia.mid.ui.S60TextEditor
Disables one or multiple touch input modes from use.
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.
setGain(int) - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.VolumeControl.setLevel(int).
setHighlightBackgroundColor(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the highlight background color.
setHighlightForegroundColor(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the highlight foreground color.
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 interface com.nokia.mid.ui.S60TextEditor
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 interface com.nokia.mid.ui.S60TextEditor
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.
setLights(int, int) - Static method in class com.nokia.mid.ui.DeviceControl
Activates and deactivates lights on the device; the function can also be used for preventing screen saver appearance.
setListener(SoftNotificationListener) - Method in class com.nokia.mid.ui.SoftNotification
Sets listener for the soft notification.
setMaxSize(int) - Method in class com.nokia.mid.ui.TextEditor
Sets the maximum size (number of characters) that can be contained in this TextEditor.
setMultiline(boolean) - Method in class com.nokia.mid.ui.TextEditor
Sets the editor to be either multi-line (true) or single-line (false).
setOutputMode(int) - Method in interface com.nokia.mid.media.AudioOutputControl
Sets the preferred audio output mode.
setParent(Object) - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Set the parent object of this CanvasGraphicsItem.
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.CanvasGraphicsItem
Sets the rendering position of this CanvasGraphicsItem.
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 interface com.nokia.mid.ui.S60TextEditor
Set the preferred touch input mode overriding the device default preferred mode.
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.CanvasGraphicsItem
Sets the size of this CanvasGraphicsItem in pixels.
setSize(int, int) - Method in class com.nokia.mid.ui.CanvasItem
Sets the size of this CanvasItem in pixels.
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.
setSoundListener(SoundListener) - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Player.addPlayerListener(javax.microedition.media.PlayerListener).
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 interface com.nokia.mid.ui.S60TextEditor
Specifies whether or not the editor will receive touch-events.
setVisible(boolean) - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Sets the visibility value of CanvasGraphicsItem.
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.TextEditor
Sets the visibility value of TextEditor.
setZPosition(int) - Method in class com.nokia.mid.ui.CanvasGraphicsItem
Sets the Z-position (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.
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.
Sound - Class in com.nokia.mid.sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by classes in javax.microedition.media package.
Sound(byte[], int) - Constructor for class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Manager.createPlayer(java.io.InputStream, String).
Sound(int, long) - Constructor for class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Manager.playTone(int, int, int).
SOUND_PLAYING - Static variable in class com.nokia.mid.sound.Sound
Deprecated. Sound is in a playing state.
SOUND_STOPPED - Static variable in class com.nokia.mid.sound.Sound
Deprecated. Sound is in a stopped state.
SOUND_UNINITIALIZED - Static variable in class com.nokia.mid.sound.Sound
Deprecated. Sound is in an uninitialized (already released) state.
SoundListener - Interface in com.nokia.mid.sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.PlayerListener interface.
soundStateChanged(Sound, int) - Method in interface com.nokia.mid.sound.SoundListener
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.PlayerListener.playerUpdate(javax.microedition.media.Player, String, Object).
startVibra(int, long) - Static method in class com.nokia.mid.ui.DeviceControl
Activates the vibra device with given duration and frequency.
stop() - Method in class com.nokia.mid.sound.Sound
Deprecated. As of Nokia UI API 1.1 in devices with MIDP 2.0 or higher, replaced by javax.microedition.media.Player.stop().
stopVibra() - Static method in class com.nokia.mid.ui.DeviceControl
Stops the vibra device.

T

TactileFeedback - Class in com.nokia.mid.ui
This class is a Java extension to support tactile feedback (audio, vibra, piezo, etc.) on touch-enabled devices.
TactileFeedback() - Constructor for class com.nokia.mid.ui.TactileFeedback
Constructs tactile feedback engine object.
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.
TextEditor() - Constructor for class com.nokia.mid.ui.TextEditor
 
TextEditorListener - Interface in com.nokia.mid.ui
A listener for receiving notification of content changes and other editor events from TextEditor objects.
toString() - Method in exception com.nokia.mid.ui.SoftNotificationException
Constructs human readable textual information.
TOUCH_INPUT_ALL_AVAILABLE - Static variable in interface com.nokia.mid.ui.S60TextEditor
Indicates that all input methods are available.
TOUCH_INPUT_FSC - Static variable in interface com.nokia.mid.ui.S60TextEditor
Full screen handwriting recognition
TOUCH_INPUT_FSQ - Static variable in interface com.nokia.mid.ui.S60TextEditor
Full screen QWERTY keyboard
TOUCH_INPUT_HWR - Static variable in interface com.nokia.mid.ui.S60TextEditor
Handwriting recognition
TOUCH_INPUT_ITUT - Static variable in interface com.nokia.mid.ui.S60TextEditor
Alphanumeric keyboard with ITU-T input
TOUCH_INPUT_MINI_ITUT - Static variable in interface com.nokia.mid.ui.S60TextEditor
Mini ITU-T for Japanese devices
TOUCH_INPUT_VKB - Static variable in interface com.nokia.mid.ui.S60TextEditor
Virtual QWERTY keyboard
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. 8 pixel values in a single byte, packed as closely as possible.
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. 8 pixel values are stored in a single 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

unregisterFeedbackArea(Object, int) - Method in class com.nokia.mid.ui.TactileFeedback
Unregisters tactile feedback area within a UI component.

A C D F G H I J K M N P R S T U
forum.nokia.com/java

Copyright (c) 2002-2010 Nokia Corporation. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.