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

A

ACTION_CARET_MOVE - Static variable in interface javax.microedition.lcdui.TextEditorChangeListener
Indicates that the caret in this TextEditor has moved.
ACTION_CONTENT_CHANGE - Static variable in interface javax.microedition.lcdui.TextEditorChangeListener
Indicates that the content of this TextEditor has changed.
ACTION_DIRECTION_CHANGE - Static variable in interface javax.microedition.lcdui.TextEditorChangeListener
Indicates that the direction of the writing-language has changed.
ACTION_INPUT_MODE_CHANGE - Static variable in interface javax.microedition.lcdui.TextEditorChangeListener
Indicates that the current input-mode has changed.
ACTION_LANGUAGE_CHANGE - Static variable in interface javax.microedition.lcdui.TextEditorChangeListener
Indicates that the current input-language has changed.
ACTION_TRAVERSE_NEXT - Static variable in interface javax.microedition.lcdui.TextEditorChangeListener
Indicates that the user tries to exit this TextEditor downwards.
ACTION_TRAVERSE_PREVIOUS - Static variable in interface javax.microedition.lcdui.TextEditorChangeListener
Indicates that the user tries to exit this TextEditor upwards.
ACTIONS_ALL - Static variable in class javax.microedition.lcdui.Canvas
Constant for requesting the full set of actions comprised of UP, DOWN, LEFT, RIGHT, FIRE, GAME_A, GAME_B, GAME_C, and GAME_D.
ACTIONS_NAVIGATION - Static variable in class javax.microedition.lcdui.Canvas
Constant for requesting the basic set of actions comprised of UP, DOWN, LEFT, RIGHT, and FIRE ACTIONS_NAVIGATION has a value of -1.
ACTIONS_NONE - Static variable in class javax.microedition.lcdui.Canvas
Constant for requesting the empty set of actions ACTIONS_NONE has a value of 0.
ActionsDeniedPermission - Class in javax.microedition.midlet
ActionsDeniedPermission is required by MIDlets that want to restrict the actions allowed by an user on a MIDlet or a MIDlet Suite.
ActionsDeniedPermission() - Constructor for class javax.microedition.midlet.ActionsDeniedPermission
Creates a new ActionsDeniedPermission object
addCommand(Command) - Method in class javax.microedition.lcdui.Alert
Similar to Displayable.addCommand(javax.microedition.lcdui.Command), however when the application first adds a command to an Alert, Alert.DISMISS_COMMAND is implicitly removed.
addCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Adds a command to the Displayable.
addCommand(Command) - Method in class javax.microedition.lcdui.FileSelector
FileSelector has two fixed, built-in Commands: OK_COMMAND and CANCEL_COMMAND.
addCommand(Command) - Method in class javax.microedition.lcdui.Item
Adds a context sensitive Command to the item.
addCommand(Command) - Method in class javax.microedition.lcdui.Spacer
Spacers are restricted from having Commands, so this method will always throw IllegalStateException whenever it is called.
addDisplayListener(DisplayListener) - Static method in class javax.microedition.lcdui.Display
Adds a listener to receive Display notifications.
addedToDisplay(Display) - Method in class javax.microedition.lcdui.IdleItem
Indicates that this IdleItem is part of the idle screen.
addEventListener(String, EventDataListener, boolean) - Method in class javax.microedition.event.EventManager
Add an EventListener to be notified.
addEventListener(String, EventDataListener, boolean, boolean) - Method in class javax.microedition.event.EventManager
Add an event listener to be notified of events with boolean values.
addEventListener(String, EventDataListener, boolean, String[]) - Method in class javax.microedition.event.EventManager
Add an event listener to be notified of an event represented by String values.
addEventListener(String, EventDataListener, boolean, double, double) - Method in class javax.microedition.event.EventManager
Add an event listener to be notified of an event represented by double values.
addEventListener(String, EventDataListener, boolean, long, long) - Method in class javax.microedition.event.EventManager
Add an event listener to be notified of an event represented by int or long values.
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store, and returns the recordId for this new record.
addRecord(byte[], int, int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store and associates the record with the given tag.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
addTab(Screen, Image) - Method in class javax.microedition.lcdui.TabbedPane
Adds a tab element to the TabbedPane as the last element.
addTabListener(TabListener) - Method in class javax.microedition.lcdui.TabbedPane
Sets a listener for focus change to this TabbedPane, replacing any previous TabListener.
ALARM - Static variable in class javax.microedition.lcdui.AlertType
An ALARM AlertType is a hint to alert the user to an event for which the user has previously requested to be notified.
Alert - Class in javax.microedition.lcdui
An alert is a screen that shows data to the user and waits for a certain period of time before proceeding to the next Displayable.
Alert(String) - Constructor for class javax.microedition.lcdui.Alert
Constructs a new, empty Alert object with the given title.
Alert(String, String, Image, AlertType) - Constructor for class javax.microedition.lcdui.Alert
Constructs a new Alert object with the given title, content string and image, and alert type.
ALERT - Static variable in class javax.microedition.lcdui.Display
Image type for Alert image.
AlertType - Class in javax.microedition.lcdui
The AlertType provides an indication of the nature of alerts.
AlertType() - Constructor for class javax.microedition.lcdui.AlertType
Protected constructor for subclasses.
ALIGN_CENTER - Static variable in class javax.microedition.lcdui.Text
Center each line of text horizontally within this Text.
ALIGN_DEFAULT - Static variable in class javax.microedition.lcdui.Text
Align each line using the default.
ALIGN_JUSTIFY - Static variable in class javax.microedition.lcdui.Text
Justify the each line both left and right.
ALIGN_LEFT - Static variable in class javax.microedition.lcdui.Text
Align each line of text to the left edge of this Text.
ALIGN_RIGHT - Static variable in class javax.microedition.lcdui.Text
Align each line of text to the right edge of this Text.
AnimatedImage - Class in javax.microedition.lcdui
An AnimatedImage is a special type of Image that encapsulates a series frames and the length of time that each frame should be shown.
ANY - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter any text.
append(String, Image) - Method in interface javax.microedition.lcdui.Choice
Appends an element to the Choice.
append(String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
Appends an element to the ChoiceGroup.
append(Item) - Method in class javax.microedition.lcdui.Form
Adds an Item into the Form.
append(String) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one String to the Form.
append(Image) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one Image to the Form.
append(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Appends a Layer to this LayerManager.
append(String, Image) - Method in class javax.microedition.lcdui.List
Appends an element to the List.
append(Command) - Method in class javax.microedition.lcdui.Menu
Appends a Command to the Menu.
append(Menu) - Method in class javax.microedition.lcdui.Menu
Appends a sub-menu to this Menu.
APPLICATION_RELAUNCH_PREFIX - Static variable in class javax.microedition.event.EventData
Prefix of system event names that indicate an attempt was made to relaunch a target MIDlet that is already running.
AUDIO_MUTE - Static variable in class javax.microedition.event.EventData
Indicates whether all audio output devices under the control of the implementation are muted.
AUTHMODE_ANY - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access to any MIDlet suites.
AUTHMODE_APPLEVEL - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access to only certain identified MIDlets.
AUTHMODE_PRIVATE - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access only to the current MIDlet suite.
AutoStartPermission - Class in javax.microedition.midlet
AutoStartPermission allows MIDlets in a MIDlet suite to assume the Auto Start MIDlet behavior.
AutoStartPermission() - Constructor for class javax.microedition.midlet.AutoStartPermission
Creates a new AutoStartPermission object

B

BACK - Static variable in class javax.microedition.lcdui.Command
A navigation command that returns the user to the logically previous screen.
BACKLIGHT - Static variable in class javax.microedition.event.EventData
Indicates the backlight illumination level.
BACKLIGHT_DIM - Static variable in class javax.microedition.event.EventData
Indicates the backlight is dim.
BACKLIGHT_OFF - Static variable in class javax.microedition.event.EventData
Indicates the backlight is off.
BACKLIGHT_ON - Static variable in class javax.microedition.event.EventData
Indicates the backlight is on.
BAD_EXTENSIONS - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate has unrecognized critical extensions.
BASELINE - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point at the baseline of text.
BATTERY_CHARGING - Static variable in class javax.microedition.event.EventData
Indicates whether the battery is currently charging.
BATTERY_LEVEL - Static variable in class javax.microedition.event.EventData
Indicates the amount of charge remaining in the battery as a percent represented by int values of 0 to 100 inclusive.
BATTERY_LOW - Static variable in class javax.microedition.event.EventData
Indicates if the battery is low.
bind(Object) - Static method in class javax.microedition.lcdui.ScalableImage
Binds a ScalableImage instance to a more advanced scalable image object from an external graphics API.
BOTTOM - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images below the text or image.
BROKEN_CHAIN - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate in a chain was not issued by the next authority in the chain.
BUTTON - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item MUST appear as a button.

C

CALL - Static variable in class javax.microedition.lcdui.NotificationType
The standard notification type for missed calls.
callSerially(Runnable) - Method in class javax.microedition.lcdui.Display
Causes the Runnable object r to have its run() method called later, serialized with the event stream, soon after completion of the repaint cycle.
CANCEL - Static variable in class javax.microedition.lcdui.Command
A command that is a standard negative answer to a dialog implemented by current screen.
CANCEL_COMMAND - Static variable in class javax.microedition.lcdui.FileSelector
A Command delivered to a listener to indicate that user has dismissed the FileSelector without selecting any file.
Canvas - Class in javax.microedition.lcdui
The Canvas class is a base class for writing applications that need to handle low-level events and to issue graphics calls for drawing to the display.
Canvas() - Constructor for class javax.microedition.lcdui.Canvas
Constructs a new Canvas object
CanvasItem - Class in javax.microedition.lcdui
CanvasItem abstracts the generic features of it's subclasses, such as TextEditor component.
CanvasItem() - Constructor for class javax.microedition.lcdui.CanvasItem
Constructor for CanvasItem.
Certificate - Interface in javax.microedition.pki
Interface common to certificates.
CERTIFICATE_CHAIN_TOO_LONG - Static variable in exception javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
CertificateException - Exception in javax.microedition.pki
The CertificateException encapsulates an error that occurred while a Certificate is being used.
CertificateException(Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String, Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a message, Certificate, and specific error reason.
charsWidth(char[], int, int) - Method in class javax.microedition.lcdui.Font
Returns the advance width for showing a substring of the array ch in this Font; starting at the specified offset and for the specified number of characters (length).
charWidth(char) - Method in class javax.microedition.lcdui.Font
Gets the advance width of the specified character in this Font.
checkPermission(String) - Method in class javax.microedition.midlet.MIDlet
Deprecated. The permissions model in this specification does not use named permissions.
Choice - Interface in javax.microedition.lcdui
Choice defines an API for a user interface components implementing selection from predefined number of choices.
CHOICE_GROUP_ELEMENT - Static variable in class javax.microedition.lcdui.Display
Image type for ChoiceGroup element image.
ChoiceGroup - Class in javax.microedition.lcdui
A ChoiceGroup is a group of selectable elements intended to be placed within a Form.
ChoiceGroup(String, int) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new, empty ChoiceGroup, specifying its title and its type.
ChoiceGroup(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new ChoiceGroup, specifying its title, the type of the ChoiceGroup, and an array of Strings and Images to be used as its initial contents.
clipRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Intersects the current clip with the specified rectangle.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
collidesWith(Sprite, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified Sprite.
collidesWith(TiledLayer, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified TiledLayer.
collidesWith(Image, int, int, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified Image with its upper left corner at the specified location.
COLOR_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_BORDER - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_BORDER - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_IDLE_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
Color specifier for the background of items on idle screen
COLOR_IDLE_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
Color specifier for the foreground of items on idle screen
COLOR_IDLE_HIGHLIGHTED_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
Color specifier for the background of focused items on idle screen
COLOR_IDLE_HIGHLIGHTED_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
Color specifier for the foreground of focused items on idle screen
Command - Class in javax.microedition.lcdui
The Command class is a construct that encapsulates the semantic information of an action.
Command(String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given short label, type, and priority.
Command(String, String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given labels, type, and priority.
Command(String, String, Image, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given labels, image, type and priority.
COMMAND - Static variable in class javax.microedition.lcdui.Display
Image type for images used in Commands.
commandAction(Command, Displayable) - Method in interface javax.microedition.lcdui.CommandListener
Indicates that a command event has occurred on Displayable d.
commandAction(Command, Item) - Method in interface javax.microedition.lcdui.ItemCommandListener
Called by the system to indicate that a command has been invoked on a particular item.
CommandLayoutPolicy - Interface in javax.microedition.lcdui
This interface is used to implement exact placement of commands.
CommandListener - Interface in javax.microedition.lcdui
This interface is used by applications which need to receive high-level events from the implementation.
CommConnection - Interface in javax.microedition.io
This interface defines a logical serial port connection.
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
Returns RecordComparator.PRECEDES if rec1 precedes rec2 in sort order, or RecordComparator.FOLLOWS if rec1 follows rec2 in sort order, or RecordComparator.EQUIVALENT if rec1 and rec2 are equivalent in terms of sort order.
CONFIRMATION - Static variable in class javax.microedition.lcdui.AlertType
A CONFIRMATION AlertType is a hint to confirm user actions.
CONSTRAINT_MASK - Static variable in class javax.microedition.lcdui.TextField
The mask value for determining the constraint mode.
CONTINUOUS_IDLE - Static variable in class javax.microedition.lcdui.Gauge
The value representing the continuous-idle state of a non-interactive Gauge with indefinite range.
CONTINUOUS_RUNNING - Static variable in class javax.microedition.lcdui.Gauge
The value representing the continuous-running state of a non-interactive Gauge with indefinite range.
copyArea(int, int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Copies the contents of a rectangular area (x_src, y_src, width, height) to a destination area, whose anchor point identified by anchor is located at (x_dest, y_dest).
createAnimatedTile(int) - Method in class javax.microedition.lcdui.game.TiledLayer
Creates a new animated tile and returns the index that refers to the new animated tile.
createFont(InputStream) - Static method in class javax.microedition.lcdui.Font
Returns a new Font using the specified font input data.
createImage(int, int) - Static method in class javax.microedition.lcdui.Image
Creates a new, mutable image without an alpha channel for off-screen drawing.
createImage(int, int, boolean, int) - Static method in class javax.microedition.lcdui.Image
Creates a new mutable image with or without an alpha channel for off-screen drawing.
createImage(Image) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a source image.
createImage(String) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createImage(byte[], int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image which is decoded from the data stored in the specified byte array at the specified offset and length.
createImage(Image, int, int, int, int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image using pixel data from the specified region of a source image, transformed as specified.
createImage(Image, int, int, int, int, int, int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image using pixel data from the specified region of a source image, transformed as specified and scaled to a specific size.
createImage(InputStream) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from an InputStream.
createRGBImage(int[], int, int, boolean) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a sequence of ARGB values, specified using the 32-bit ARGB format.
CURRENCY - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter values that correspond to a currency amount.
CustomItem - Class in javax.microedition.lcdui
A CustomItem is customizable by subclassing to introduce new visual and interactive elements into Forms.
CustomItem(String) - Constructor for class javax.microedition.lcdui.CustomItem
Superclass constructor, provided so that the CustomItem subclass can specify its label.

D

DATA_NETWORK - Static variable in class javax.microedition.event.EventData
Indicates the available data networks.
DATE - Static variable in class javax.microedition.lcdui.DateField
Input mode for date information (day, month, year).
DATE_TIME - Static variable in class javax.microedition.lcdui.DateField
Input mode for date (day, month, year) and time (minutes, hours) information.
DateField - Class in javax.microedition.lcdui
A DateField is an editable component for presenting date and time (calendar) information that may be placed into a Form.
DateField(String, int) - Constructor for class javax.microedition.lcdui.DateField
Creates a DateField object with the specified label and mode.
DateField(String, int, TimeZone) - Constructor for class javax.microedition.lcdui.DateField
Creates a date field in which calendar calculations are based on specific TimeZone object and the default calendaring system for the current locale.
DECIMAL - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter numeric values with optional decimal fractions, for example "-123", "0.123", or ".5".
defineCollisionRectangle(int, int, int, int) - Method in class javax.microedition.lcdui.game.Sprite
Defines the Sprite's bounding rectangle that is used for collision detection purposes.
defineReferencePixel(int, int) - Method in class javax.microedition.lcdui.game.Sprite
Defines the reference pixel for this Sprite.
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
DELETE - Static variable in interface javax.microedition.io.HttpConnection
The HTTP DELETE method.
delete(int) - Method in interface javax.microedition.lcdui.Choice
Deletes the element referenced by elementNum.
delete(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Deletes the element referenced by elementNum.
delete(int) - Method in class javax.microedition.lcdui.Form
Deletes the Item referenced by itemNum.
delete(int) - Method in class javax.microedition.lcdui.List
Deletes the element referenced by elementNum.
delete(int, int) - Method in class javax.microedition.lcdui.Text
Deletes the range of characters in the text.
delete(int, int) - Method in class javax.microedition.lcdui.TextBox
Deletes characters from the TextBox.
delete(int, int) - Method in class javax.microedition.lcdui.TextEditor
Deletes characters from the TextEditor.
delete(int, int) - Method in class javax.microedition.lcdui.TextField
Deletes characters from the TextField.
deleteAll() - Method in interface javax.microedition.lcdui.Choice
Deletes all elements from this Choice, leaving it with zero elements.
deleteAll() - Method in class javax.microedition.lcdui.ChoiceGroup
Deletes all elements from this ChoiceGroup.
deleteAll() - Method in class javax.microedition.lcdui.Form
Deletes all the items from this Form, leaving it with zero items.
deleteAll() - Method in class javax.microedition.lcdui.List
Deletes all elements from this List.
deleteRecord(int) - Method in class javax.microedition.rms.RecordStore
The record is deleted from the record store; the recordId for this record MUST NOT be reused.
deleteRecordStore(String) - Static method in class javax.microedition.rms.RecordStore
Deletes the named record store.
deriveFont(int, int) - Method in class javax.microedition.lcdui.Font
Creates a new Font object by replicating this Font object and applying a new style and size.
deriveFont(int) - Method in class javax.microedition.lcdui.Font
Creates a new Font object by replicating this Font object and applying a new size to it.
destroy() - Method in interface javax.microedition.rms.RecordEnumeration
Frees internal resources used by this RecordEnumeration.
destroyApp(boolean) - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to terminate and enter the Destroyed state.
DIRECTION_LTR - Static variable in class javax.microedition.lcdui.FormLayoutPolicy
Indicates left-to-right mode for layout direction.
DIRECTION_LTR - Static variable in class javax.microedition.lcdui.Text
Initial Left-to-Right display order.
DIRECTION_NEUTRAL - Static variable in class javax.microedition.lcdui.Text
Initial neutral display order.
DIRECTION_RTL - Static variable in class javax.microedition.lcdui.FormLayoutPolicy
Indicates right-to-left mode for layout direction.
DIRECTION_RTL - Static variable in class javax.microedition.lcdui.Text
Initial Right-to-Left display order.
DIRECTORY_CREATE - Static variable in class javax.microedition.lcdui.FileSelector
This constant value indicates that the purpose of the file selector is to choose the name for a directory the application will create.
DIRECTORY_SELECT - Static variable in class javax.microedition.lcdui.FileSelector
This constant value indicates that the purpose of the file selector is to locate a directory.
DISMISS_COMMAND - Static variable in class javax.microedition.lcdui.Alert
A Command delivered to a listener to indicate that the Alert has been dismissed.
Display - Class in javax.microedition.lcdui
The Display class provides a MIDlet with access to the device's user interface hardware resources.
DISPLAY_HARDWARE_ABSENT - Static variable in class javax.microedition.lcdui.Display
Hardware state indicating that the display hardware is no longer connected to the device and cannot be used.
DISPLAY_HARDWARE_DISABLED - Static variable in class javax.microedition.lcdui.Display
Hardware state indicating that the display hardware is disabled and its contents are not visible to the user.
DISPLAY_HARDWARE_ENABLED - Static variable in class javax.microedition.lcdui.Display
Hardware state indicating that the display hardware is enabled and available for use.
Displayable - Class in javax.microedition.lcdui
An object that has the capability of being placed on the display.
displayAdded(Display) - Method in interface javax.microedition.lcdui.DisplayListener
This method is called when a new Display becomes available for the MIDlet.
DisplayCapabilityException - Exception in javax.microedition.lcdui
Indicates that a Display's capabilities are insufficient for the requested operation.
DisplayCapabilityException() - Constructor for exception javax.microedition.lcdui.DisplayCapabilityException
Constructs an exception with no specified detail message.
DisplayCapabilityException(String) - Constructor for exception javax.microedition.lcdui.DisplayCapabilityException
Constructs an exception with the specified detail message.
DisplayListener - Interface in javax.microedition.lcdui
The DisplayListener interface defines a series of methods that are called in response to Display events.
displayStateChanged(Display, int) - Method in interface javax.microedition.lcdui.DisplayListener
This method is called when the state of a Display changes.
doLayout(int, int, int, int, int[]) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Compute or update the position and size of Items in the Form within the viewport.
doLayout(int, int, int, int, int[]) - Method in class javax.microedition.lcdui.TableLayoutPolicy
Compute or update the position and size of each Item in the Form.
DOTTED - Static variable in class javax.microedition.lcdui.Graphics
Constant for the DOTTED stroke style.
DOWN - Static variable in class javax.microedition.lcdui.Canvas
Constant for the DOWN action.
DOWN_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the DOWN key.
drawArc(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle, using the current color, alpha, and stroke style.
drawARGB16(short[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Renders a series of device-independent ARGB values in a specified region.
drawChar(char, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified character using the current font, color, and alpha.
drawChars(char[], int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified characters using the current font, color, and alpha.
drawImage(Image, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified image by using the anchor point.
drawLine(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2) using the current color, alpha, and stroke style.
drawRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of the specified rectangle using the current color, alpha, and stroke style.
drawRegion(Image, int, int, int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Copies a region of the specified source image to a location within the destination, possibly transforming (rotating and reflecting) the image data using the chosen transform function.
drawRegion(Image, int, int, int, int, int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Scales and transforms a region of the specified source image to a region within the destination, possibly transforming (rotating and reflecting) the image data using the chosen transform function and scaling the pixels to fit the destination region.
drawRGB(int[], int, int, int, int, int, int, boolean) - Method in class javax.microedition.lcdui.Graphics
Renders a series of device-independent ARGB values in a specified region.
drawRGB16(short[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Renders a series of device-independent RGB values in a specified region.
drawRoundRect(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of the specified rounded corner rectangle using the current color, alpha, and stroke style.
drawString(String, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified String using the current font, color, and alpha.
drawSubstring(String, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified String using the current font, color, and alpha.
drawText(Text, int, int) - Method in class javax.microedition.lcdui.Graphics
Draw a Text object to the Graphics context at the requested location.

E

EMAIL - Static variable in class javax.microedition.lcdui.NotificationType
The standard notification type for email messages.
EMAILADDR - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter an e-mail address.
enumerateRecords(RecordFilter, RecordComparator, boolean) - Method in class javax.microedition.rms.RecordStore
Returns an enumeration for traversing a set of records in the record store in an optionally specified order.
enumerateRecords(RecordFilter, RecordComparator, boolean, int[]) - Method in class javax.microedition.rms.RecordStore
Returns an enumeration for traversing a set of records in the record store in an optionally specified order.
equals(Object) - Method in class javax.microedition.event.EventPermission
Checks if another object is "equal" to this one.
equals(Object) - Method in class javax.microedition.io.PushRegistryPermission
Checks if another object is equal to this one.
equals(Object) - Method in class javax.microedition.lcdui.Font
Compares this Font object to the specified Object.
EQUIVALENT - Static variable in interface javax.microedition.rms.RecordComparator
EQUIVALENT means that in terms of search or sort order, the two records are the same.
ERROR - Static variable in class javax.microedition.lcdui.AlertType
An ERROR AlertType is a hint to alert the user to an erroneous operation.
EventData - Class in javax.microedition.event
The EventData class provides methods to create events and to retrieve information from events.
EventData(String, String, String, Object) - Constructor for class javax.microedition.event.EventData
Creates a new instance of EventData with a String value.
EventData(String, long, String, Object) - Constructor for class javax.microedition.event.EventData
Creates a new instance of EventData with a long value.
EventData(String, double, String, Object) - Constructor for class javax.microedition.event.EventData
Creates a new instance of EventData with a double value.
EventData(String, boolean, String, Object) - Constructor for class javax.microedition.event.EventData
Creates a new instance of EventData with a boolean value.
EventDataListener - Interface in javax.microedition.event
With this interface applications are able to receive events from the system and from other applications.
EventManager - Class in javax.microedition.event
The EventManager class provides methods to post and listen for events, to determine the events supported by the device, and to register applications to be automatically launched in response to events.
EventPermission - Class in javax.microedition.event
EventPermission allows access to system events.
EventPermission(String, String) - Constructor for class javax.microedition.event.EventPermission
Creates a new EventPermission object with the specified name and actions.
EXCLUSIVE - Static variable in interface javax.microedition.lcdui.Choice
EXCLUSIVE is a choice having exactly one element selected at time.
EXIT - Static variable in class javax.microedition.lcdui.Command
A command used for exiting from the application.
EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is expired.
exportRecordStore(OutputStream, String, String, String) - Static method in class javax.microedition.rms.RecordStore
Exports the record store to an RMS stream (see RMS Interchange Format).
EXTERNAL_POWER - Static variable in class javax.microedition.event.EventData
Indicates whether the device is connected to an external power source.

F

FACE_MONOSPACE - Static variable in class javax.microedition.lcdui.Font
The "monospace" font face.
FACE_PROPORTIONAL - Static variable in class javax.microedition.lcdui.Font
The "proportional" font face.
FACE_SYSTEM - Static variable in class javax.microedition.lcdui.Font
The "system" font face.
FileSelector - Class in javax.microedition.lcdui
The FileSelector class allows the user to select a file from file system to be loaded, saved, or to select a directory.
FileSelector(String, int) - Constructor for class javax.microedition.lcdui.FileSelector
Creates a FileSelector with the specified title and mode.
fillArc(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills a circular or elliptical arc covering the specified rectangle using the current color and alpha.
fillCells(int, int, int, int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Fills a region cells with the specific tile.
fillRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified rectangle with the current color and alpha.
fillRoundRect(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified rounded corner rectangle with the current color and alpha.
fillTriangle(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified triangle will the current color and alpha level.
FIRE - Static variable in class javax.microedition.lcdui.Canvas
Constant for the FIRE action.
FIRE_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the FIRE key.
flashBacklight(int) - Method in class javax.microedition.lcdui.Display
Requests a flashing effect for the device's backlight.
FLIGHT_MODE - Static variable in class javax.microedition.event.EventData
Indicates that the device is in flight mode.
flushGraphics(int, int, int, int) - Method in class javax.microedition.lcdui.game.GameCanvas
Flushes the specified region of the off-screen buffer to the display.
flushGraphics() - Method in class javax.microedition.lcdui.game.GameCanvas
Flushes the off-screen buffer to the display.
FOLLOWS - Static variable in interface javax.microedition.rms.RecordComparator
FOLLOWS means that the left (first parameter) record follows the right (second parameter) record in terms of search or sort order.
Font - Class in javax.microedition.lcdui
The Font class represents fonts, which are used to render text in a visible way.
FONT_IDLE_HIGHLIGHTED_TEXT - Static variable in class javax.microedition.lcdui.Font
Font specifier for focused text on the idle screen.
FONT_IDLE_TEXT - Static variable in class javax.microedition.lcdui.Font
Font specifier for unfocused text on the idle screen.
FONT_INPUT_TEXT - Static variable in class javax.microedition.lcdui.Font
Font specifier used by the implementation to draw text input by a user.
FONT_STATIC_TEXT - Static variable in class javax.microedition.lcdui.Font
Default font specifier used to draw Item and Screen contents.
FontFormatException - Exception in javax.microedition.lcdui
Indicates that a font format is not supported, or that font data is invalid or is not conformant with the specified font format (OpenType with TrueType outlines).
FontFormatException() - Constructor for exception javax.microedition.lcdui.FontFormatException
Constructs an exception with no specified detail message.
FontFormatException(String) - Constructor for exception javax.microedition.lcdui.FontFormatException
Constructs an exception with the specified detail message.
FOREVER - Static variable in class javax.microedition.lcdui.Alert
FOREVER indicates that an Alert is kept visible until the user dismisses it.
Form - Class in javax.microedition.lcdui
A Form is a Screen that contains an arbitrary mixture of items: images, read-only text fields, editable text fields, editable date fields, gauges, choice groups, and custom items.
Form(String) - Constructor for class javax.microedition.lcdui.Form
Creates a new, empty Form
Form(String, Item[]) - Constructor for class javax.microedition.lcdui.Form
Creates a new Form with the specified contents.
FormLayoutPolicy - Class in javax.microedition.lcdui
FormLayoutPolicy is subclassed to provide custom layout algorithms.
FormLayoutPolicy(Form) - Constructor for class javax.microedition.lcdui.FormLayoutPolicy
Creates a new instance of FormLayoutPolicy and binds it to the Form.

G

GAME_A - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "A" action.
GAME_A_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_A key (may not be supported on all devices).
GAME_B - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "B" action.
GAME_B_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_B key (may not be supported on all devices).
GAME_C - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "C" action.
GAME_C_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_C key (may not be supported on all devices).
GAME_D - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "D" action.
GAME_D_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_D key (may not be supported on all devices).
GameCanvas - Class in javax.microedition.lcdui.game
The GameCanvas class provides the basis for a game user interface.
GameCanvas(boolean) - Constructor for class javax.microedition.lcdui.game.GameCanvas
Creates a new instance of a GameCanvas.
GameCanvas(boolean, boolean) - Constructor for class javax.microedition.lcdui.game.GameCanvas
Creates a new instance of a GameCanvas.
Gauge - Class in javax.microedition.lcdui
Implements a graphical display, such as a bar graph, of an integer value.
Gauge(String, boolean, int, int) - Constructor for class javax.microedition.lcdui.Gauge
Creates a new Gauge object with the given label, in interactive or non-interactive mode, with the given maximum and initial values.
GET - Static variable in interface javax.microedition.io.HttpConnection
The HTTP GET method.
get(int) - Method in class javax.microedition.lcdui.Form
Gets the item at given position.
getActions() - Method in class javax.microedition.event.EventPermission
Gets the canonical string representing the actions.
getActions() - Method in class javax.microedition.io.PushRegistryPermission
Returns the canonical string representation of the actions.
getActivityMode() - Method in class javax.microedition.lcdui.Display
Gets the activity mode of this Display.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAlignment() - Method in class javax.microedition.lcdui.Text
Gets the alignment for this Text object.
getAlpha() - Method in class javax.microedition.lcdui.Graphics
Gets the current alpha value.
getAlphaColor() - Method in class javax.microedition.lcdui.Graphics
Gets the current drawing color and alpha value.
getAltText() - Method in class javax.microedition.lcdui.ImageItem
Gets the text string to be used if the image exceeds the device's capacity to display it.
getAnimatedTile(int) - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the tile referenced by an animated tile.
getAppearanceMode() - Method in class javax.microedition.lcdui.ImageItem
Returns the appearance mode of the ImageItem.
getAppearanceMode() - Method in class javax.microedition.lcdui.StringItem
Returns the appearance mode of the StringItem.
getAppProperty(String) - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to retrieve named properties from the application management software.
getAppProperty(String, String, String, String) - Static method in class javax.microedition.midlet.MIDlet
Provides a mechanism to retrieve and at the same time parse application property values from the application descriptor and the manifest of the MIDlet or bound LIBlets.
getARGB16(short[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Image
Obtains ARGB pixel data from the specified region of this image and stores it in the provided array of chars.
getAscent() - Method in class javax.microedition.lcdui.Font
Gets the font ascent of this Font object.
getAuthMode() - Method in class javax.microedition.rms.RecordStoreInfo
Reurn the authorization mode that was set when the RecordStore associated with this was created.
getAvailableFonts() - Static method in class javax.microedition.lcdui.Font
Returns an array of Font where each Font object represents a physical font available in the system.
getAvailableFonts(int) - Static method in class javax.microedition.lcdui.Font
Returns an array of Font objects where each object represents a physical font having specified style.
getAvailableFonts(int, int, int) - Static method in class javax.microedition.lcdui.Font
Returns an array of Font objects where each object represents a physical font having specified face, style and pixelSize.
getBackgroundColor() - Method in class javax.microedition.lcdui.Text
Gets the color used to fill the background of the Text.
getBackgroundColor() - Method in class javax.microedition.lcdui.TextEditor
Gets the current background color and alpha of this TextEditor.
getBaselinePosition() - Method in class javax.microedition.lcdui.Font
Gets the distance in pixels from the top of the text to the text's baseline, which is defined by the MaxAscent value of a font.
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Gets the baudrate for the serial port connection.
getBestImageHeight(int) - Method in class javax.microedition.lcdui.Display
Returns the best image height for a given image type.
getBestImageWidth(int) - Method in class javax.microedition.lcdui.Display
Returns the best image width for a given image type.
getBlendingMode() - Method in class javax.microedition.lcdui.Graphics
Gets the current blending mode for this Graphics object.
getBlueComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the blue component of the current color.
getBoolean() - Method in class javax.microedition.event.EventData
Gets the value as a boolean.
getBorderStyle(boolean) - Method in class javax.microedition.lcdui.Display
Returns the stroke style used for border drawing depending on the state of the component (highlighted/non-highlighted).
getCapabilities() - Method in class javax.microedition.lcdui.Display
Gets the capabilities of this Display.
getCaret() - Method in class javax.microedition.lcdui.Text
Gets the index of the caret.
getCaretPosition() - Method in class javax.microedition.lcdui.TextBox
Gets the current input position.
getCaretPosition() - Method in class javax.microedition.lcdui.TextEditor
Gets the current position of the caret in the editor.
getCaretPosition() - Method in class javax.microedition.lcdui.TextField
Gets the current input position.
getCell(int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the contents of a cell.
getCellHeight() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the height of a single cell, in pixels.
getCellWidth() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the width of a single cell, in pixels.
getCertificate() - Method in exception javax.microedition.pki.CertificateException
Get the Certificate that caused the exception.
getCharExtent(int, int[]) - Method in class javax.microedition.lcdui.Text
Gets the extent within this Text where the specified character is located.
getCharIndex(int, int) - Method in class javax.microedition.lcdui.Text
Gets the index of the character nearest the location within the bounding box.
getChars(char[]) - Method in class javax.microedition.lcdui.TextBox
Copies the contents of the TextBox into a character array starting at index zero.
getChars(char[]) - Method in class javax.microedition.lcdui.TextField
Copies the contents of the TextField into a character array starting at index zero.
getCipherSuite() - Method in interface javax.microedition.io.SecurityInfo
Returns the name of the cipher suite in use for the connection.
getClipHeight() - Method in class javax.microedition.lcdui.Graphics
Gets the height of the current clipping area.
getClipWidth() - Method in class javax.microedition.lcdui.Graphics
Gets the width of the current clipping area.
getClipX() - Method in class javax.microedition.lcdui.Graphics
Gets the X offset of the current clipping area, relative to the coordinate system origin of this graphics context.
getClipY() - Method in class javax.microedition.lcdui.Graphics
Gets the Y offset of the current clipping area, relative to the coordinate system origin of this graphics context.
getColor(int) - Method in class javax.microedition.lcdui.Display
Returns one of the colors from the high level user interface color scheme, in the form 0xAARRGGBB based on the colorSpecifier passed in.
getColor() - Method in class javax.microedition.lcdui.Graphics
Gets the current drawing color.
getColumns() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of columns in the TiledLayer grid.
getColumns() - Method in class javax.microedition.lcdui.TableLayoutPolicy
Gets the number of columns in this TableLayoutPolicy.
getCommand(int) - Method in class javax.microedition.lcdui.Displayable
Gets the Command at the given placement.
getCommand(int) - Method in class javax.microedition.lcdui.Menu
Gets the command at index.
getCommandLayoutPolicy() - Method in class javax.microedition.lcdui.Display
This method will return the current CommandLayoutPolicy for this Display.
getCommandLayoutPolicy() - Method in class javax.microedition.lcdui.Displayable
This method will return the current CommandLayoutPolicy for this Displayable.
getCommandPreferredPlacements(int) - Method in class javax.microedition.lcdui.Display
Returns array of integers containing the preferred placements normally associated with Command type commandType.
getCommands() - Method in class javax.microedition.lcdui.Displayable
Gets the set of commands that has been added to the Displayable.
getCommands() - Method in class javax.microedition.lcdui.Item
Gets the set of commands that has been added to the Item.
getCommandType() - Method in class javax.microedition.lcdui.Command
Gets the type of the command.
getConstraints() - Method in class javax.microedition.lcdui.TextBox
Gets the current input constraints of the TextBox.
getConstraints() - Method in class javax.microedition.lcdui.TextEditor
Gets the current input constraints of this TextEditor.
getConstraints() - Method in class javax.microedition.lcdui.TextField
Gets the current input constraints of the TextField.
getContentHeight() - Method in class javax.microedition.lcdui.TextEditor
Gets the whole content height in this TextEditor in pixels.
getCount() - Method in class javax.microedition.lcdui.TabbedPane
Gets the number of tab elements in the TabbedPane.
getCurrent(String) - Method in class javax.microedition.event.EventManager
Returns an EventData object for the requested system event.
getCurrent() - Method in class javax.microedition.lcdui.Display
Gets the current Displayable object for this Display.
getCurrent() - Method in class javax.microedition.lcdui.Form
Gets the currently focused Item in the Form.
getCurrentDisplay() - Method in class javax.microedition.lcdui.Displayable
Returns the Display associated with this Displayable.
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDate() - Method in class javax.microedition.lcdui.DateField
Returns date value of this field.
getDefaultFont() - Static method in class javax.microedition.lcdui.Font
Gets the default font of the system.
getDefaultTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the default time for showing an Alert.
getDescent() - Method in class javax.microedition.lcdui.Font
Gets the font descent of this Font object.
getDisplay(MIDlet) - Static method in class javax.microedition.lcdui.Display
Gets the primary Display object that is unique to this MIDlet.
getDisplayColor(int) - Method in class javax.microedition.lcdui.Graphics
Gets the color that will be displayed if the specified color is requested.
getDisplays(int) - Static method in class javax.microedition.lcdui.Display
Gets a list of all the Displays for this MIDlet.
getDisplayState() - Method in class javax.microedition.lcdui.Display
Gets the state of this Display.
getDotPitch() - Method in class javax.microedition.lcdui.Display
Gets the dot pitch measurement of the Display.
getDouble() - Method in class javax.microedition.event.EventData
Gets the value as a double.
getEnabled() - Method in class javax.microedition.lcdui.Command
Gets the enabled value of the command.
getExactPlacementPositions(int) - Method in class javax.microedition.lcdui.Display
This will get the possible exact placement positions for the given border on this Display.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getFace() - Method in class javax.microedition.lcdui.Font
Gets the face of the font.
getFamily() - Method in class javax.microedition.lcdui.Font
Gets the family name of this Font.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFilter(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered filter for a requested connection.
getFilterExtensions() - Method in class javax.microedition.lcdui.FileSelector
Gets the file extensions set for this file selector.
getFitPolicy() - Method in interface javax.microedition.lcdui.Choice
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFitPolicy() - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFitPolicy() - Method in class javax.microedition.lcdui.List
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFloat() - Method in class javax.microedition.event.EventData
Gets the value as a float.
getFocus() - Method in class javax.microedition.lcdui.TextEditor
Gets the current focus state of the TextEditor.
getFont(int) - Method in interface javax.microedition.lcdui.Choice
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred font for rendering the specified element of this Choice.
getFont() - Method in class javax.microedition.lcdui.Command
Gets the application's preferred font for rendering this Command.
getFont(String, int, int) - Static method in class javax.microedition.lcdui.Font
Returns a new Font object from the font specified by name, style and size in pixels.
getFont(int) - Static method in class javax.microedition.lcdui.Font
Gets the Font used by the high level user interface for the fontSpecifier passed in.
getFont(int, int, int) - Static method in class javax.microedition.lcdui.Font
Obtains an object representing a font (including custom fonts that are either packaged with a MIDlet or downloaded at run-time, if applicable) having the specified face, style and size.
getFont() - Method in class javax.microedition.lcdui.Graphics
Gets the current font.
getFont(int) - Method in class javax.microedition.lcdui.List
Gets the application's preferred font for rendering the specified element of this Choice.
getFont() - Method in class javax.microedition.lcdui.Menu
Gets the application's preferred font for rendering the labels for this Menu.
getFont() - Method in class javax.microedition.lcdui.StringItem
Gets the application's preferred font for rendering this StringItem.
getFont() - Method in class javax.microedition.lcdui.Text
Gets the default Font for this Text object.
getFont(int) - Method in class javax.microedition.lcdui.Text
Gets the Font in use for the character at index.
getFont() - Method in class javax.microedition.lcdui.TextEditor
Gets the font being used in rendering the text content in this TextEditor.
getFontName() - Method in class javax.microedition.lcdui.Font
Gets the font face name of this Font.
getForegroundColor(int) - Method in class javax.microedition.lcdui.Text
Gets the color used to draw the character at index.
getForegroundColor() - Method in class javax.microedition.lcdui.Text
Gets the color used to draw any character that does not have a per character color.
getForegroundColor() - Method in class javax.microedition.lcdui.TextEditor
Gets the current foreground color and alpha of this TextEditor.
getForm() - Method in class javax.microedition.lcdui.FormLayoutPolicy
Gets the Form for which this FormLayoutPolicy is handling the layout.
getFrame(int) - Method in class javax.microedition.lcdui.AnimatedImage
Gets the Image for the specified frame.
getFrame() - Method in class javax.microedition.lcdui.game.Sprite
Gets the current index in the frame sequence.
getFrameCount() - Method in class javax.microedition.lcdui.AnimatedImage
Gets the number of frames in this AnimatedImage.
getFrameDelay(int) - Method in class javax.microedition.lcdui.AnimatedImage
Gets the frame delay for the specified frame.
getFrameSequenceLength() - Method in class javax.microedition.lcdui.game.Sprite
Gets the number of elements in the frame sequence.
getGameAction(int) - Method in class javax.microedition.lcdui.Canvas
Gets the action associated with the given key code of the device.
getGameAction(int) - Method in class javax.microedition.lcdui.CustomItem
Gets the action associated with the given key code of the device.
getGraphics() - Method in class javax.microedition.lcdui.game.GameCanvas
Obtains the Graphics object for rendering a GameCanvas.
getGraphics() - Method in class javax.microedition.lcdui.Image
Creates a new Graphics object that renders to this image.
getGrayScale() - Method in class javax.microedition.lcdui.Graphics
Gets the current grayscale value of the color being used for rendering operations.
getGreenComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the green component of the current color.
getHardwareState() - Method in class javax.microedition.lcdui.Display
Gets the state of the hardware for this Display.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeight() - Method in class javax.microedition.lcdui.Alert
Gets the height in pixels of the displayable area available for placing Image, String, and Gauge items in the Alert.
getHeight() - Method in class javax.microedition.lcdui.Canvas
Gets the height in pixels of the displayable area of the Canvas.
getHeight() - Method in class javax.microedition.lcdui.CanvasItem
Gets the height of this CanvasItem in pixels.
getHeight() - Method in class javax.microedition.lcdui.Display
Gets the height in pixels of the Display.
getHeight() - Method in class javax.microedition.lcdui.Displayable
Gets the height of the Displayable, in pixels.
getHeight() - Method in class javax.microedition.lcdui.FileSelector
Gets the height in pixels of the displayable area in FileSelector that is used to render file or directory information without scrolling.
getHeight() - Method in class javax.microedition.lcdui.Font
Gets the standard height of a line of text in this font.
getHeight() - Method in class javax.microedition.lcdui.Form
Returns the height in pixels of the displayable area available for Items.
getHeight(Item) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Gets the height of the Item.
getHeight() - Method in class javax.microedition.lcdui.game.Layer
Gets the current height of this layer, in pixels.
getHeight() - Method in class javax.microedition.lcdui.Image
Gets the height of the image in pixels.
getHeight() - Method in class javax.microedition.lcdui.List
Returns the height in pixels of the displayable area available for elements.
getHeight() - Method in class javax.microedition.lcdui.TabbedPane
Returns the height in pixels of the area available for Displayables added to the TabbedPane.
getHeight() - Method in class javax.microedition.lcdui.Text
Gets the height of this Text.
getHeight() - Method in class javax.microedition.lcdui.TextBox
Returns the height in pixels of the displayable area in the TextBox that is used to render the text without scrolling.
getHighlightColor() - Method in class javax.microedition.lcdui.TextEditor
Gets the current highlight color for this TextEditor.
getHighlightIndex() - Method in class javax.microedition.lcdui.Text
Gets the highlight index.
getHighlightLength() - Method in class javax.microedition.lcdui.Text
Gets the highlight length.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection, such as the hostname or IPv4 or IPv6 address
getIdleItem() - Method in class javax.microedition.lcdui.Display
Returns the current IdleItem on the Display.
getImage() - Method in class javax.microedition.lcdui.Alert
Gets the Image used in the Alert.
getImage(int) - Method in interface javax.microedition.lcdui.Choice
Gets the Image part of the element referenced by elementNum.
getImage(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the Image part of the element referenced by elementNum.
getImage() - Method in class javax.microedition.lcdui.Command
Gets the image of the command.
getImage() - Method in class javax.microedition.lcdui.ImageItem
Gets the image contained within the ImageItem, or null if there is no contained image.
getImage(int) - Method in class javax.microedition.lcdui.List
Gets the Image part of the element referenced by elementNum.
getImage() - Method in class javax.microedition.lcdui.Menu
Gets the Image for this Menu.
getIncrementValue() - Method in class javax.microedition.lcdui.Gauge
Gets the increment value of this Gauge object.
getIndent() - Method in class javax.microedition.lcdui.Text
Gets the horizontal first line indent used at the beginning of each paragraph.
getIndicator() - Method in class javax.microedition.lcdui.Alert
Gets the activity indicator for this Alert.
getInfo() - Method in class javax.microedition.event.EventData
Gets information regarding the event.
getInitialDirection() - Method in class javax.microedition.lcdui.Text
Gets the initial display direction.
getInputMode() - Method in class javax.microedition.lcdui.DateField
Gets input mode for this date field.
getInstance() - Static method in class javax.microedition.event.EventManager
Returns the instance of EventManager.
getInt() - Method in class javax.microedition.event.EventData
Gets the value as an int.
getInteractionModes() - Method in class javax.microedition.lcdui.CustomItem
Gets the available interaction modes.
getIssuer() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's issuer.
getKeyCode(int) - Method in class javax.microedition.lcdui.Canvas
Gets a key code that corresponds to the specified action on the device.
getKeyCode(int) - Method in class javax.microedition.lcdui.CustomItem
Gets a key code that corresponds to the specified action on the device.
getKeyName(int) - Method in class javax.microedition.lcdui.Canvas
Gets an informative key string for a key.
getKeyStates() - Method in class javax.microedition.lcdui.game.GameCanvas
Gets the states of the physical game keys.
getLabel() - Method in class javax.microedition.lcdui.Command
Gets the short label of the command.
getLabel() - Method in class javax.microedition.lcdui.Item
Gets the label of this Item object.
getLabel() - Method in class javax.microedition.lcdui.Menu
Gets the label of the Menu.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLayerAt(int) - Method in class javax.microedition.lcdui.game.LayerManager
Gets the Layer with the specified index.
getLayout() - Method in class javax.microedition.lcdui.ImageItem
Gets the layout directives used for placing the image.
getLayout() - Method in class javax.microedition.lcdui.Item
Gets the layout directives used for placing the item.
getLayoutDirection() - Static method in class javax.microedition.lcdui.FormLayoutPolicy
Gets the layout direction determined by the platform, either DIRECTION_LTR or DIRECTION_RTL.
getLayoutHint() - Method in class javax.microedition.lcdui.Item
Gets the layout hint used by the layout policy for this item.
getLayoutPolicy() - Method in class javax.microedition.lcdui.Form
Gets the FormLayoutPolicy for this form.
getLeading() - Method in class javax.microedition.lcdui.Font
Gets the standard leading, in pixels, of this Font object.
getLineMarginHeight() - Method in class javax.microedition.lcdui.TextEditor
Gets the possible line margin height that this editor has in addition to the normal font height as returned by Font.getHeight().
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address to which the datagram connection is bound.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port to which this datagram connection is bound.
getLong() - Method in class javax.microedition.event.EventData
Gets the value as an long.
getLongLabel() - Method in class javax.microedition.lcdui.Command
Gets the long label of the command.
getLongLabel() - Method in class javax.microedition.lcdui.Menu
Gets the long label of the Menu.
getLoopCount() - Method in class javax.microedition.lcdui.AnimatedImage
Gets the number of times that the animation loop should be repeated.
getMaxAscent() - Method in class javax.microedition.lcdui.Font
Gets the maximum ascent of this Font.
getMaxDescent() - Method in class javax.microedition.lcdui.Font
Gets the maximum descent of this Font.
getMaxMenuDepth() - Static method in class javax.microedition.lcdui.Menu
Returns the device-wide maximum menu depth.
getMaxSize() - Method in class javax.microedition.lcdui.TextBox
Returns the maximum size (number of characters) that can be stored in this TextBox.
getMaxSize() - Method in class javax.microedition.lcdui.TextEditor
Returns the maximum size (number of characters) that can be stored in this TextEditor.
getMaxSize() - Method in class javax.microedition.lcdui.TextField
Returns the maximum size (number of characters) that can be stored in this TextField.
getMaxValue() - Method in class javax.microedition.lcdui.Gauge
Gets the maximum value of this Gauge object.
getMenu(int) - Method in class javax.microedition.lcdui.Displayable
Gets the Menu at the given placement.
getMenu(int) - Method in class javax.microedition.lcdui.Menu
Gets the sub-menu at index.
getMenuDepth() - Method in class javax.microedition.lcdui.Menu
Returns this menu's depth within its menu tree.
getMenuPreferredPlacements() - Method in class javax.microedition.lcdui.Display
Returns an array of integers containing the preferred placements normally associated withMenu.
getMenuSupportedPlacements() - Method in class javax.microedition.lcdui.Display
Returns an array of integers containing the placements that support Menus.
getMessage() - Method in class javax.microedition.event.EventData
Gets the message for this event.
getMIDlet(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered MIDlet for a requested connection.
getMIDletIdentity() - Method in class javax.microedition.midlet.MIDlet
Gets a MIDletIdentity instance associated with this MIDlet, which can be used to obtain a MIDlet's name, vendor, version, domain, and authorization state.
getMinContentHeight() - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the minimum height of the content area, in pixels.
getMinContentWidth() - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the minimum width of the content area, in pixels.
getMinimumHeight() - Method in class javax.microedition.lcdui.Item
Gets the minimum height for this Item.
getMinimumWidth() - Method in class javax.microedition.lcdui.Item
Gets the minimum width for this Item.
getMinValue() - Method in class javax.microedition.lcdui.Gauge
Gets the minimum value of this Gauge object.
getMode() - Method in class javax.microedition.lcdui.FileSelector
Sets whether this file selector is for loading from a file, for saving to a file, or for finding a directory.
getName() - Method in class javax.microedition.event.EventData
Gets the name of the event.
getName() - Method in interface javax.microedition.io.IMCServerConnection
Get the name of the IMC server
getName() - Method in class javax.microedition.lcdui.Font
Gets the logical name of this Font.
getName() - Method in class javax.microedition.midlet.MIDletIdentity
Get the name of the MIDlet
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNotAfter() - Method in interface javax.microedition.pki.Certificate
Gets the time after which this Certificate may not be used from the validity period.
getNotBefore() - Method in interface javax.microedition.pki.Certificate
Gets the time before which this Certificate may not be used from the validity period.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getOrientation() - Method in class javax.microedition.lcdui.Display
Gets the current orientation of this Display.
getParent() - Method in class javax.microedition.lcdui.CanvasItem
Gets the parent object of this CanvasItem.
getPixelSize() - Method in class javax.microedition.lcdui.Font
Gets the pixelSize of this Font.
getPixelSize(String) - Static method in class javax.microedition.lcdui.Font
Gets the pixelSize supported by the font specified by name, in pixels.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPort() - Method in interface javax.microedition.io.HttpsConnection
Returns the network port number of the URL for this HttpsConnection.
getPort() - Method in interface javax.microedition.io.SocketConnection
Returns the remote port to which this socket is bound.
getPositionX() - Method in class javax.microedition.lcdui.CanvasItem
Gets the x-coordinate of the rendering position of this CanvasItem.
getPositionY() - Method in class javax.microedition.lcdui.CanvasItem
Gets the y-coordinate of the rendering position of this CanvasItem.
getPrefContentHeight(int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the preferred height of the content area, in pixels.
getPrefContentWidth(int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the preferred width of the content area, in pixels.
getPreferredHeight() - Method in class javax.microedition.lcdui.Item
Gets the preferred height of this Item.
getPreferredWidth() - Method in class javax.microedition.lcdui.Item
Gets the preferred width of this Item.
getPriority() - Method in class javax.microedition.lcdui.Command
Gets the priority of the command.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection.
getProtocolName() - Method in interface javax.microedition.io.SecurityInfo
Returns the secure protocol name.
getProtocolVersion() - Method in interface javax.microedition.io.SecurityInfo
Returns the protocol version.
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRawFrameCount() - Method in class javax.microedition.lcdui.game.Sprite
Gets the number of raw frames for this Sprite.
getReason() - Method in exception javax.microedition.pki.CertificateException
Get the reason code.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecordId(int) - Method in interface javax.microedition.rms.RecordEnumeration
Used to quickly find a record present at the specified index of the record enumeration.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
getRecordStoreInfo() - Method in class javax.microedition.rms.RecordStore
Gets a RecordStoreInfo instance for this RecordStore.
getRedComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the red component of the current color.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the fragment part of the URL of this HttpConnection.
getRefPixelX() - Method in class javax.microedition.lcdui.game.Sprite
Gets the horizontal position of this Sprite's reference pixel in the painter's coordinate system.
getRefPixelY() - Method in class javax.microedition.lcdui.game.Sprite
Gets the vertical position of this Sprite's reference pixel in the painter's coordinate system.
getRemoteIdentity() - Method in interface javax.microedition.io.IMCConnection
Get the identity of the MIDlet on the remote end of this connection
getRequestedServerVersion() - Method in interface javax.microedition.io.IMCConnection
Get the server version the IMC client requested to connect to in the client connection URI
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getRequiredHeight() - Method in class javax.microedition.lcdui.Text
Gets the height, in pixels, needed to fully render the text given its current width, font, and contents.
getRequiredLineCount() - Method in class javax.microedition.lcdui.Text
Gets the number of lines needed to fully render this Text.
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRGB(int[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Image
Obtains ARGB pixel data from the specified region of this image and stores it in the provided array of integers.
getRGB16(short[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Image
Obtains RGB pixel data from the specified region of this image and stores it in the provided array of shorts.
getRows() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of rows in the TiledLayer grid.
getScreen(int) - Method in class javax.microedition.lcdui.TabbedPane
Gets the content for the tab references by the given index.
getScrollOffset() - Method in class javax.microedition.lcdui.Text
Gets the scroll offset for the text.
getSecurityDomain() - Method in class javax.microedition.midlet.MIDletIdentity
Get the name of the security domain for the MIDlet associated with the specified MIDletIdentity.
getSecurityInfo() - Method in interface javax.microedition.io.HttpsConnection
Return the security information associated with this successfully opened connection.
getSecurityInfo() - Method in interface javax.microedition.io.SecureConnection
Return the security information associated with this connection when it was opened.
getSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Queries the state of a Choice and returns the state of all elements in the boolean array selectedArray_return.
getSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
Queries the state of a ChoiceGroup and returns the state of all elements in the boolean array selectedArray_return.
getSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
Queries the state of a List and returns the state of all elements in the boolean array selectedArray_return.
getSelectedIndex() - Method in interface javax.microedition.lcdui.Choice
Returns the index number of an element in the Choice that is selected.
getSelectedIndex() - Method in class javax.microedition.lcdui.ChoiceGroup
Returns the index number of an element in the ChoiceGroup that is selected.
getSelectedIndex() - Method in class javax.microedition.lcdui.List
Returns the index number of an element in the List that is selected.
getSelectedIndex() - Method in class javax.microedition.lcdui.TabbedPane
Returns the index number of a tab element (current tab) in the TabbedPane.
getSelection() - Method in class javax.microedition.lcdui.TextEditor
Gets the currently selected content in the TextEditor.
getSerialNumber() - Method in interface javax.microedition.pki.Certificate
Gets the printable form of the serial number of this Certificate.
getServerCertificate() - Method in interface javax.microedition.io.SecurityInfo
Returns the Certificate used to establish the secure connection with the server.
getServerName() - Method in interface javax.microedition.io.IMCConnection
Get the name of the IMC server of this connection.
getSigAlgName() - Method in interface javax.microedition.pki.Certificate
Gets the name of the algorithm used to sign the Certificate.
getSize() - Method in class javax.microedition.lcdui.Font
Gets the size of this Font.
getSize() - Method in class javax.microedition.lcdui.game.LayerManager
Gets the number of Layers in this LayerManager.
getSize() - Method in class javax.microedition.rms.RecordStore
Deprecated. Previously calls to getSize() could not accommodate a RecordStore larger than Integer.MAX_VALUE. To query the size of a RecordStore, use RecordStore.getRecordStoreInfo() and RecordStoreInfo.getSize(), which returns a long and can accommodate RecordStore sizes up to Long.MAX_VALUE.
getSize() - Method in class javax.microedition.rms.RecordStoreInfo
Returns the amount of space, in bytes, that the record store occupies.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Deprecated. Previously calls to getSizeAvailable() could not accommodate a RecordStore larger than Integer.MAX_VALUE. To query the available size of a RecordStore, use RecordStore.getRecordStoreInfo() and RecordStoreInfo.getSizeAvailable(), which returns a long and can accommodate RecordStore sizes up to Long.MAX_VALUE.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStoreInfo
Returns the amount of additional room (in bytes) available for this record store to grow.
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
getSoftkeyLabelCoordinates(int) - Method in class javax.microedition.lcdui.Canvas
Gets the upper-left coordinates on the Canvas coordinate system, width, and height of the given placement.
getSourceInfo() - Method in class javax.microedition.event.EventData
Gets the information about the source of this event.
getSpaceAbove() - Method in class javax.microedition.lcdui.Text
Gets the space above each line of text.
getSpaceBelow() - Method in class javax.microedition.lcdui.Text
Gets the space below each line of text.
getSplashScreenTime() - Method in class javax.microedition.midlet.MIDlet
Gets the length of time that the application's splash screen has been shown to the user.
getString() - Method in class javax.microedition.event.EventData
Gets the value as a String.
getString() - Method in class javax.microedition.lcdui.Alert
Gets the text string used in the Alert.
getString(int) - Method in interface javax.microedition.lcdui.Choice
Gets the String part of the element referenced by elementNum.
getString(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the String part of the element referenced by elementNum.
getString(int) - Method in class javax.microedition.lcdui.List
Gets the String part of the element referenced by elementNum.
getString() - Method in class javax.microedition.lcdui.TextBox
Gets the contents of the TextBox as a string value.
getString() - Method in class javax.microedition.lcdui.TextEditor
Gets a string representing the current content in the TextEditor.
getString() - Method in class javax.microedition.lcdui.TextField
Gets the contents of the TextField as a string value.
getString() - Method in class javax.microedition.lcdui.Ticker
Gets the string currently being scrolled by the ticker.
getStrokeStyle() - Method in class javax.microedition.lcdui.Graphics
Gets the stroke style used for drawing operations.
getStyle() - Method in class javax.microedition.lcdui.Font
Gets the style of this Font.
getStyle(String) - Static method in class javax.microedition.lcdui.Font
Gets the style of the font specified by name.
getSubject() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's subject.
getSystemEvents() - Method in class javax.microedition.event.EventManager
Returns a String array containing the names of all the system events available on the device.
getTabIcon(int) - Method in class javax.microedition.lcdui.TabbedPane
Gets the Image for the tab referenced by the given index.
getTag(int) - Method in class javax.microedition.rms.RecordStore
Returns the tag associated with the recordId.
getText() - Method in class javax.microedition.lcdui.StringItem
Gets the text contents of the StringItem, or null if the StringItem is empty.
getText(int, int) - Method in class javax.microedition.lcdui.Text
Gets a substring from this Text.
getTextLength() - Method in class javax.microedition.lcdui.Text
Gets the length of the Text in characters.
getTicker() - Method in class javax.microedition.lcdui.Displayable
Gets the ticker used by this Displayable.
getTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the time this Alert will be shown.
getTimestamp() - Method in class javax.microedition.event.EventData
Gets the time when the event was posted.
getTimestamp() - Method in class javax.microedition.lcdui.Notification
Gets the time when the Notification was last posted.
getTitle() - Method in class javax.microedition.lcdui.Displayable
Gets the title of the Displayable.
getTranslateX() - Method in class javax.microedition.lcdui.Graphics
Gets the X coordinate of the translated origin of this graphics context.
getTranslateY() - Method in class javax.microedition.lcdui.Graphics
Gets the Y coordinate of the translated origin of this graphics context.
getTraverse(Item, int) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Gets the Item logically adjecent to an existing Item in the traversal direction.
getTraverse(Item, int) - Method in class javax.microedition.lcdui.TableLayoutPolicy
Gets the Item logically adjacent to an existing Item in the traversal direction.
getType() - Method in class javax.microedition.lcdui.Alert
Gets the type of the Alert.
getType() - Method in class javax.microedition.lcdui.Notification
Get the NotificationType associated with this Notification.
getType() - Method in interface javax.microedition.pki.Certificate
Get the type of the Certificate.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getURL() - Method in class javax.microedition.lcdui.FileSelector
Gets the URL of the user selected directory and file.
getValue() - Method in class javax.microedition.event.EventData
Gets the value as a java.lang.Object.
getValue() - Method in class javax.microedition.lcdui.Gauge
Gets the current value of this Gauge object.
getVendor() - Method in class javax.microedition.midlet.MIDletIdentity
Get vendor name of the MIDlet
getVersion() - Method in interface javax.microedition.io.IMCServerConnection
Get the version of the IMC server
getVersion() - Method in class javax.microedition.midlet.MIDletIdentity
Get version of the MIDlet
getVersion() - Method in interface javax.microedition.pki.Certificate
Gets the version number of this Certificate.
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (by addRecord, setRecord, or deleteRecord methods) its version is incremented.
getViewportHeight() - Method in class javax.microedition.lcdui.ScalableImage
Gets the height of the content's viewport.
getViewportWidth() - Method in class javax.microedition.lcdui.ScalableImage
Gets the width of the content's viewport.
getVisible() - Method in class javax.microedition.lcdui.TextEditor
Gets the visibility value of the TextEditor.
getVisibleContentPosition() - Method in class javax.microedition.lcdui.TextEditor
Gets the topmost pixel y-position of the topmost visible line in the editor.
getWidth() - Method in class javax.microedition.lcdui.Alert
Gets the width in pixels of the displayable area available for placing Image, String, and Gauge items in the Alert.
getWidth() - Method in class javax.microedition.lcdui.Canvas
Gets the width in pixels of the displayable area of the Canvas.
getWidth() - Method in class javax.microedition.lcdui.CanvasItem
Gets the width of this CanvasItem in pixels.
getWidth() - Method in class javax.microedition.lcdui.Display
Gets the width in pixels of the Display.
getWidth() - Method in class javax.microedition.lcdui.Displayable
Gets the width of the Displayable, in pixels.
getWidth() - Method in class javax.microedition.lcdui.FileSelector
Gets the width in pixels of the displayable area in FileSelector that is used to render file or directory information without scrolling.
getWidth() - Method in class javax.microedition.lcdui.Form
Returns the width in pixels of the displayable area available for Items.
getWidth(Item) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Gets the current width of the Item.
getWidth() - Method in class javax.microedition.lcdui.game.Layer
Gets the current width of this layer, in pixels.
getWidth() - Method in class javax.microedition.lcdui.Image
Gets the width of the image in pixels.
getWidth() - Method in class javax.microedition.lcdui.List
Returns the width in pixels of the displayable area available for elements.
getWidth() - Method in class javax.microedition.lcdui.TabbedPane
Returns the width in pixels of the area available for Displayables added to the TabbedPane.
getWidth() - Method in class javax.microedition.lcdui.Text
Gets the width of this Text.
getWidth() - Method in class javax.microedition.lcdui.TextBox
Returns the width in pixels of the displayable area in the TextBox that is used to render the text without scrolling.
getX(Item) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Gets the x position of the Item.
getX() - Method in class javax.microedition.lcdui.game.Layer
Gets the horizontal position of this Layer's upper-left corner in the painter's coordinate system.
getY(Item) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Gets the y position of the Item.
getY() - Method in class javax.microedition.lcdui.game.Layer
Gets the vertical position of this Layer's upper-left corner in the painter's coordinate system.
getZPosition() - Method in class javax.microedition.lcdui.CanvasItem
Gets the Z-position, or the elevation, of the item.
Graphics - Class in javax.microedition.lcdui
Provides simple 2D geometric rendering capability.

H

handleEvent(EventData) - Method in interface javax.microedition.event.EventDataListener
Called with the EventData for the event to which this listener has been registered.
hardwareStateChanged(Display, int) - Method in interface javax.microedition.lcdui.DisplayListener
This method is called when the state of a Display's hardware changes.
hasAlpha() - Method in class javax.microedition.lcdui.Image
Checks if this image has alpha channel information.
hashCode() - Method in class javax.microedition.event.EventPermission
Gets the hash code value for this object.
hashCode() - Method in class javax.microedition.io.PushRegistryPermission
Gets the hash code value for this object.
hasNextElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the next direction.
hasPointerEvents() - Method in class javax.microedition.lcdui.Canvas
Deprecated. Support for pointer press and release events are determined by the Display . Use Display.hasPointerevents()
hasPointerEvents() - Method in class javax.microedition.lcdui.Display
Checks if the Display supports pointer press and release events.
hasPointerMotionEvents() - Method in class javax.microedition.lcdui.Canvas
Deprecated. Support for pointer motion events are determined by the Display . Use Display.hasPointerMotionevents()
hasPointerMotionEvents() - Method in class javax.microedition.lcdui.Display
Checks if the Display supports pointer motion events (pointer dragged).
hasPreviousElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the previous direction.
hasRepeatEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform can generate repeat events when key is kept down.
HCENTER - Static variable in class javax.microedition.lcdui.Graphics
Constant for centering text and images horizontally around the anchor point
HEAD - Static variable in interface javax.microedition.io.HttpConnection
The HTTP HEAD method.
HELP - Static variable in class javax.microedition.lcdui.Command
This command specifies a request for on-line help.
hideNotify() - Method in class javax.microedition.lcdui.Canvas
The implementation calls hideNotify() shortly after the Canvas has been removed from the display.
hideNotify() - Method in class javax.microedition.lcdui.CustomItem
Called by the system to notify the item that it is now completely invisible, when it previously had been at least partially visible.
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants for an HTTP connection.
HttpsConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants to establish a secure network connection.
HYPERLINK - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item MUST appear as a hyperlink.

I

IDENTIFIED_THIRD_PARTY - Static variable in class javax.microedition.midlet.MIDletIdentity
Constant for the Identified Third Party domain.
IdleItem - Class in javax.microedition.lcdui
This class represents a dedicated UI component that can be used to render content to the idle screen.
IdleItem(String) - Constructor for class javax.microedition.lcdui.IdleItem
Constructor, so that the IdleItem can specify its label.
IM - Static variable in class javax.microedition.lcdui.NotificationType
The standard notification type for instant messaging messages.
Image - Class in javax.microedition.lcdui
The Image class is used to hold graphical image data.
ImageItem - Class in javax.microedition.lcdui
An item that can contain an image.
ImageItem(String, Image, int, String) - Constructor for class javax.microedition.lcdui.ImageItem
Creates a new ImageItem with the given label, image, layout directive, and alternate text string.
ImageItem(String, Image, int, String, int) - Constructor for class javax.microedition.lcdui.ImageItem
Creates a new ImageItem object with the given label, image, layout directive, alternate text string, and appearance mode.
IMCConnection - Interface in javax.microedition.io
This interface defines a low-level asynchronous bi-directional stream connection for the Inter-MIDlet Communication protocol (IMC).
IMCServerConnection - Interface in javax.microedition.io
This interface defines a server connection for the Inter-MIDlet Communication (IMC) protocol.
IMPLICIT - Static variable in interface javax.microedition.lcdui.Choice
IMPLICIT is a choice in which the currently focused element is selected when a Command is initiated.
implies(Permission) - Method in class javax.microedition.event.EventPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class javax.microedition.io.PushRegistryPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class javax.microedition.midlet.ActionsDeniedPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class javax.microedition.midlet.AutoStartPermission
Checks if the specified permission is "implied" by this object.
importRecordStore(InputStream, String, String) - Static method in class javax.microedition.rms.RecordStore
Imports the record store from an encrypted or plaintext RMS stream (see RMS Interchange Format).
INAPPROPRIATE_KEY_USAGE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate public key has been used in way deemed inappropriate by the issuer.
INCREMENTAL_IDLE - Static variable in class javax.microedition.lcdui.Gauge
The value representing the incremental-idle state of a non-interactive Gauge with indefinite range.
INCREMENTAL_UPDATING - Static variable in class javax.microedition.lcdui.Gauge
The value representing the incremental-updating state of a non-interactive Gauge with indefinite range.
INDEFINITE - Static variable in class javax.microedition.lcdui.Gauge
A special value used for the maximum value in order to indicate that the Gauge has indefinite range.
INFO - Static variable in class javax.microedition.lcdui.AlertType
An INFO AlertType typically provides non-threatening information to the user.
INITIAL_CAPS_SENTENCE - Static variable in class javax.microedition.lcdui.TextField
This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.
INITIAL_CAPS_WORD - Static variable in class javax.microedition.lcdui.TextField
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
inputAction(TextEditor, int) - Method in interface javax.microedition.lcdui.TextEditorChangeListener
This method is called by the Java platform implementation to notify the client about events in a TextEditor.
insert(int, String, Image) - Method in interface javax.microedition.lcdui.Choice
Inserts an element into the Choice just prior to the element specified.
insert(int, String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(int, Item) - Method in class javax.microedition.lcdui.Form
Inserts an item into the Form just prior to the item specified.
insert(Layer, int) - Method in class javax.microedition.lcdui.game.LayerManager
Inserts a new Layer in this LayerManager at the specified index.
insert(int, String, Image) - Method in class javax.microedition.lcdui.List
Inserts an element into the List just prior to the element specified.
insert(int, Command) - Method in class javax.microedition.lcdui.Menu
Inserts a Command into the Menu just prior to the element specified.
insert(int, Menu) - Method in class javax.microedition.lcdui.Menu
Inserts a Menu into the Menu just prior to the element specified.
insert(int, String) - Method in class javax.microedition.lcdui.Text
Inserts the contents into this Text object at the index.
insert(String, int) - Method in class javax.microedition.lcdui.TextBox
Inserts a string into the contents of the TextBox.
insert(char[], int, int, int) - Method in class javax.microedition.lcdui.TextBox
Inserts a subrange of an array of characters into the contents of the TextBox.
insert(String, int) - Method in class javax.microedition.lcdui.TextEditor
Inserts a string into the content of the TextEditor.
insert(String, int) - Method in class javax.microedition.lcdui.TextField
Inserts a string into the contents of the TextField.
insert(char[], int, int, int) - Method in class javax.microedition.lcdui.TextField
Inserts a subrange of an array of characters into the contents of the TextField.
insertTab(int, Screen, Image) - Method in class javax.microedition.lcdui.TabbedPane
Inserts a tab element into the TabbedPane just prior to the element specified.
invalidate() - Method in class javax.microedition.lcdui.CustomItem
Signals that the CustomItem's size and traversal location need to be updated.
invalidateCommandLayout() - Method in class javax.microedition.lcdui.Displayable
Request an update of the layout policy.
InvalidRecordIDException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException(String) - Constructor for exception javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
InvalidRecordIDException() - Constructor for exception javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
isAnimated() - Method in class javax.microedition.lcdui.Image
Checks if this Image is an AnimatedImage comprised of several frames.
isAuthorized() - Method in class javax.microedition.midlet.MIDletIdentity
Checks whether the MIDlet associated with the specified MIDletIdentity is authorized to the current MIDlet's runtime execution environment via application level access authorization.
isBold() - Method in class javax.microedition.lcdui.Font
Returns true if the font is bold.
isBuiltIn() - Method in class javax.microedition.lcdui.Display
Checks if this Display's hardware is Built-In or Auxiliary.
isColor() - Method in class javax.microedition.lcdui.Display
Gets information about color support of the Display.
isCommand(int) - Method in class javax.microedition.lcdui.Menu
Checks if the element at the indicated index is a Command.
isDoubleBuffered() - Method in class javax.microedition.lcdui.Canvas
Checks if the Canvas is double buffered by the implementation.
isEnabled(int) - Method in interface javax.microedition.lcdui.Choice
Gets a boolean value indicating whether the specified Choice element is enabled or disabled.
isEnabled(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets a boolean value indicating whether the specified Choice element is enabled or disabled.
isEnabled(int) - Method in class javax.microedition.lcdui.List
Gets a boolean value indicating whether the specified Choice element is enabled or disabled.
isEnabled() - Method in class javax.microedition.lcdui.Menu
Gets a boolean value indicating whether the Menu is enabled or disabled.
isEncrypted() - Method in class javax.microedition.rms.RecordStoreInfo
Return a boolean indicating if the RecordStore associated with this RecordStoreInfo instance is encrypted.
isInteractive() - Method in class javax.microedition.lcdui.Gauge
Tells whether the user is allowed to change the value of the Gauge.
isItalic() - Method in class javax.microedition.lcdui.Font
Returns true if the font is italic.
isKeptUpdated() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isMutable() - Method in class javax.microedition.lcdui.Image
Check if this image is mutable.
isPlain() - Method in class javax.microedition.lcdui.Font
Returns true if the font is plain.
isScalable() - Method in class javax.microedition.lcdui.Image
Checks if this Image is a ScalableImage that can be rasterized at a variety of different pixel sizes.
isSelected(int) - Method in interface javax.microedition.lcdui.Choice
Gets a boolean value indicating whether this element is selected.
isSelected(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets a boolean value indicating whether this element is selected.
isSelected(int) - Method in class javax.microedition.lcdui.List
Gets a boolean value indicating whether this element is selected.
isSelectedScreenSaver() - Method in class javax.microedition.midlet.MIDlet
Checks if the MIDlet is the currently selected screen saver.
isShown() - Method in class javax.microedition.lcdui.Displayable
Checks if the Displayable is visible on the display.
isUnderlined() - Method in class javax.microedition.lcdui.Font
Returns true if the font is underlined.
isValid(Item) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Returns true if the position and of the Item are valid.
isVisible() - Method in class javax.microedition.lcdui.game.Layer
Gets the visibility of this Layer.
isVisible() - Method in class javax.microedition.lcdui.Menu
Gets a boolean value indicating whether the Menu is presently visible on any Display.
isWriteable() - Method in class javax.microedition.rms.RecordStoreInfo
Return the boolean writeable state for the RecordStore associated with this RecordStoreInfo instance.
ITEM - Static variable in class javax.microedition.lcdui.Command
With this command type the application can hint to the implementation that the command is specific to the items of the Screen or the elements of a Choice.
Item - Class in javax.microedition.lcdui
A superclass for components that can be added to a Form.
ItemCommandListener - Interface in javax.microedition.lcdui
A listener type for receiving notification of commands that have been invoked on Item objects.
ItemLayoutHint - Interface in javax.microedition.lcdui
ItemLayoutHint is an interface to identify classes containing hints that control the layout of Items by subclasses of FormLayoutPolicy.
itemStateChanged(Item) - Method in interface javax.microedition.lcdui.ItemStateListener
Called when internal state of an Item has been changed by the user.
ItemStateListener - Interface in javax.microedition.lcdui
This interface is used by applications that need to receive events indicating changes in the internal state of the interactive items within a Form screen.
ItemTraversalListener - Interface in javax.microedition.lcdui
This interface is used by applications that need to receive events indicating changes in focus for Items in a Form screen.
itemTraversedIn(Item) - Method in interface javax.microedition.lcdui.ItemTraversalListener
Called when the item gains focus.
itemTraversedOut(Item) - Method in interface javax.microedition.lcdui.ItemTraversalListener
Called when the item loses focus.

J

java.lang - package java.lang
Descriptions of modified and extended features included from Java Platform Micro Edition Configurations (CLDC and CDC).
javax.microedition.event - package javax.microedition.event
Package to provide events for application to application communication and provide access to and events for changes in system states.
javax.microedition.io - package javax.microedition.io
MID Profile includes networking support based on the Generic Connection framework from the Connected, Limited Device Configuration.
javax.microedition.lcdui - package javax.microedition.lcdui
The APIs in the LCDUI package provide a set of features for implementing user interfaces in MIDP applications.
javax.microedition.lcdui.game - package javax.microedition.lcdui.game
The Game API package provides a series of classes that enable the development of rich gaming content for wireless devices.
javax.microedition.media - package javax.microedition.media
MIDP 3.0 requires the support of the JSR 135 Mobile Media API v1.1 specification.
javax.microedition.midlet - package javax.microedition.midlet
The MIDlet package defines Mobile Information Device Profile (MIDP) applications and the interactions between the application and the environment in which the application runs.
javax.microedition.pki - package javax.microedition.pki
Certificates are used to authenticate information for secure Connections.
javax.microedition.rms - package javax.microedition.rms
The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it.

K

KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
keepUpdated(boolean) - Method in interface javax.microedition.rms.RecordEnumeration
Used to set whether the enumeration will be keep its internal index up to date with the record store record additions/deletions/changes.
KEY_BACKSPACE - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the backspace key, U+0008 BACKSPACE.
KEY_DELETE - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the delete key, U+007F DELETE.
KEY_DOWN - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the down key.
KEY_ENTER - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the enter key, U+000A LINE FEED.
KEY_ESCAPE - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the escape key, U+001B ESCAPE.
KEY_LEFT - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the left key.
KEY_NUM0 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 0.
KEY_NUM1 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 1.
KEY_NUM2 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 2.
KEY_NUM3 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 3.
KEY_NUM4 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 4.
KEY_NUM5 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 5.
KEY_NUM6 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 6.
KEY_NUM7 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 7.
KEY_NUM8 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 8.
KEY_NUM9 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 9.
KEY_POUND - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key "pound" (#).
KEY_PRESS - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key pressed events.
KEY_RELEASE - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key released events.
KEY_REPEAT - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key repeated events.
KEY_RIGHT - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the right key.
KEY_SELECT - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the select key.
KEY_SPACE - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the space key, U+0020 SPACE.
KEY_STAR - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key "star" (*).
KEY_TAB - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the tabulation key, U+0009 HORIZONTAL TABULATION.
KEY_UP - Static variable in class javax.microedition.lcdui.Canvas
keyCode for the up key.
KeyListener - Interface in javax.microedition.lcdui
Classes implementing this interface provide methods that are called when user of the device will generate key events, for example, pressing the keys available in a system keypad or keyboard.
keyPressed(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is pressed.
keyPressed(int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a key is pressed.
keyPressed(int, int) - Method in interface javax.microedition.lcdui.KeyListener
Called when a key is pressed.
keyReleased(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is released.
keyReleased(int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a key is released.
keyReleased(int, int) - Method in interface javax.microedition.lcdui.KeyListener
Called when a key is released.
keyRepeated(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is repeated (held down).
keyRepeated(int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a key is repeated.
keyRepeated(int, int) - Method in interface javax.microedition.lcdui.KeyListener
Called when a key is repeated (held down).

L

lastRenderedIndex() - Method in class javax.microedition.lcdui.Text
Gets the index of the last character that fits within the bounding box.
Layer - Class in javax.microedition.lcdui.game
A Layer is an abstract class representing a visual element of a game.
LayerManager - Class in javax.microedition.lcdui.game
The LayerManager manages a series of Layers.
LayerManager() - Constructor for class javax.microedition.lcdui.game.LayerManager
Creates a new LayerManager.
LAYOUT_2 - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that new MIDP 2.0 layout rules are in effect for this Item.
LAYOUT_BOTTOM - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST have a bottom-aligned layout.
LAYOUT_CENTER - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_CENTER.
LAYOUT_CENTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST have a horizontally centered layout.
LAYOUT_DEFAULT - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_DEFAULT.
LAYOUT_DEFAULT - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST follow the default layout policy of its container.
LAYOUT_EXPAND - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's width may be increased to fill available space.
LAYOUT_LEFT - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_LEFT.
LAYOUT_LEFT - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST have a left-aligned layout.
LAYOUT_NEWLINE_AFTER - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_NEWLINE_AFTER.
LAYOUT_NEWLINE_AFTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST be the last on its line or row, and that the next Item (if any) in the container should be placed on a new line or row.
LAYOUT_NEWLINE_BEFORE - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_NEWLINE_BEFORE.
LAYOUT_NEWLINE_BEFORE - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST be placed at the beginning of a new line or row.
LAYOUT_RIGHT - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_RIGHT.
LAYOUT_RIGHT - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST have a right-aligned layout.
LAYOUT_SHRINK - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's width may be reduced to its minimum width.
LAYOUT_TOP - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST have a top-aligned layout.
LAYOUT_VCENTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item MUST have a vertically centered layout.
LAYOUT_VEXPAND - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's height MUST be increased to fill available space.
LAYOUT_VSHRINK - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's height may be reduced to its minimum height.
LEFT - Static variable in class javax.microedition.lcdui.Canvas
Constant for the LEFT action.
LEFT - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images to the left of the text or image.
LEFT_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the LEFT key.
LINGER - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the linger time to wait in seconds before closing a connection with pending data output (1).
List - Class in javax.microedition.lcdui
A Screen containing list of choices.
List(String, int) - Constructor for class javax.microedition.lcdui.List
Creates a new, empty List, specifying its title and the type of the list.
List(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.List
Creates a new List, specifying its title, the type of the List, and an array of Strings and Images to be used as its initial contents.
LIST_ELEMENT - Static variable in class javax.microedition.lcdui.Display
Image type for List element image.
listConnections(boolean) - Static method in class javax.microedition.io.PushRegistry
Return a list of registered connections for the current MIDlet.
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an array of the names of record stores owned by the MIDlet suite.
LOAD - Static variable in class javax.microedition.lcdui.FileSelector
This constant value indicates that the purpose of the file selector is to locate a file from which to read.

M

MANUFACTURER - Static variable in class javax.microedition.midlet.MIDletIdentity
Constant for the Manufacturer domain.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
MENU - Static variable in class javax.microedition.lcdui.Display
Image type for images used in Menus.
Menu - Class in javax.microedition.lcdui
A visual container for Commands and other Menus.
Menu(String, String, Image) - Constructor for class javax.microedition.lcdui.Menu
Creates a new Menu object with the given labels and image.
MIDlet - Class in javax.microedition.midlet
A MIDlet is a Mobile Information Device Profile application.
MIDlet() - Constructor for class javax.microedition.midlet.MIDlet
Protected constructor for subclasses.
MIDletIdentity - Class in javax.microedition.midlet
This class represents the identity of a MIDlet.
MIDletStateChangeException - Exception in javax.microedition.midlet
Deprecated. MIDletStateChangeException is no longer used. MIDlets that throw MIDletStateChangeException will be destroyed.
MIDletStateChangeException() - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Deprecated. Constructs an exception with no specified detail message.
MIDletStateChangeException(String) - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Deprecated. Constructs an exception with the specified detail message.
MISSING_SIGNATURE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate object does not contain a signature.
MMS - Static variable in class javax.microedition.lcdui.NotificationType
The standard notification type for mms messages.
MODE_ACTIVE - Static variable in class javax.microedition.lcdui.Display
Activity mode indicating that power-saving actions should be deferred for as long as possible to maximize the user's visibility of the Display.
MODE_NORMAL - Static variable in class javax.microedition.lcdui.Display
Activity mode indicating that normal power management behavior should be applied.
MODIFIER_ALT - Static variable in interface javax.microedition.lcdui.KeyListener
Key modifier mask indicating the Alt key.
MODIFIER_CHR - Static variable in interface javax.microedition.lcdui.KeyListener
Key modifier mask indicating the Chr key.
MODIFIER_COMMAND - Static variable in interface javax.microedition.lcdui.KeyListener
Key modifier mask indicating the Command key.
MODIFIER_CTRL - Static variable in interface javax.microedition.lcdui.KeyListener
Key modifier mask indicating the Control / Ctrl key.
MODIFIER_MASK - Static variable in interface javax.microedition.lcdui.KeyListener
A bitmask for all key modifiers.
MODIFIER_SHIFT - Static variable in interface javax.microedition.lcdui.KeyListener
Key modifier mask indicating the SHIFT key.
move(int, int) - Method in class javax.microedition.lcdui.game.Layer
Moves this Layer by the specified horizontal and vertical distances.
moveCaret(int) - Method in class javax.microedition.lcdui.Text
Move caret forward or backward by one line in the display The getCharExtent method is use to find the bounding box of the character identified getCaret.
MULTIPLE - Static variable in interface javax.microedition.lcdui.Choice
MULTIPLE is a choice that can have arbitrary number of elements selected at a time.

N

NETWORK_3GPP_CSD - Static variable in class javax.microedition.event.EventData
Data network technology name for circuit switched data (CSD).
NETWORK_3GPP_PD - Static variable in class javax.microedition.event.EventData
Data network technology name for packet data in the GSM network.
NETWORK_3GPP_PD_3G - Static variable in class javax.microedition.event.EventData
Data network technology name for packet data in the 3G(UMTS) network.
NETWORK_3GPP_PD_EDGE - Static variable in class javax.microedition.event.EventData
Data network technology name for packet data in the EDGE network.
NETWORK_3GPP_PD_HSDPA - Static variable in class javax.microedition.event.EventData
Data network technology name for high speed download packet data in the 3G network (HSDPA).
NETWORK_802DOT11 - Static variable in class javax.microedition.event.EventData
Data network technology name for the 802.11 WiFi family of interfaces.
NETWORK_802DOT16 - Static variable in class javax.microedition.event.EventData
Data network technology name for the 802.16 WiMax interface standards.
NETWORK_CDMA - Static variable in class javax.microedition.event.EventData
Data network technology name for the CDMA/3GPP2 defined set of radio interface technologies.
nextFrame() - Method in class javax.microedition.lcdui.game.Sprite
Selects the next frame in the frame sequence.
nextRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
NON_PREDICTIVE - Static variable in class javax.microedition.lcdui.TextField
Indicates that the text entered does not consist of words that are likely to be found in dictionaries typically used by predictive input schemes.
NONE - Static variable in class javax.microedition.lcdui.CustomItem
A value for traversal direction that indicates that traversal has entered or has changed location within this item, but that no specific direction is associated with this traversal event.
NOT_YET_VALID - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is not yet valid.
NOTIFICATION - Static variable in class javax.microedition.lcdui.Display
Image type for Notificationicon image.
Notification - Class in javax.microedition.lcdui
Represents a small unobtrusive informational note to be shown to the user.
Notification(NotificationType, String, Image) - Constructor for class javax.microedition.lcdui.Notification
Creates a new Notification with the given type, label and image.
Notification(NotificationType, String) - Constructor for class javax.microedition.lcdui.Notification
Creates a new Notification with the given type and label.
Notification(NotificationType) - Constructor for class javax.microedition.lcdui.Notification
Creates a new Notification with the given type.
notificationDismissed(Notification) - Method in interface javax.microedition.lcdui.NotificationListener
Called when a Notification has been dismissed by the user.
NotificationException - Exception in javax.microedition.lcdui
Indicates that an operation on a Notification has failed.
NotificationException() - Constructor for exception javax.microedition.lcdui.NotificationException
Constructs an exception with no specified detail message.
NotificationException(String) - Constructor for exception javax.microedition.lcdui.NotificationException
Constructs an exception with the specified detail message.
NotificationListener - Interface in javax.microedition.lcdui
This interface is used by applications that need to receive events indicating changes in the state of a Notification.
notificationSelected(Notification) - Method in interface javax.microedition.lcdui.NotificationListener
Called when a Notification has been selected by the user.
notificationTimeout(Notification) - Method in interface javax.microedition.lcdui.NotificationListener
Called when a Notification has been removed by the system.
NotificationType - Class in javax.microedition.lcdui
Represents the Notification type (or category) used for grouping, sorting and filtering Notification objects of the same type.
NotificationType(String, Image) - Constructor for class javax.microedition.lcdui.NotificationType
Creates a new user defined NotificationType
notifyDestroyed() - Method in class javax.microedition.midlet.MIDlet
Used by an MIDlet to notify the application management software that it has entered into the Destroyed state.
notifyPaused() - Method in class javax.microedition.midlet.MIDlet
Deprecated. The Paused state is deprecated; the application does not need to inform the implementation that it is quiescent.
notifyStateChanged() - Method in class javax.microedition.lcdui.Item
Causes this Item's containing Form to notify the Item's ItemStateListener.
numAlphaLevels() - Method in class javax.microedition.lcdui.Display
Gets the number of alpha transparency levels supported by this Display.
numColors() - Method in class javax.microedition.lcdui.Display
Gets the number of colors (if isColor() is true) or graylevels (if isColor() is false) that can be represented on the display.
NUMERIC - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter only an integer value.
numRecords() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the number of records available in this enumeration's set.

O

OK - Static variable in class javax.microedition.lcdui.Command
A command that is a standard positive answer to a dialog implemented by current screen.
OK_COMMAND - Static variable in class javax.microedition.lcdui.FileSelector
The OK Command delivered to a command listener indicates that a file has been selected from FileSelector.
onCommandLayout(Displayable) - Method in interface javax.microedition.lcdui.CommandLayoutPolicy
Method called when a new layout is needed.
onParentEnabled(boolean) - Method in class javax.microedition.lcdui.Command
Informs the command of a change in its parent's enabled value.
onParentEnabled(boolean) - Method in class javax.microedition.lcdui.Menu
Informs the menu of a change in its parent's enabled value.
open(int, boolean) - Method in class javax.microedition.lcdui.FileSelector
Creates and opens a StreamConnection to the URL in getURL.
openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store associated with the current MIDlet suite.
openRecordStore(String, boolean, int, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store that can be shared with other MIDlet suites.
openRecordStore(String, String, String) - Static method in class javax.microedition.rms.RecordStore
Open a record store associated with the named MIDlet suite.
openRecordStore(String, boolean, int, boolean, String) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store that can be shared with other MIDlet suites.
openRecordStore(String, String, String, String) - Static method in class javax.microedition.rms.RecordStore
Open a record store associated with the named MIDlet suite.
OPERATOR - Static variable in class javax.microedition.midlet.MIDletIdentity
Constant for the Operator domain.
ORIENTATION_LANDSCAPE - Static variable in class javax.microedition.lcdui.Display
Orientation mode in which the longer dimension of the screen is its width.
ORIENTATION_LANDSCAPE_180 - Static variable in class javax.microedition.lcdui.Display
Orientation mode in which the longer dimension of the screen is its width and content is rotated 180 degrees.
ORIENTATION_PORTRAIT - Static variable in class javax.microedition.lcdui.Display
Orientation mode in which the longer dimension of the screen is its height.
ORIENTATION_PORTRAIT_180 - Static variable in class javax.microedition.lcdui.Display
Orientation mode in which the longer dimension of the screen is its height and content is rotated 180 degrees.
orientationChanged(Display, int) - Method in interface javax.microedition.lcdui.DisplayListener
This method is called when a Display's orientation changes.

P

paint(Graphics) - Method in class javax.microedition.lcdui.Canvas
Renders the Canvas.
paint(Graphics, int, int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to render the item within its container.
paint(Graphics) - Method in class javax.microedition.lcdui.game.GameCanvas
Paints this GameCanvas.
paint(Graphics) - Method in class javax.microedition.lcdui.game.Layer
Paints this Layer if it is visible.
paint(Graphics, int, int) - Method in class javax.microedition.lcdui.game.LayerManager
Renders the LayerManager's current view window at the specified location.
paint(Graphics) - Method in class javax.microedition.lcdui.game.Sprite
Draws the Sprite.
paint(Graphics) - Method in class javax.microedition.lcdui.game.TiledLayer
Draws the TiledLayer.
PASSWORD - Static variable in class javax.microedition.lcdui.TextField
Indicates that the text entered is confidential data that should be obscured whenever possible.
pauseApp() - Method in class javax.microedition.midlet.MIDlet
Deprecated. Previously calls to pauseApp did not provide reliable information about system state changes. To be informed of changes in resources available to the application, use the listeners in the respective APIs. For example, to be notified that the application is not in the foreground, register a DisplayListener. The EventManager can be used to listen for system state changes.
PHONENUMBER - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter a phone number.
PLAIN - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item MUST have a normal appearance.
platformRequest(String) - Method in class javax.microedition.midlet.MIDlet
Requests that the device handle (for example, display or install) the indicated URL.
playSound(Display) - Method in class javax.microedition.lcdui.AlertType
Alert the user by playing the sound for this AlertType.
POINTER_DRAG - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for point dragged events.
POINTER_PRESS - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for point pressed events.
POINTER_RELEASE - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for point released events.
pointerDragged(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is dragged.
pointerDragged(int, int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a pointer drag action (for example, pen motion after a press but before a release) has occurred within the item.
pointerPressed(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is pressed.
pointerPressed(int, int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a pointer down action (for example, a pen tap) has occurred within the item.
pointerReleased(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is released.
pointerReleased(int, int) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when a pointer up action (for example, a pen lift) has occurred after a pointer down action had occurred within the item.
POPUP - Static variable in interface javax.microedition.lcdui.Choice
POPUP is a choice having exactly one element selected at a time.
post(EventData, boolean) - Method in class javax.microedition.event.EventManager
Post an event.
POST - Static variable in interface javax.microedition.io.HttpConnection
The HTTP POST method.
post(boolean) - Method in class javax.microedition.lcdui.Notification
Posts the Notification.
post(boolean, int) - Method in class javax.microedition.lcdui.Notification
Posts the Notification with a set limit on how long it should be available.
PRECEDES - Static variable in interface javax.microedition.rms.RecordComparator
PRECEDES means that the left (first parameter) record precedes the right (second parameter) record in terms of search or sort order.
prevFrame() - Method in class javax.microedition.lcdui.game.Sprite
Selects the previous frame in the frame sequence.
previousRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
previousRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
PROFILE_ACTIVATED - Static variable in class javax.microedition.event.EventData
Indicates that a named profile was activated.
PROFILE_GENERAL - Static variable in class javax.microedition.event.EventData
Constant for the General profile.
PROFILE_MEETING - Static variable in class javax.microedition.event.EventData
Constant for the Meeting profile.
PROFILE_OFFLINE - Static variable in class javax.microedition.event.EventData
Constant for the Offline profile (also known as "Flight Mode").
PROFILE_OUTDOOR - Static variable in class javax.microedition.event.EventData
Constant for the Outdoor profile.
PROFILE_PAGER - Static variable in class javax.microedition.event.EventData
Constant for the Pager profile.
PROFILE_SILENT - Static variable in class javax.microedition.event.EventData
Constant for the Silent profile.
PROFILE_SYSTEM1 - Static variable in class javax.microedition.event.EventData
Constant for first system-reserved profile.
PROFILE_SYSTEM2 - Static variable in class javax.microedition.event.EventData
Constant for second system-reserved profile.
PROFILE_SYSTEM3 - Static variable in class javax.microedition.event.EventData
Constant for third system-reserved profile.
PROFILE_SYSTEM4 - Static variable in class javax.microedition.event.EventData
Constant for fourth system-reserved profile.
PROFILE_USER1 - Static variable in class javax.microedition.event.EventData
Constant for first user-defined profile.
PROFILE_USER2 - Static variable in class javax.microedition.event.EventData
Constant for second user-defined profile.
PROFILE_USER3 - Static variable in class javax.microedition.event.EventData
Constant for third user-defined profile.
PROFILE_USER4 - Static variable in class javax.microedition.event.EventData
Constant for fourth user-defined profile.
PushRegistry - Class in javax.microedition.io
The PushRegistry maintains a list of inbound connections.
PushRegistryPermission - Class in javax.microedition.io
The PushRegistryPermission class is used to check the static and dynamic registration of push connections and for registration of an alarm.
PushRegistryPermission(String, String) - Constructor for class javax.microedition.io.PushRegistryPermission
Creates a new instance of PushRegistryPermission.
PUT - Static variable in interface javax.microedition.io.HttpConnection
The HTTP PUT method.

R

RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
rebuild() - Method in interface javax.microedition.rms.RecordEnumeration
Request that the enumeration be updated to reflect the current record set.
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been added to a record store.
recordChanged(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record in a record store has been changed.
RecordComparator - Interface in javax.microedition.rms
An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their relative sort order is.
recordDeleted(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been deleted from a record store.
RecordEnumeration - Interface in javax.microedition.rms
An interface representing a bidirectional record store Record enumerator.
RecordFilter - Interface in javax.microedition.rms
An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
RecordListener - Interface in javax.microedition.rms
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
RecordStore - Class in javax.microedition.rms
A class representing a record store.
RecordStoreException - Exception in javax.microedition.rms
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException(String) - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreException() - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreFullException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException(String) - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreFullException() - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
RecordStoreInfo - Class in javax.microedition.rms
A class representing information about a RecordStore, including authorization mode, encryption status, writeable status, and size information.
RecordStoreNotFoundException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotFoundException() - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotOpenException - Exception in javax.microedition.rms
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
RecordStoreNotOpenException() - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
registerAlarm(String, long) - Static method in class javax.microedition.io.PushRegistry
Register a time to launch the specified MIDlet.
registerApplication(String, String, boolean) - Method in class javax.microedition.event.EventManager
Register an application to be launched on an event.
registerApplication(String, String, boolean, boolean) - Method in class javax.microedition.event.EventManager
Register an application to be launched in response to an event represented by a boolean values.
registerApplication(String, String, boolean, double, double) - Method in class javax.microedition.event.EventManager
Register an application to be launched in response to an event represented by a double value.
registerApplication(String, String, boolean, long, long) - Method in class javax.microedition.event.EventManager
Register an application to be launched in response to an event represented by an int or long value.
registerApplication(String, String, boolean, String[]) - Method in class javax.microedition.event.EventManager
Register an application to be launched in response to a event represented by a String value.
registerConnection(String, String, String) - Static method in class javax.microedition.io.PushRegistry
Register a dynamic connection with the application management software.
REMINDER - Static variable in class javax.microedition.lcdui.NotificationType
The standard notification type for reminders (typically calendar reminders, or task reminders).
remove(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Removes the specified Layer from this LayerManager.
remove(Command) - Method in class javax.microedition.lcdui.Menu
Removes a command from the menu.
remove(Menu) - Method in class javax.microedition.lcdui.Menu
Removes a sub-menu from the menu.
remove() - Method in class javax.microedition.lcdui.Notification
Removes the Notification.
removeCommand(Command) - Method in class javax.microedition.lcdui.Alert
Similar to Displayable.removeCommand(javax.microedition.lcdui.Command), however when the application removes the last command from an Alert, Alert.DISMISS_COMMAND is implicitly added.
removeCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Removes a command from the Displayable.
removeCommand(Command) - Method in class javax.microedition.lcdui.FileSelector
FileSelector does not allow Commands to be removed.
removeCommand(Command) - Method in class javax.microedition.lcdui.Item
Removes the context sensitive command from item.
removeCommand(Command) - Method in class javax.microedition.lcdui.List
The same as Displayable.removeCommand but with the following additional semantics.
removeCommandOrMenu(int) - Method in class javax.microedition.lcdui.Displayable
Removes the Command or Menu present at the given exact placement.
removeCommandOrMenu(int) - Method in class javax.microedition.lcdui.FileSelector
FileSelector does not allow Commands or Menus to be removed.
removeCurrent() - Method in class javax.microedition.lcdui.Display
Removes the current Displayable from this Display.
removedFromDisplay(Display) - Method in class javax.microedition.lcdui.IdleItem
Indicates that this IdleItem is no longer part of the idle screen.
removeDisplayListener(DisplayListener) - Static method in class javax.microedition.lcdui.Display
Removes a Display listener.
removeEventListener(String, EventDataListener) - Method in class javax.microedition.event.EventManager
Removes an event listener for the named event(s) including wildcards.
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeTab(int) - Method in class javax.microedition.lcdui.TabbedPane
Removes a tab element from TabbedPane.
repaint(int, int, int, int) - Method in class javax.microedition.lcdui.Canvas
Requests a repaint for the specified region of the Canvas.
repaint() - Method in class javax.microedition.lcdui.Canvas
Requests a repaint for the entire Canvas.
repaint() - Method in class javax.microedition.lcdui.CustomItem
Called by subclass code to request that the item be repainted.
repaint(int, int, int, int) - Method in class javax.microedition.lcdui.CustomItem
Called by subclass code to request that the specified rectangular area of the item be repainted.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Resets the iteration index back to 0, it does not rollback the changes if records were deleted.
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Deprecated. MIDlets will not be paused and do not need to be resumed.
RIGHT - Static variable in class javax.microedition.lcdui.Canvas
Constant for the RIGHT action.
RIGHT - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images to the right of the text or image.
RIGHT_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the RIGHT key.
ROOT_CA_EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates the root CA's public key is expired.

S

SAVE - Static variable in class javax.microedition.lcdui.FileSelector
This constant value indicates that the purpose of the file selector is to locate a file to which to write.
ScalableImage - Class in javax.microedition.lcdui
A ScalableImage object encapsulates vector graphics content.
SCREEN - Static variable in class javax.microedition.lcdui.Command
Specifies an application-defined command that pertains to the current screen.
Screen - Class in javax.microedition.lcdui
The common superclass of all high-level user interface classes.
SCREENSAVER_MODE - Static variable in class javax.microedition.event.EventData
Indicates the changes in the screen saver execution as a String value.
SCREENSAVER_MODE_ACTIVATED - Static variable in class javax.microedition.event.EventData
Indicates the screen saver is being activated.
SCREENSAVER_MODE_DEACTIVATED - Static variable in class javax.microedition.event.EventData
Indicates the screen saver is being deactivated.
SecureConnection - Interface in javax.microedition.io
This interface defines the secure socket stream connection.
SecureRecordStoreException - Exception in javax.microedition.rms
Thrown to indicate that a problem occurred during the process of Encrypting or Decrypting data of a Secure RecordStore.
SecureRecordStoreException(String) - Constructor for exception javax.microedition.rms.SecureRecordStoreException
Constructs a new SecureRecordStoreException with the specified detail message.
SecureRecordStoreException() - Constructor for exception javax.microedition.rms.SecureRecordStoreException
Constructs a new SecureRecordStoreException with no detail message.
SecurityInfo - Interface in javax.microedition.io
This interface defines methods to access information about a secure network connection.
SELECT_COMMAND - Static variable in class javax.microedition.lcdui.List
The default select command for IMPLICIT Lists.
SENSITIVE - Static variable in class javax.microedition.lcdui.TextField
Indicates that the text entered is sensitive data that the implementation must never store into a dictionary or table for use in predictive, auto-completing, or other accelerated input schemes.
ServerSocketConnection - Interface in javax.microedition.io
This interface defines the server socket stream connection.
serviceRepaints() - Method in class javax.microedition.lcdui.Canvas
Forces any pending repaint requests to be serviced immediately.
set(int, String, Image) - Method in interface javax.microedition.lcdui.Choice
Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
set(int, String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
set(int, Item) - Method in class javax.microedition.lcdui.Form
Sets the item referenced by itemNum to the specified item, replacing the previous item.
set(int, String, Image) - Method in class javax.microedition.lcdui.List
Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
setActivityMode(int) - Method in class javax.microedition.lcdui.Display
Sets the activity mode of this Display.
setAlignment(int) - Method in class javax.microedition.lcdui.Text
Sets the alignment for this Text object.
setAlpha(int) - Method in class javax.microedition.lcdui.Graphics
Sets the alpha value for this Graphics object.
setAlphaColor(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color and alpha to the specified 32-bit ARGB value.
setAlphaColor(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color and alpha to the specified values.
setAltText(String) - Method in class javax.microedition.lcdui.ImageItem
Sets the alternate text of the ImageItem, or null if no alternate text is provided.
setAnimatedTile(int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Associates an animated tile with the specified static tile.
setBackgroundColor(int) - Method in class javax.microedition.lcdui.Text
Sets the color used to fill the background of the Text.
setBackgroundColor(int, int, int, int) - Method in class javax.microedition.lcdui.TextEditor
Sets the background color and alpha of this TextEditor to the specified values.
setBaudRate(int) - Method in interface javax.microedition.io.CommConnection
Sets the baudrate for the serial port connection.
setBlendingMode(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current blending mode for this Graphics object.
setCaret(int) - Method in class javax.microedition.lcdui.Text
Sets the index of the caret.
setCaret(int) - Method in class javax.microedition.lcdui.TextBox
Sets the index of the caret.
setCaret(int) - Method in class javax.microedition.lcdui.TextField
Sets the index of the caret.
setCaretPosition(int) - Method in class javax.microedition.lcdui.TextEditor
Sets the index of the caret.
setCell(int, int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Sets the contents of a cell.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox from a character array, replacing the previous contents.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField from a character array, replacing the previous contents.
setClip(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setCollisionAlpha(int) - Method in class javax.microedition.lcdui.game.Sprite
Sets the alpha value for pixel level collision detection for this Sprite object.
setColor(int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setColor(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified 24-bit RGB value.
setCommand(Command, int) - Method in class javax.microedition.lcdui.Displayable
Adds or sets a Command to the Displayable at the given placement.
setCommand(Command, int) - Method in class javax.microedition.lcdui.FileSelector
FileSelector has two fixed, built-in Commands: OK_COMMAND and CANCEL_COMMAND.
setCommand(Command, int) - Method in class javax.microedition.lcdui.Item
Adds or sets a Command to the Item at the given placement.
setCommandLayoutPolicy(CommandLayoutPolicy) - Method in class javax.microedition.lcdui.Display
This method will set a new CommandLayoutPolicy for this Display.
setCommandLayoutPolicy(CommandLayoutPolicy) - Method in class javax.microedition.lcdui.Displayable
This method will set a new CommandLayoutPolicy for this Displayable.
setCommandLayoutPolicy(CommandLayoutPolicy) - Method in class javax.microedition.lcdui.FileSelector
FileSelector does not allow setCommandLayoutPolicy() to be called.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Alert
The same as Displayable.setCommandListener(javax.microedition.lcdui.CommandListener) but with the following additional semantics.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Displayable
Sets a listener for Commands to this Displayable, replacing any previous CommandListener.
setConstraints(int) - Method in class javax.microedition.lcdui.TextBox
Sets the input constraints of the TextBox.
setConstraints(int) - Method in class javax.microedition.lcdui.TextEditor
Sets the input constraints of this TextEditor.
setConstraints(int) - Method in class javax.microedition.lcdui.TextField
Sets the input constraints of the TextField.
setCurrent(Displayable) - Method in class javax.microedition.lcdui.Display
Requests that a different Displayable object be made visible on the display.
setCurrent(Alert, Displayable) - Method in class javax.microedition.lcdui.Display
Requests that this Alert be made current, and that nextDisplayable be made current after the Alert is dismissed.
setCurrentItem(Item) - Method in class javax.microedition.lcdui.Display
Requests that the Displayable that contains this Item be made current, scrolls the Displayable so that this Item is visible, and possibly assigns the focus to this Item.
setDate(Date) - Method in class javax.microedition.lcdui.DateField
Sets a new value for this field.
setDefaultCommand(Command) - Method in class javax.microedition.lcdui.Item
Sets default Command for this Item.
setDefaultCommand(Command) - Method in class javax.microedition.lcdui.Spacer
Spacers are restricted from having Commands, so this method will always throw IllegalStateException whenever it is called.
setEnabled(int, boolean) - Method in interface javax.microedition.lcdui.Choice
Sets the Choice element into enabled or disabled mode.
setEnabled(int, boolean) - Method in class javax.microedition.lcdui.ChoiceGroup
Sets the Choice element into enabled or disabled mode.
setEnabled(boolean) - Method in class javax.microedition.lcdui.Command
Sets the enabled value of the command.
setEnabled(int, boolean) - Method in class javax.microedition.lcdui.List
Sets the Choice element into enabled or disabled mode.
setEnabled(boolean) - Method in class javax.microedition.lcdui.Menu
Sets the Menu into enabled or disabled mode.
setFilterExtensions(String[]) - Method in class javax.microedition.lcdui.FileSelector
Sets the file extensions for this file selector to show only the files with the set extensions.
setFitPolicy(int) - Method in interface javax.microedition.lcdui.Choice
Sets the application's preferred policy for fitting Choice element contents to the available screen space.
setFitPolicy(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Sets the application's preferred policy for fitting Choice element contents to the available screen space.
setFitPolicy(int) - Method in class javax.microedition.lcdui.List
Sets the application's preferred policy for fitting Choice element contents to the available screen space.
setFocus(int) - Method in class javax.microedition.lcdui.TabbedPane
Sets the focus on a tab element.
setFocus(boolean) - Method in class javax.microedition.lcdui.TextEditor
Sets this TextEditor focused or removes focus.
setFont(int, Font) - Method in interface javax.microedition.lcdui.Choice
Sets the application's preferred font for rendering the specified element of this Choice.
setFont(int, Font) - Method in class javax.microedition.lcdui.ChoiceGroup
Sets the application's preferred font for rendering the specified element of this Choice.
setFont(Font) - Method in class javax.microedition.lcdui.Command
Sets the application's preferred font for rendering this Command.
setFont(Font) - Method in class javax.microedition.lcdui.Graphics
Sets the font for all subsequent text rendering operations.
setFont(int, Font) - Method in class javax.microedition.lcdui.List
Sets the application's preferred font for rendering the specified element of this Choice.
setFont(Font) - Method in class javax.microedition.lcdui.Menu
Sets the application's preferred font for rendering the labels for this Menu.
setFont(Font) - Method in class javax.microedition.lcdui.StringItem
Sets the application's preferred font for rendering this StringItem.
setFont(Font) - Method in class javax.microedition.lcdui.Text
Sets the default Font for this Text object.
setFont(Font, int, int) - Method in class javax.microedition.lcdui.Text
Sets the per character Font for a subrange of this Text object.
setFont(Font) - Method in class javax.microedition.lcdui.TextEditor
Sets the application preferred font for rendering the text content in this TextEditor.
setForegroundColor(int, int, int) - Method in class javax.microedition.lcdui.Text
Sets the color used to draw length characters starting at index.
setForegroundColor(int) - Method in class javax.microedition.lcdui.Text
Sets the color used to draw characters that do not have a per character foreground color.
setForegroundColor(int, int, int, int) - Method in class javax.microedition.lcdui.TextEditor
Sets the foreground color and alpha of this TextEditor to the specified values.
setFrame(int) - Method in class javax.microedition.lcdui.game.Sprite
Selects the current frame in the frame sequence.
setFrameSequence(int[]) - Method in class javax.microedition.lcdui.game.Sprite
Set the frame sequence for this Sprite.
setFullScreenMode(boolean) - Method in class javax.microedition.lcdui.Canvas
Controls whether the Canvas is in full-screen mode or in normal mode.
setGrayScale(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current grayscale to be used for all subsequent rendering operations.
setHeight(int, boolean) - Method in class javax.microedition.lcdui.ScalableImage
Sets the pixel-based height of the ScalableImage, as returned by getHeight.
setHeight(int) - Method in class javax.microedition.lcdui.Text
Sets the height of this Text.
setHighlight(int, int) - Method in class javax.microedition.lcdui.Text
Sets the highlight on a range in the text.
setHighlight(int, int) - Method in class javax.microedition.lcdui.TextBox
Sets the highlight on a range in the text.
setHighlight(int, int) - Method in class javax.microedition.lcdui.TextField
Sets the highlight on a range in the text.
setHighlightColor(int, int, int, int) - Method in class javax.microedition.lcdui.TextEditor
Sets the highlight color for this TextEditor to the specified values.
setIdleItem(IdleItem) - Method in class javax.microedition.lcdui.Display
Sets the specified IdleItem to the Display.
setImage(Image) - Method in class javax.microedition.lcdui.Alert
Sets the Image used in the Alert.
setImage(Image) - Method in class javax.microedition.lcdui.Command
Sets the image of the command.
setImage(Image, int, int) - Method in class javax.microedition.lcdui.game.Sprite
Changes the Image containing the Sprite's frames.
setImage(Image) - Method in class javax.microedition.lcdui.ImageItem
Sets the Image object contained within the ImageItem.
setImage(Image) - Method in class javax.microedition.lcdui.Menu
Sets the Image for this Menu.
setImage(Image) - Method in class javax.microedition.lcdui.Notification
Sets the Image of the Notification.
setIncrementValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the increment value of this Gauge object.
setIndent(int) - Method in class javax.microedition.lcdui.Text
Sets the horizontal first line indent used at the beginning of each paragraph.
setIndicator(Gauge) - Method in class javax.microedition.lcdui.Alert
Sets an activity indicator on this Alert.
setInitialDirection(int) - Method in class javax.microedition.lcdui.Text
Sets the initial display direction for Text.
setInitialInputMode(String) - Method in class javax.microedition.lcdui.TextBox
Sets a hint to the implementation as to the input mode that should be used when the user initiates editing of this TextBox.
setInitialInputMode(String) - Method in class javax.microedition.lcdui.TextEditor
Sets a hint to the implementation as to the input mode that should be used when the user initiates editing of this TextEditor; i.e.
setInitialInputMode(String) - Method in class javax.microedition.lcdui.TextField
Sets a hint to the implementation as to the input mode that should be used when the user initiates editing of this TextField.
setInputMode(int) - Method in class javax.microedition.lcdui.DateField
Set input mode for this date field.
setItemCommandListener(ItemCommandListener) - Method in class javax.microedition.lcdui.Item
Sets a listener for Commands to this Item, replacing any previous ItemCommandListener.
setItemStateListener(ItemStateListener) - Method in class javax.microedition.lcdui.Form
Sets the ItemStateListener for the Form, replacing any previous ItemStateListener.
setItemTraversalListener(ItemTraversalListener) - Method in class javax.microedition.lcdui.Form
Sets the ItemTraversalListener for the Form, replacing any previous ItemTraversalListener.
setKeyListener(KeyListener) - Method in class javax.microedition.lcdui.Canvas
Sets a key listener for key events to this Canvas, replacing any previous KeyListener.
setKeyListener(KeyListener) - Method in class javax.microedition.lcdui.CustomItem
Sets a listener for key events to this CustomItem, replacing any previous KeyListener.
setLabel(String) - Method in class javax.microedition.lcdui.Command
Sets the label of the command.
setLabel(String) - Method in class javax.microedition.lcdui.Item
Sets the label of the Item.
setLabel(String) - Method in class javax.microedition.lcdui.Menu
Sets the short label of the Menu.
setLabel(String) - Method in class javax.microedition.lcdui.Notification
Sets the label of the Notification.
setLabel(String) - Method in class javax.microedition.lcdui.Spacer
Spacers are restricted to having null labels, so this method will always throw IllegalStateException whenever it is called.
setLayout(int) - Method in class javax.microedition.lcdui.ImageItem
Sets the layout directives.
setLayout(int) - Method in class javax.microedition.lcdui.Item
Sets the layout directives for this item.
setLayoutHint(ItemLayoutHint) - Method in class javax.microedition.lcdui.Item
Sets the layout hint used for this item by the layout policy.
setLayoutPolicy(FormLayoutPolicy) - Method in class javax.microedition.lcdui.Form
Sets the FormLayoutPolicy for this form.
setListener(NotificationListener) - Method in class javax.microedition.lcdui.Notification
Sets the NotificationListener of the Notification, replacing any previous NotificationListener.
setLongLabel(String) - Method in class javax.microedition.lcdui.Command
Sets the long label of the command.
setLongLabel(String) - Method in class javax.microedition.lcdui.Menu
Sets the long label of the Menu.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextBox
Sets the maximum size (number of characters) that can be contained in this TextBox.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextEditor
Sets the maximum size (number of characters) that can be contained in this TextEditor.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextField
Sets the maximum size (number of characters) that can be contained in this TextField.
setMaxValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the maximum value of this Gauge object.
setMenu(Menu, int) - Method in class javax.microedition.lcdui.Displayable
Adds or sets a menu to the Displayable at the given placement.
setMenu(Menu, int) - Method in class javax.microedition.lcdui.FileSelector
FileSelector does not allow menus to be added.
setMinimumSize(int, int) - Method in class javax.microedition.lcdui.Spacer
Sets the minimum size for this spacer.
setMinValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the minimum value of this Gauge object.
setMode(int) - Method in class javax.microedition.lcdui.FileSelector
Sets the mode of the file selector to one of LOAD, SAVE, DIRECTORY_SELECT or DIRECTORY_CREATE.
setMode(int, boolean) - Method in class javax.microedition.rms.RecordStore
Changes the access mode for this RecordStore.
setPaintMode(boolean) - Method in class javax.microedition.lcdui.Canvas
Sets the paint mode for this Canvas.
setPaintMode(boolean) - Method in class javax.microedition.lcdui.CustomItem
Sets the paint mode for this CustomItem.
setParent(Object) - Method in class javax.microedition.lcdui.CanvasItem
Sets the parent object of this CanvasItem.
setPosition(Item, int, int) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Sets the position of the Item.
setPosition(int, int) - Method in class javax.microedition.lcdui.game.Layer
Sets this Layer's position such that its upper-left corner is located at (x,y) in the painter's coordinate system.
setPositionX(int) - Method in class javax.microedition.lcdui.CanvasItem
Sets the x-coordinate of the rendering position of this CanvasItem.
setPositionY(int) - Method in class javax.microedition.lcdui.CanvasItem
Sets the y-coordinate of the rendering position of this CanvasItem.
setPreferredOrientation(int) - Method in class javax.microedition.lcdui.Display
Sets the preferred orientation for this Display.
setPreferredSize(int, int) - Method in class javax.microedition.lcdui.Item
Sets the preferred width and height for this Item.
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to the provided new data.
setRecord(int, byte[], int, int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to the provided new data.
setRefPixelPosition(int, int) - Method in class javax.microedition.lcdui.game.Sprite
Sets this Sprite's position such that its reference pixel is located at (x,y) in the painter's coordinate system.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD PUT DELETE are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setRequiredActions(int) - Method in class javax.microedition.lcdui.Canvas
Specifies the set of actions that must be available on touch screen devices while this Canvas is current on the foreground Display.
setScrollOffset(int) - Method in class javax.microedition.lcdui.Text
Sets the scroll offset of the text.
setSelectCommand(Command) - Method in class javax.microedition.lcdui.List
Sets the Command to be used for an IMPLICIT List selection action.
setSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Attempts to set the selected state of every element in the Choice.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
Attempts to set the selected state of every element in the ChoiceGroup.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
Sets the selected state of all elements of the List.
setSelectedIndex(int, boolean) - Method in interface javax.microedition.lcdui.Choice
For MULTIPLE, this simply sets an individual element's selected state.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.ChoiceGroup
For ChoiceGroup objects of type MULTIPLE, this simply sets an individual element's selected state.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.List
Sets the selected state of an element.
setSelection(int, int) - Method in class javax.microedition.lcdui.TextEditor
Sets a selection on a range of text in the TextEditor content.
setSize(int, int) - Method in class javax.microedition.lcdui.CanvasItem
Sets the size of this CanvasItem in pixels.
setSize(Item, int, int) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Sets the width and height of the Item.
setSocketOption(byte, int) - Method in interface javax.microedition.io.SocketConnection
Set a socket option for the connection.
setSpaceAbove(int) - Method in class javax.microedition.lcdui.Text
Sets the line spacing above each line.
setSpaceBelow(int) - Method in class javax.microedition.lcdui.Text
Sets the line space below each line.
setStaticTileSet(Image, int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Change the static tile set.
setString(String) - Method in class javax.microedition.lcdui.Alert
Sets the text string used in the Alert.
setString(String) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.TextEditor
Sets the content of the TextEditor as a string.
setString(String) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.Ticker
Sets the string to be displayed by this ticker.
setStrokeStyle(int) - Method in class javax.microedition.lcdui.Graphics
Sets the stroke style used for drawing lines, arcs, rectangles, and rounded rectangles.
setTabIcon(int, Image) - Method in class javax.microedition.lcdui.TabbedPane
Sets the Image part of the tab element referenced by index, replacing the previous image of the tab.
setText(String) - Method in class javax.microedition.lcdui.StringItem
Sets the text contents of the StringItem.
setTextEditorListener(TextEditorChangeListener) - Method in class javax.microedition.lcdui.TextEditor
Sets a listener for content changes in this TextEditor, replacing any previous TextEditorChangeListener.
setTicker(Ticker) - Method in class javax.microedition.lcdui.Displayable
Sets a ticker for use with this Displayable, replacing any previous ticker.
setTimeout(int) - Method in class javax.microedition.lcdui.Alert
Set the time for which the Alert is to be shown.
setTitle(String) - Method in class javax.microedition.lcdui.Displayable
Sets the title of the Displayable.
setTransform(int) - Method in class javax.microedition.lcdui.game.Sprite
Sets the transform for this Sprite.
setType(AlertType) - Method in class javax.microedition.lcdui.Alert
Sets the type of the Alert.
setURL(String) - Method in class javax.microedition.lcdui.FileSelector
Sets the selected directory and file for this file selector according to the given URL.
setValid(Item, boolean) - Method in class javax.microedition.lcdui.FormLayoutPolicy
Sets the validity of the Item.
setValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the current value of this Gauge object.
setViewWindow(int, int, int, int) - Method in class javax.microedition.lcdui.game.LayerManager
Sets the view window on the LayerManager.
setVisible(boolean) - Method in class javax.microedition.lcdui.CanvasItem
Sets the visibility value of the CanvasItem.
setVisible(boolean) - Method in class javax.microedition.lcdui.game.Layer
Sets the visibility of this Layer.
setVisible(boolean) - Method in class javax.microedition.lcdui.TextEditor
Sets the visibility value of the TextEditor.
setWidth(int, boolean) - Method in class javax.microedition.lcdui.ScalableImage
Sets the pixel-based width of the ScalableImage, as returned by getWidth.
setWidth(int) - Method in class javax.microedition.lcdui.Text
Sets the width of this Text.
setZPosition(int) - Method in class javax.microedition.lcdui.CanvasItem
Sets the Z-position, or the elevation, of the item.
showNotify() - Method in class javax.microedition.lcdui.Canvas
The implementation calls showNotify() immediately prior to this Canvas being made visible on the display.
showNotify() - Method in class javax.microedition.lcdui.CustomItem
Called by the system to notify the item that it is now at least partially visible, when it previously had been completely invisible.
SITENAME_MISMATCH - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate does not contain the correct site name.
size() - Method in interface javax.microedition.lcdui.Choice
Gets the number of elements present.
size() - Method in class javax.microedition.lcdui.ChoiceGroup
Returns the number of elements in the ChoiceGroup.
size() - Method in class javax.microedition.lcdui.Form
Gets the number of items in the Form.
size() - Method in class javax.microedition.lcdui.List
Gets the number of elements in the List.
size() - Method in class javax.microedition.lcdui.Menu
Gets the number of Commands and sub-Menus in the Menu.
size() - Method in class javax.microedition.lcdui.TextBox
Gets the number of characters that are currently stored in this TextBox.
size() - Method in class javax.microedition.lcdui.TextEditor
Gets the number of characters that are currently stored in this TextEditor.
size() - Method in class javax.microedition.lcdui.TextField
Gets the number of characters that are currently stored in this TextField.
SIZE_LARGE - Static variable in class javax.microedition.lcdui.Font
The "large" system-dependent font size.
SIZE_MEDIUM - Static variable in class javax.microedition.lcdui.Font
The "medium" system-dependent font size.
SIZE_SMALL - Static variable in class javax.microedition.lcdui.Font
The "small" system-dependent font size.
sizeChanged(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the drawable area of the Canvas has been changed.
sizeChanged(int, int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass in order to handle size change events.
sizeChanged(int, int) - Method in class javax.microedition.lcdui.Displayable
The implementation calls this method when the available area of the Displayable has been changed.
sizeChanged(Display, int, int) - Method in interface javax.microedition.lcdui.DisplayListener
The implementation calls this method when the dimensions of a Display have been changed, i.e.
SMS - Static variable in class javax.microedition.lcdui.NotificationType
The standard notification type for sms messages.
SNDBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the sending buffer (4).
SocketConnection - Interface in javax.microedition.io
This interface defines the socket stream connection.
SOFTKEY_BOTTOM - Static variable in class javax.microedition.lcdui.Display
Specifies the bottom (or lower) horizontal border on the screen.
SOFTKEY_INDEX_MASK - Static variable in class javax.microedition.lcdui.Display
Mask to isolate the index of the soft key.
SOFTKEY_LEFT - Static variable in class javax.microedition.lcdui.Display
Specifies the left vertical border on the screen.
SOFTKEY_OFFSCREEN - Static variable in class javax.microedition.lcdui.Display
Specifies a placement not on a screen.
SOFTKEY_RIGHT - Static variable in class javax.microedition.lcdui.Display
Specifies the right vertical border on the screen.
SOFTKEY_TOP - Static variable in class javax.microedition.lcdui.Display
Specifies the top (or upper) horizontal border on the screen.
SOLID - Static variable in class javax.microedition.lcdui.Graphics
Constant for the SOLID stroke style.
Spacer - Class in javax.microedition.lcdui
A blank, non-interactive item that has a settable minimum size.
Spacer(int, int) - Constructor for class javax.microedition.lcdui.Spacer
Creates a new Spacer with the given minimum size.
Sprite - Class in javax.microedition.lcdui.game
A Sprite is a basic visual element that can be rendered with one of several frames stored in an Image; different frames can be shown to animate the Sprite.
Sprite(Image) - Constructor for class javax.microedition.lcdui.game.Sprite
Creates a new non-animated Sprite using the provided Image.
Sprite(Image, int, int) - Constructor for class javax.microedition.lcdui.game.Sprite
Creates a new animated Sprite using frames contained in the provided Image.
Sprite(Sprite) - Constructor for class javax.microedition.lcdui.game.Sprite
Creates a new Sprite from another Sprite.
SRC - Static variable in class javax.microedition.lcdui.Graphics
Constant for the SRC blending mode.
SRC_OVER - Static variable in class javax.microedition.lcdui.Graphics
Constant for the SRC_OVER blending mode.
startApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet that it has entered the Active state.
STATE_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
Background state in which the Display is invisible and has no access to user interface related resources.
STATE_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
Foreground state in which the Display is visible and has priority over user interface related resources.
STATE_VISIBLE - Static variable in class javax.microedition.lcdui.Display
Visible state in which the Display is at least partially visible but has limited access to user interface related resources.
STOP - Static variable in class javax.microedition.lcdui.Command
A command that will stop some currently running process, operation, etc.
StringItem - Class in javax.microedition.lcdui
An item that can contain a string.
StringItem(String, String) - Constructor for class javax.microedition.lcdui.StringItem
Creates a new StringItem object.
StringItem(String, String, int) - Constructor for class javax.microedition.lcdui.StringItem
Creates a new StringItem object with the given label, textual content, and appearance mode.
stringWidth(String) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified String in this Font.
STYLE_BOLD - Static variable in class javax.microedition.lcdui.Font
The bold style constant.
STYLE_ITALIC - Static variable in class javax.microedition.lcdui.Font
The italicized style constant.
STYLE_PLAIN - Static variable in class javax.microedition.lcdui.Font
The plain style constant.
STYLE_UNDERLINED - Static variable in class javax.microedition.lcdui.Font
The underlined style constant.
substringWidth(String, int, int) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified substring in this Font.
SUPPORTS_ALERTS - Static variable in class javax.microedition.lcdui.Display
The capability of supporting Alerts.
SUPPORTS_COMMANDS - Static variable in class javax.microedition.lcdui.Display
The capability of supporting Commands.
SUPPORTS_FILESELECTORS - Static variable in class javax.microedition.lcdui.Display
The capability of supporting FileSelectors.
SUPPORTS_FORMS - Static variable in class javax.microedition.lcdui.Display
The capability of supporting Forms.
SUPPORTS_IDLEITEM - Static variable in class javax.microedition.lcdui.Display
The capability of supporting an idle screen.
SUPPORTS_INPUT_EVENTS - Static variable in class javax.microedition.lcdui.Display
The capability of receiving raw input events from the user.
SUPPORTS_LISTS - Static variable in class javax.microedition.lcdui.Display
The capability of supporting Lists.
SUPPORTS_MENUS - Static variable in class javax.microedition.lcdui.Display
The capability of supporting Menus.
SUPPORTS_ORIENTATION_LANDSCAPE - Static variable in class javax.microedition.lcdui.Display
The capability of supporting an orientations of physical display in which the longer dimension of the screen is its width.
SUPPORTS_ORIENTATION_LANDSCAPE180 - Static variable in class javax.microedition.lcdui.Display
The capability of supporting an orientations of physical display in which the longer dimension of the screen is its width and content is rotated 180 degrees.
SUPPORTS_ORIENTATION_PORTRAIT - Static variable in class javax.microedition.lcdui.Display
The capability of supporting an orientations of physical display in which the longer dimension of the screen is its height.
SUPPORTS_ORIENTATION_PORTRAIT180 - Static variable in class javax.microedition.lcdui.Display
The capability of supporting an orientations of physical display in which the longer dimension of the screen is its height and content is rotated 180 degrees.
SUPPORTS_TABBEDPANES - Static variable in class javax.microedition.lcdui.Display
The capability of supporting TabbedPanes.
SUPPORTS_TEXTBOXES - Static variable in class javax.microedition.lcdui.Display
The capability of supporting TextBoxes.
SUPPORTS_TICKER - Static variable in class javax.microedition.lcdui.Display
The capability of showing Tickers to the user.
SUPPORTS_TITLE - Static variable in class javax.microedition.lcdui.Display
The capability of showing Titles to the user.
SYSTEM_STATE - Static variable in class javax.microedition.event.EventData
Indicates the system state as a String value.
SYSTEM_STATE_NORMAL - Static variable in class javax.microedition.event.EventData
Indicates the system is running applications normally.
SYSTEM_STATE_SHUTDOWN - Static variable in class javax.microedition.event.EventData
Indicates the system is shutting down.
SYSTEM_STATE_STANDBY - Static variable in class javax.microedition.event.EventData
Indicates the device is entering a potentially low power state in which no applications are running.
SYSTEM_STATE_STARTUP - Static variable in class javax.microedition.event.EventData
Indicates the system is starting up.

T

TAB - Static variable in class javax.microedition.lcdui.Display
Image type for TabbedPane icon image.
tabAddedEvent(int, Screen) - Method in interface javax.microedition.lcdui.TabListener
Indicates that a new tab is added.
TabbedPane - Class in javax.microedition.lcdui
TabbedPane is a Screen subclass that presents a series of Screens to the users and allows them to navigate between screens by selecting the corresponding tab.
TabbedPane(String, boolean, boolean) - Constructor for class javax.microedition.lcdui.TabbedPane
Creates a new, empty TabbedPane, specifying its title.
tabChangeEvent(Screen) - Method in interface javax.microedition.lcdui.TabListener
Indicates that a new tab is receiving the focus (being selected).
TableLayoutPolicy - Class in javax.microedition.lcdui
TableLayoutPolicy displays the Items in a Form aligned in columns.
TableLayoutPolicy(Form, int) - Constructor for class javax.microedition.lcdui.TableLayoutPolicy
Creates a new instance of TableLayoutPolicy.
TabListener - Interface in javax.microedition.lcdui
This interface is used to receive events related to changes on a TabbedPane.
tabRemovedEvent(int) - Method in interface javax.microedition.lcdui.TabListener
Indicates that a tab is removed.
Text - Class in javax.microedition.lcdui
The Text class is used to layout and render text within a specific area.
Text() - Constructor for class javax.microedition.lcdui.Text
Creates a new Text object.
Text(String, int, int) - Constructor for class javax.microedition.lcdui.Text
Creates a new Text object with the contents of a String and the specified width and height.
Text(String, int, int, int, int) - Constructor for class javax.microedition.lcdui.Text
Creates a new Text object with the specified substring, width and height.
TEXT_WRAP_DEFAULT - Static variable in interface javax.microedition.lcdui.Choice
Constant for indicating that the application has no preference as to wrapping or truncation of text element contents and that the implementation should use its default behavior.
TEXT_WRAP_OFF - Static variable in interface javax.microedition.lcdui.Choice
Constant for hinting that text element contents should be limited to a single line.
TEXT_WRAP_ON - Static variable in interface javax.microedition.lcdui.Choice
Constant for hinting that text element contents should be wrapped to multiple lines if necessary to fit available content space.
TextBox - Class in javax.microedition.lcdui
The TextBox class is a Screen that allows the user to enter and edit text.
TextBox(String, String, int, int) - Constructor for class javax.microedition.lcdui.TextBox
Creates a new TextBox object with the given title string, initial contents, maximum size in characters, and constraints.
TextEditor - Class in javax.microedition.lcdui
A TextEditor is an editable text component that is drawn on a parent object; in LCDUI Canvas or CustomItem (including IdleItem).
TextEditor(String, int, int, int, int) - Constructor for class javax.microedition.lcdui.TextEditor
Creates a new TextEditor object with the given initial contents, maximum size in characters, constraints and editor size in pixels.
TextEditorChangeListener - Interface in javax.microedition.lcdui
A listener for receiving notification of content changes and other editor events that have been invoked on TextEditor objects.
TextField - Class in javax.microedition.lcdui
A TextField is an editable text component that may be placed into a Form.
TextField(String, String, int, int) - Constructor for class javax.microedition.lcdui.TextField
Creates a new TextField object with the given label, initial contents, maximum size in characters, and constraints.
textFits() - Method in class javax.microedition.lcdui.Text
Checks if the contents can be fully rendered within the current bounds of this Text.
Ticker - Class in javax.microedition.lcdui
Implements a "ticker-tape", a piece of text that runs continuously across the display.
Ticker(String) - Constructor for class javax.microedition.lcdui.Ticker
Constructs a new Ticker object, given its initial contents string.
TiledLayer - Class in javax.microedition.lcdui.game
A TiledLayer is a visual element composed of a grid of cells that can be filled with a set of tile images.
TiledLayer(int, int, Image, int, int) - Constructor for class javax.microedition.lcdui.game.TiledLayer
Creates a new TiledLayer.
TIME - Static variable in class javax.microedition.lcdui.DateField
Input mode for time information (hours and minutes).
TOP - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images above the text or image.
toString() - Method in class javax.microedition.event.EventData
Gets the value as a String.
toString() - Method in class javax.microedition.midlet.MIDletIdentity
Returns the string representation of this MIDletIdentity.
TRANS_MIRROR - Static variable in class javax.microedition.lcdui.game.Sprite
Causes the Sprite to appear reflected about its vertical center.
TRANS_MIRROR_ROT180 - Static variable in class javax.microedition.lcdui.game.Sprite
Causes the Sprite to appear reflected about its vertical center and then rotated clockwise by 180 degrees.
TRANS_MIRROR_ROT270 - Static variable in class javax.microedition.lcdui.game.Sprite
Causes the Sprite to appear reflected about its vertical center and then rotated clockwise by 270 degrees.
TRANS_MIRROR_ROT90 - Static variable in class javax.microedition.lcdui.game.Sprite
Causes the Sprite to appear reflected about its vertical center and then rotated clockwise by 90 degrees.
TRANS_NONE - Static variable in class javax.microedition.lcdui.game.Sprite
No transform is applied to the Sprite.
TRANS_ROT180 - Static variable in class javax.microedition.lcdui.game.Sprite
Causes the Sprite to appear rotated clockwise by 180 degrees.
TRANS_ROT270 - Static variable in class javax.microedition.lcdui.game.Sprite
Causes the Sprite to appear rotated clockwise by 270 degrees.
TRANS_ROT90 - Static variable in class javax.microedition.lcdui.game.Sprite
Causes the Sprite to appear rotated clockwise by 90 degrees.
translate(int, int) - Method in class javax.microedition.lcdui.Graphics
Translates the origin of the graphics context to the point (x, y) in the current coordinate system.
traverse(int, int, int, int[]) - Method in class javax.microedition.lcdui.CustomItem
Called by the system when traversal has entered the item or has occurred within the item.
TRAVERSE_HORIZONTAL - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support of horizontal traversal internal to the CustomItem.
TRAVERSE_VERTICAL - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for vertical traversal internal to the CustomItem.
traverseOut() - Method in class javax.microedition.lcdui.CustomItem
Called by the system when traversal has occurred out of the item.

U

UDPDatagramConnection - Interface in javax.microedition.io
This interface defines a datagram connection which knows it's local end point address.
UNAUTHORIZED_INTERMEDIATE_CA - Static variable in exception javax.microedition.pki.CertificateException
Indicates an intermediate certificate in the chain does not have the authority to be a intermediate CA.
unbind() - Method in class javax.microedition.lcdui.ScalableImage
Unbinds this ScalableImage instance from an external scalable image object.
UNEDITABLE - Static variable in class javax.microedition.lcdui.TextField
Indicates that editing is currently disallowed.
UNIDENTIFIED_THIRD_PARTY - Static variable in class javax.microedition.midlet.MIDletIdentity
Constant for the Unidentified Third Party domain.
UNRECOGNIZED_ISSUER - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate was issued by an unrecognized entity.
unregisterApplication(String, String) - Method in class javax.microedition.event.EventManager
Unregister an application from launching in response to an event.
unregisterConnection(String) - Static method in class javax.microedition.io.PushRegistry
Remove a dynamic connection registration.
UNSUPPORTED_PUBLIC_KEY_TYPE - Static variable in exception javax.microedition.pki.CertificateException
Indicates that type of the public key in a certificate is not supported by the device.
UNSUPPORTED_SIGALG - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate was signed using an unsupported algorithm.
UP - Static variable in class javax.microedition.lcdui.Canvas
Constant for the UP action.
UP_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the UP key.
URL - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter a URL.

V

VCENTER - Static variable in class javax.microedition.lcdui.Graphics
Constant for centering images vertically around the anchor point.
VERIFICATION_FAILED - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate failed verification.
vibrate(int) - Method in class javax.microedition.lcdui.Display
Requests operation of the device's vibrator.
VOICE_CALL - Static variable in class javax.microedition.event.EventData
Indicates whether there are voice calls currently active.

W

WARNING - Static variable in class javax.microedition.lcdui.AlertType
A WARNING AlertType is a hint to warn the user of a potentially dangerous operation.

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

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.