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

A

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.Displayable
Adds a command to the Displayable.
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.Spacer
Spacers are restricted from having Commands, so this method will always throw IllegalStateException whenever it is called.
addPlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Add a player listener for this player.
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
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 javax.microedition.lcdui.Alert.
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 - Static variable in class javax.microedition.lcdui.Display
Image type for Alert image.
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.
AlertType - class javax.microedition.lcdui.AlertType.
The AlertType provides an indication of the nature of alerts.
AlertType() - Constructor for class javax.microedition.lcdui.AlertType
Protected constructor for subclasses.
ANY - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter any text.
append(Image) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one Image to the Form.
append(Item) - Method in class javax.microedition.lcdui.Form
Adds an Item into the Form.
append(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Appends a Layer to this LayerManager.
append(String) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one String to the Form.
append(String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
Appends an element to the ChoiceGroup.
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.List
Appends an element to the List.
AUTHMODE_ANY - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access to any MIDlet suites.
AUTHMODE_PRIVATE - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access only to the current MIDlet suite.

B

BACK - Static variable in class javax.microedition.lcdui.Command
A navigation command that returns the user to the logically previous screen.
BAD_EXTENSIONS - Static variable in class 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.
BLOCK_END - Static variable in interface javax.microedition.media.control.ToneControl
Defines an ending point for a block.
BLOCK_START - Static variable in interface javax.microedition.media.control.ToneControl
Defines a starting point for a block.
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 class 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 is to appear as a button.

C

C4 - Static variable in interface javax.microedition.media.control.ToneControl
Middle C.
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() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
Canvas - class javax.microedition.lcdui.Canvas.
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.
Certificate - interface javax.microedition.pki.Certificate.
Interface common to certificates.
CERTIFICATE_CHAIN_TOO_LONG - Static variable in class javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
CertificateException - class javax.microedition.pki.CertificateException.
The CertificateException encapsulates an error that occurred while a Certificate is being used.
CertificateException(Certificate, byte) - Constructor for class javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String, Certificate, byte) - Constructor for class 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 of the characters in ch, 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
Get the status of the specified permission.
Choice - interface javax.microedition.lcdui.Choice.
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 javax.microedition.lcdui.ChoiceGroup.
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.
close() - Method in interface javax.microedition.media.Player
Close the Player and release its resources.
CLOSED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that the Player is closed.
CLOSED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is closed.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
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.
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.
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.
Command - class javax.microedition.lcdui.Command.
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.
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.
CommandListener - interface javax.microedition.lcdui.CommandListener.
This interface is used by applications which need to receive high-level events from the implementation.
CommConnection - interface javax.microedition.io.CommConnection.
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.
Connector - class javax.microedition.io.Connector.
Factory class for creating new Connection objects.
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.
Control - interface javax.microedition.media.Control.
A Control object is used to control some media processing functions.
Controllable - interface javax.microedition.media.Controllable.
Controllable provides an interface for obtaining the Controls from an object like a Player.
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.
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) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a source image.
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(InputStream) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from an InputStream.
createImage(int, int) - Static method in class javax.microedition.lcdui.Image
Creates a new, mutable image for off-screen drawing.
createImage(String) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createPlayer(InputStream, String) - Static method in class javax.microedition.media.Manager
Create a Player to play back media from an InputStream.
createPlayer(String) - Static method in class javax.microedition.media.Manager
Create a Player from an input locator.
createRGBImage(int[], int, int, boolean) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a sequence of ARGB values, specified as 0xAARRGGBB.
CustomItem - class javax.microedition.lcdui.CustomItem.
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

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 javax.microedition.lcdui.DateField.
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.
deallocate() - Method in interface javax.microedition.media.Player
Release the scarce or exclusive resources like the audio device acquired by the Player.
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(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Deletes the element referenced by elementNum.
delete(int) - Method in interface javax.microedition.lcdui.Choice
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.TextField
Deletes characters from the TextField.
delete(int, int) - Method in class javax.microedition.lcdui.TextBox
Deletes characters from the TextBox.
deleteAll() - Method in class javax.microedition.lcdui.ChoiceGroup
Deletes all elements from this ChoiceGroup.
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.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.
deleteRecordStore(String) - Static method in class javax.microedition.rms.RecordStore
Deletes the named record store.
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.
DEVICE_AVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
Posted when the system or another higher priority application has released an exclusive device which is now available to the Player.
DEVICE_UNAVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
Posted when the system or another higher priority application has temporarily taken control of an exclusive device which was previously available to the Player.
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 javax.microedition.lcdui.Display.
Display represents the manager of the display and input devices of the system.
Displayable - class javax.microedition.lcdui.Displayable.
An object that has the capability of being placed on the display.
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 game 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 and stroke style.
drawChar(char, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified character using the current font and color.
drawChars(char[], int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified characters using the current font and color.
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 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 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.
drawRGB(int[], int, int, int, int, int, int, boolean) - Method in class javax.microedition.lcdui.Graphics
Renders a series of device-independent RGB+transparency 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 and stroke style.
drawString(String, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified String using the current font and color.
drawSubstring(String, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified String using the current font and color.
DURATION_UPDATED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the duration of a Player is updated.

E

EMAILADDR - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter an e-mail address.
END_OF_MEDIA - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player has reached the end of the media.
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.
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.
ERROR - Static variable in interface javax.microedition.media.PlayerListener
Posted when an error had occurred.
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 class javax.microedition.pki.CertificateException
Indicates a certificate is expired.

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.
fillArc(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
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.
fillRoundRect(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified rounded corner rectangle with the current color.
fillTriangle(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified triangle will the current color.
FIRE - Static variable in class javax.microedition.lcdui.Canvas
Constant for the FIRE game 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.
flushGraphics() - Method in class javax.microedition.lcdui.game.GameCanvas
Flushes the off-screen buffer to the display.
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.
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 javax.microedition.lcdui.Font.
The Font class represents fonts and font metrics.
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.
FOREVER - Static variable in class javax.microedition.lcdui.Alert
FOREVER indicates that an Alert is kept visible until the user dismisses it.
Form - class javax.microedition.lcdui.Form.
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.

G

GAME_A - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "A" game 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" game 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" game 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" game 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 javax.microedition.lcdui.game.GameCanvas.
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.
Gauge - class javax.microedition.lcdui.Gauge.
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
HTTP Get method.
get(int) - Method in class javax.microedition.lcdui.Form
Gets the item at given position.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
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.
getBaselinePosition() - Method in class javax.microedition.lcdui.Font
Gets the distance in pixels from the top of the text to the text's baseline.
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.
getBlueComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the blue component of the current color.
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).
getCaretPosition() - Method in class javax.microedition.lcdui.TextField
Gets the current input position.
getCaretPosition() - Method in class javax.microedition.lcdui.TextBox
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 class javax.microedition.pki.CertificateException
Get the Certificate that caused the exception.
getChars(char[]) - Method in class javax.microedition.lcdui.TextField
Copies the contents of the TextField into a character array starting at index zero.
getChars(char[]) - Method in class javax.microedition.lcdui.TextBox
Copies the contents of the TextBox 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() - Method in class javax.microedition.lcdui.Graphics
Gets the current color.
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 0x00RRGGBB based on the colorSpecifier passed in.
getColumns() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of columns in the TiledLayer grid.
getCommandType() - Method in class javax.microedition.lcdui.Command
Gets the type of the command.
getConstraints() - Method in class javax.microedition.lcdui.TextField
Gets the current input constraints of the TextField.
getConstraints() - Method in class javax.microedition.lcdui.TextBox
Gets the current input constraints of the TextBox.
getContentType() - Method in interface javax.microedition.media.Player
Get the content type of the media that's being played back by this Player.
getControl(String) - Method in interface javax.microedition.media.Controllable
Obtain the object that implements the specified Control interface.
getControls() - Method in interface javax.microedition.media.Controllable
Obtain the collection of Controls from the object that implements this interface.
getCurrent() - Method in class javax.microedition.lcdui.Display
Gets the current Displayable object for this MIDlet.
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.
getDisplay(MIDlet) - Static method in class javax.microedition.lcdui.Display
Gets the 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.
getDuration() - Method in interface javax.microedition.media.Player
Get the duration of the media.
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.
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.
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 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.List
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
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.Graphics
Gets the current font.
getFont(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred font for rendering the specified element of this Choice.
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) - 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.List
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int, int, int) - Static method in class javax.microedition.lcdui.Font
Obtains an object representing a font having the specified face, style, and size.
getFrame() - Method in class javax.microedition.lcdui.game.Sprite
Gets the current index in the frame sequence.
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 game action associated with the given key code of the device.
getGameAction(int) - Method in class javax.microedition.lcdui.CustomItem
Gets the game action associated with the given key code of the device.
getGraphics() - Method in class javax.microedition.lcdui.Image
Creates a new Graphics object that renders to this image.
getGraphics() - Method in class javax.microedition.lcdui.game.GameCanvas
Obtains the Graphics object for rendering a GameCanvas.
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.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
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.Displayable
Gets the height in pixels of the displayable area available to the application.
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.Image
Gets the height of the image in pixels.
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.Form
Returns the height in pixels of the displayable area available for items.
getHeight() - Method in class javax.microedition.lcdui.game.Layer
Gets the current height of this layer, in pixels.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection.
getImage() - Method in class javax.microedition.lcdui.ImageItem
Gets the image contained within the ImageItem, or null if there is no contained image.
getImage() - Method in class javax.microedition.lcdui.Alert
Gets the Image used in the Alert.
getImage(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the Image part of the element referenced by elementNum.
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.List
Gets the Image part of the element referenced by elementNum.
getIndicator() - Method in class javax.microedition.lcdui.Alert
Gets the activity indicator for this Alert.
getInputMode() - Method in class javax.microedition.lcdui.DateField
Gets input mode for this date field.
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 game 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.Item
Gets the label of this Item object.
getLabel() - Method in class javax.microedition.lcdui.Command
Gets the short label of the command.
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.Item
Gets the layout directives used for placing the item.
getLayout() - Method in class javax.microedition.lcdui.ImageItem
Gets the layout directives used for placing the image.
getLevel() - Method in interface javax.microedition.media.control.VolumeControl
Get the current volume level set.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address to which the datagram connection 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.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port to which this datagram connection 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.ServerSocketConnection
Returns the local port to which this socket is bound.
getLongLabel() - Method in class javax.microedition.lcdui.Command
Gets the long label of the command.
getMaxSize() - Method in class javax.microedition.lcdui.TextField
Returns the maximum size (number of characters) that can be stored in this TextField.
getMaxSize() - Method in class javax.microedition.lcdui.TextBox
Returns the maximum size (number of characters) that can be stored in this TextBox.
getMaxValue() - Method in class javax.microedition.lcdui.Gauge
Gets the maximum value of this Gauge object.
getMediaTime() - Method in interface javax.microedition.media.Player
Gets this Player's current media time.
getMIDlet(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered MIDlet for a requested connection.
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.
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.
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.SocketConnection
Returns the remote port to which this socket is bound.
getPort() - Method in interface javax.microedition.io.HttpsConnection
Returns the network port number of the URL for this HttpsConnection.
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 class javax.microedition.pki.CertificateException
Get the reason code.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
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 ref portion 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.
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.
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.
getRows() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of rows in the TiledLayer grid.
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 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 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.List
Queries the state of a List and returns the state of all elements in the boolean array selectedArray_return.
getSelectedIndex() - Method in class javax.microedition.lcdui.ChoiceGroup
Returns the index number of an element in the ChoiceGroup that is selected.
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.List
Returns the index number of an element in the List that is selected.
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.
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 the 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
Returns the amount of space, in bytes, that the record store occupies.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
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.
getState() - Method in interface javax.microedition.media.Player
Gets the current state of this Player.
getString() - Method in class javax.microedition.lcdui.Alert
Gets the text string used in the Alert.
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.TextBox
Gets the contents of the TextBox as a string value.
getString() - Method in class javax.microedition.lcdui.Ticker
Gets the string currently being scrolled by the ticker.
getString(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the String part of the element referenced by elementNum.
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.List
Gets the String part of the element referenced by elementNum.
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 the font.
getSubject() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's subject.
getSupportedContentTypes(String) - Static method in class javax.microedition.media.Manager
Return the list of supported content types for the given protocol.
getSupportedProtocols(String) - Static method in class javax.microedition.media.Manager
Return the list of supported protocols given the content type.
getText() - Method in class javax.microedition.lcdui.StringItem
Gets the text contents of the StringItem, or null if the StringItem is empty.
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.
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.
getType() - Method in class javax.microedition.lcdui.Alert
Gets the type of the Alert.
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.
getValue() - Method in class javax.microedition.lcdui.Gauge
Gets the current value of this Gauge object.
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.
getWidth() - Method in class javax.microedition.lcdui.Displayable
Gets the width in pixels of the displayable area available to the application.
getWidth() - Method in class javax.microedition.lcdui.Image
Gets the width of the image in pixels.
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.Form
Returns the width in pixels of the displayable area available for items.
getWidth() - Method in class javax.microedition.lcdui.game.Layer
Gets the current width of this layer, in pixels.
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() - 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.
Graphics - class javax.microedition.lcdui.Graphics.
Provides simple 2D geometric rendering capability.

H

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
Checks if the platform supports pointer press and release events.
hasPointerMotionEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform 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
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 javax.microedition.io.HttpConnection.
This interface defines the necessary methods and constants for an HTTP connection.
HttpsConnection - interface javax.microedition.io.HttpsConnection.
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 is to appear as a hyperlink.

I

IllegalStateException - class java.lang.IllegalStateException.
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
Image - class javax.microedition.lcdui.Image.
The Image class is used to hold graphical image data.
ImageItem - class javax.microedition.lcdui.ImageItem.
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.
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.
INAPPROPRIATE_KEY_USAGE - Static variable in class 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.
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.
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(int, Item) - Method in class javax.microedition.lcdui.Form
Inserts an item into the Form just prior to the item 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, 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.List
Inserts an element into the List just prior to the element specified.
insert(Layer, int) - Method in class javax.microedition.lcdui.game.LayerManager
Inserts a new Layer in this LayerManager at the specified index.
insert(String, int) - Method in class javax.microedition.lcdui.TextField
Inserts a string into the contents of the TextField.
insert(String, int) - Method in class javax.microedition.lcdui.TextBox
Inserts a string into the contents of the TextBox.
invalidate() - Method in class javax.microedition.lcdui.CustomItem
Signals that the CustomItem's size and traversal location need to be updated.
InvalidRecordIDException - class javax.microedition.rms.InvalidRecordIDException.
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException() - Constructor for class javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
InvalidRecordIDException(String) - Constructor for class javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
isBold() - Method in class javax.microedition.lcdui.Font
Returns true if the font is bold.
isColor() - Method in class javax.microedition.lcdui.Display
Gets information about color support of the device.
isDoubleBuffered() - Method in class javax.microedition.lcdui.Canvas
Checks if the Canvas is double buffered by the implementation.
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.
isMuted() - Method in interface javax.microedition.media.control.VolumeControl
Get the mute state of the signal associated with this VolumeControl.
isPlain() - Method in class javax.microedition.lcdui.Font
Returns true if the font is plain.
isSelected(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets a boolean value indicating whether this element is selected.
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.List
Gets a boolean value indicating whether this element is selected.
isShown() - Method in class javax.microedition.lcdui.Displayable
Checks if the Displayable is actually visible on the display.
isUnderlined() - Method in class javax.microedition.lcdui.Font
Returns true if the font is underlined.
isVisible() - Method in class javax.microedition.lcdui.game.Layer
Gets the visibility of this Layer.
Item - class javax.microedition.lcdui.Item.
A superclass for components that can be added to a Form.
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.
ItemCommandListener - interface javax.microedition.lcdui.ItemCommandListener.
A listener type for receiving notification of commands that have been invoked on Item objects.
itemStateChanged(Item) - Method in interface javax.microedition.lcdui.ItemStateListener
Called when internal state of an Item has been changed by the user.
ItemStateListener - interface javax.microedition.lcdui.ItemStateListener.
This interface is used by applications which need to receive events that indicate changes in the internal state of the interactive items within a Form screen.

J

java.lang - package java.lang
MID Profile Language Classes included from Java 2 Standard Edition.
java.util - package java.util
MID Profile Utility Classes included from Java 2 Standard Edition.
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 UI API provides a set of features for implementation of user interfaces for 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
The MIDP 2.0 Media API is a directly compatible building block of the Mobile Media API (JSR-135) specification.
javax.microedition.media.control - package javax.microedition.media.control
This package defines the specific Control types that can be used with a Player.
javax.microedition.midlet - package javax.microedition.midlet
The MIDlet package defines Mobile Information Device Profile 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_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_STAR - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key "star" (*).
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.
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.
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.

L

Layer - class javax.microedition.lcdui.game.Layer.
A Layer is an abstract class representing a visual element of a game.
LayerManager - class javax.microedition.lcdui.game.LayerManager.
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 should have a bottom-aligned layout.
LAYOUT_CENTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a horizontally centered layout.
LAYOUT_CENTER - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_CENTER.
LAYOUT_DEFAULT - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should follow the default layout policy of its container.
LAYOUT_DEFAULT - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_DEFAULT.
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.Item
A layout directive indicating that this Item should have a left-aligned layout.
LAYOUT_LEFT - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_LEFT.
LAYOUT_NEWLINE_AFTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should 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_AFTER - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_NEWLINE_AFTER.
LAYOUT_NEWLINE_BEFORE - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should be placed at the beginning of a new line or row.
LAYOUT_NEWLINE_BEFORE - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_NEWLINE_BEFORE.
LAYOUT_RIGHT - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a right-aligned layout.
LAYOUT_RIGHT - Static variable in class javax.microedition.lcdui.ImageItem
See Item.LAYOUT_RIGHT.
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 should have a top-aligned layout.
LAYOUT_VCENTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a vertically centered layout.
LAYOUT_VEXPAND - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's height may 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 game 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 javax.microedition.lcdui.List.
A Screen containing list of choices.
LIST_ELEMENT - Static variable in class javax.microedition.lcdui.Display
Image type for List element image.
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.
listConnections(boolean) - Static method in class javax.microedition.io.PushRegistry
Return a list of registered connections for the current MIDlet suite.
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an array of the names of record stores owned by the MIDlet suite.

M

Manager - class javax.microedition.media.Manager.
Manager is the access point for obtaining system dependent resources such as Players for multimedia processing.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
MediaException - class javax.microedition.media.MediaException.
A MediaException indicates an unexpected error condition in a method.
MediaException() - Constructor for class javax.microedition.media.MediaException
Constructs a MediaException with null as its error detail message.
MediaException(String) - Constructor for class javax.microedition.media.MediaException
Constructs a MediaException with the specified detail message.
MIDlet - class javax.microedition.midlet.MIDlet.
A MIDlet is a MID Profile application.
MIDlet() - Constructor for class javax.microedition.midlet.MIDlet
Protected constructor for subclasses.
MIDletStateChangeException - class javax.microedition.midlet.MIDletStateChangeException.
Signals that a requested MIDlet state change failed.
MIDletStateChangeException() - Constructor for class javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with no specified detail message.
MIDletStateChangeException(String) - Constructor for class javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with the specified detail message.
MISSING_SIGNATURE - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate object does not contain a signature.
move(int, int) - Method in class javax.microedition.lcdui.game.Layer
Moves this Layer by the specified horizontal and vertical distances.
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

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 class javax.microedition.pki.CertificateException
Indicates a certificate is not yet valid.
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
Notifies the application management software that the MIDlet does not want to be active and has entered the Paused state.
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 implementation.
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 device.
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.
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store associated with the given 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.

P

paint(Graphics) - Method in class javax.microedition.lcdui.Canvas
Renders the Canvas.
paint(Graphics) - Method in class javax.microedition.lcdui.game.Layer
Paints this Layer if it is visible.
paint(Graphics) - Method in class javax.microedition.lcdui.game.Sprite
Draws the Sprite.
paint(Graphics) - Method in class javax.microedition.lcdui.game.GameCanvas
Paints this GameCanvas.
paint(Graphics) - Method in class javax.microedition.lcdui.game.TiledLayer
Draws the TiledLayer.
paint(Graphics, int, int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to render the item within its container.
paint(Graphics, int, int) - Method in class javax.microedition.lcdui.game.LayerManager
Renders the LayerManager's current view window at the specified location.
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
Signals the MIDlet to enter the Paused state.
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 is to 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.
PLAY_BLOCK - Static variable in interface javax.microedition.media.control.ToneControl
Play a defined block.
Player - interface javax.microedition.media.Player.
Player controls the rendering of time based media data.
PlayerListener - interface javax.microedition.media.PlayerListener.
PlayerListener is the interface for receiving asynchronous events generated by Players.
playerUpdate(Player, String, Object) - Method in interface javax.microedition.media.PlayerListener
This method is called to deliver an event to a registered listener when a Player event is observed.
playSound(Display) - Method in class javax.microedition.lcdui.AlertType
Alert the user by playing the sound for this AlertType.
playTone(int, int, int) - Static method in class javax.microedition.media.Manager
Play back a tone as specified by a note and its duration.
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 - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method.
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.
prefetch() - Method in interface javax.microedition.media.Player
Acquires the scarce and exclusive resources and processes as much data as necessary to reduce the start latency.
PREFETCHED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has acquired all the resources to begin playing.
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.
PushRegistry - class javax.microedition.io.PushRegistry.
The PushRegistry maintains a list of inbound connections.

R

RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
realize() - Method in interface javax.microedition.media.Player
Constructs portions of the Player without acquiring the scarce and exclusive resources.
REALIZED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has acquired the required information but not the resources to function.
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 when 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 javax.microedition.rms.RecordComparator.
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 javax.microedition.rms.RecordEnumeration.
An interface representing a bidirectional record store Record enumerator.
RecordFilter - interface javax.microedition.rms.RecordFilter.
An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
RecordListener - interface javax.microedition.rms.RecordListener.
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
RecordStore - class javax.microedition.rms.RecordStore.
A class representing a record store.
RecordStoreException - class javax.microedition.rms.RecordStoreException.
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException() - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreException(String) - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreFullException - class javax.microedition.rms.RecordStoreFullException.
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException() - Constructor for class javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
RecordStoreFullException(String) - Constructor for class javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreNotFoundException - class javax.microedition.rms.RecordStoreNotFoundException.
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException() - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotFoundException(String) - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotOpenException - class javax.microedition.rms.RecordStoreNotOpenException.
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException() - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
RecordStoreNotOpenException(String) - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
registerAlarm(String, long) - Static method in class javax.microedition.io.PushRegistry
Register a time to launch the specified application.
registerConnection(String, String, String) - Static method in class javax.microedition.io.PushRegistry
Register a dynamic connection with the application management software.
remove(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Removes the specified Layer from this LayerManager.
removeCommand(Command) - Method in class javax.microedition.lcdui.Item
Removes the context sensitive command from item.
removeCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Removes a command from the Displayable.
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.List
The same as Displayable.removeCommand but with the following additional semantics.
removePlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Remove a player listener for this player.
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
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.Canvas
Requests a repaint for the specified region of the Canvas.
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.
REPEAT - Static variable in interface javax.microedition.media.control.ToneControl
The REPEAT event tag.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the enumeration index to the same state as right after the enumeration was created.
RESOLUTION - Static variable in interface javax.microedition.media.control.ToneControl
The RESOLUTION event tag.
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to indicate that it is interested in entering the Active state.
RIGHT - Static variable in class javax.microedition.lcdui.Canvas
Constant for the RIGHT game 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 class javax.microedition.pki.CertificateException
Indicates the root CA's public key is expired.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.

S

schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
Screen - class javax.microedition.lcdui.Screen.
The common superclass of all high-level user interface classes.
SCREEN - Static variable in class javax.microedition.lcdui.Command
Specifies an application-defined command that pertains to the current screen.
SecureConnection - interface javax.microedition.io.SecureConnection.
This interface defines the secure socket stream connection.
SecurityInfo - interface javax.microedition.io.SecurityInfo.
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 javax.microedition.io.ServerSocketConnection.
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_VOLUME - Static variable in interface javax.microedition.media.control.ToneControl
The SET_VOLUME event tag.
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.ChoiceGroup
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 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.List
Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
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.
setBaudRate(int) - Method in interface javax.microedition.io.CommConnection
Sets the baudrate for the serial port connection.
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.TextField
Sets the contents of the TextField from a character array, replacing the previous contents.
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.
setClip(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setColor(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setColor(int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Displayable
Sets a listener for Commands to this Displayable, replacing any previous CommandListener.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Alert
The same as Displayable.setCommandListener(javax.microedition.lcdui.CommandListener) but with the following additional semantics.
setConstraints(int) - Method in class javax.microedition.lcdui.TextField
Sets the input constraints of the TextField.
setConstraints(int) - Method in class javax.microedition.lcdui.TextBox
Sets the input constraints of the TextBox.
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.
setCurrent(Displayable) - Method in class javax.microedition.lcdui.Display
Requests that a different Displayable object be made visible on the display.
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.
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 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.List
Sets the application's preferred policy for fitting Choice element contents to the available screen space.
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.Graphics
Sets the font for all subsequent text rendering operations.
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(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.List
Sets the application's preferred font for rendering the specified element of this Choice.
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.
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.Alert
Sets the Image used in the Alert.
setImage(Image, int, int) - Method in class javax.microedition.lcdui.game.Sprite
Changes the Image containing the Sprite's frames.
setIndicator(Gauge) - Method in class javax.microedition.lcdui.Alert
Sets an activity indicator on this Alert.
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.
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.
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.
setLabel(String) - Method in class javax.microedition.lcdui.Item
Sets the label of the Item.
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.Item
Sets the layout directives for this item.
setLayout(int) - Method in class javax.microedition.lcdui.ImageItem
Sets the layout directives.
setLevel(int) - Method in interface javax.microedition.media.control.VolumeControl
Set the volume using a linear point scale with values between 0 and 100.
setLoopCount(int) - Method in interface javax.microedition.media.Player
Set the number of times the Player will loop and play the content.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextField
Sets the maximum size (number of characters) that can be contained in this TextField.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextBox
Sets the maximum size (number of characters) that can be contained in this TextBox.
setMaxValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the maximum value of this Gauge object.
setMediaTime(long) - Method in interface javax.microedition.media.Player
Sets the Player's media time.
setMinimumSize(int, int) - Method in class javax.microedition.lcdui.Spacer
Sets the minimum size for this spacer.
setMode(int, boolean) - Method in class javax.microedition.rms.RecordStore
Changes the access mode for this RecordStore.
setMute(boolean) - Method in interface javax.microedition.media.control.VolumeControl
Mute or unmute the Player associated with this VolumeControl.
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.
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 that passed in.
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 are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
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 class javax.microedition.lcdui.ChoiceGroup
Attempts to set the selected state of every element in the ChoiceGroup.
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.List
Sets the selected state of all elements of the List.
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 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.List
Sets the selected state of an element.
setSequence(byte[]) - Method in interface javax.microedition.media.control.ToneControl
Sets the tone sequence.
setSocketOption(byte, int) - Method in interface javax.microedition.io.SocketConnection
Set a socket option for the connection.
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.TextField
Sets the contents of the TextField as a string value, replacing the previous contents.
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.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.
setText(String) - Method in class javax.microedition.lcdui.StringItem
Sets the text contents of the StringItem.
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.
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.game.Layer
Sets the visibility of this Layer.
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.
SILENCE - Static variable in interface javax.microedition.media.control.ToneControl
Silence.
SITENAME_MISMATCH - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate does not contain the correct site name.
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.
size() - Method in class javax.microedition.lcdui.ChoiceGroup
Returns the number of elements in the ChoiceGroup.
size() - Method in class javax.microedition.lcdui.TextField
Gets the number of characters that are currently stored in this TextField.
size() - Method in class javax.microedition.lcdui.TextBox
Gets the number of characters that are currently stored in this TextBox.
size() - Method in interface javax.microedition.lcdui.Choice
Gets the number of elements present.
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.
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(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.
SNDBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the sending buffer (4).
SocketConnection - interface javax.microedition.io.SocketConnection.
This interface defines the socket stream connection.
SOLID - Static variable in class javax.microedition.lcdui.Graphics
Constant for the SOLID stroke style.
Spacer - class javax.microedition.lcdui.Spacer.
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 javax.microedition.lcdui.game.Sprite.
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.
start() - Method in interface javax.microedition.media.Player
Starts the Player as soon as possible.
startApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet that it has entered the Active state.
STARTED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that the Player has already started.
STARTED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is started.
STOP - Static variable in class javax.microedition.lcdui.Command
A command that will stop some currently running process, operation, etc.
stop() - Method in interface javax.microedition.media.Player
Stops the Player.
STOPPED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player stops in response to the stop method call.
StringItem - class javax.microedition.lcdui.StringItem.
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.

T

TEMPO - Static variable in interface javax.microedition.media.control.ToneControl
The TEMPO event tag.
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 to multiple lines if necessary to fit available content space.
TextBox - class javax.microedition.lcdui.TextBox.
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.
TextField - class javax.microedition.lcdui.TextField.
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.
Ticker - class javax.microedition.lcdui.Ticker.
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 javax.microedition.lcdui.game.TiledLayer.
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).
TIME_UNKNOWN - Static variable in interface javax.microedition.media.Player
The returned value indicating that the requested time is unknown.
Timer - class java.util.Timer.
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
TimerTask - class java.util.TimerTask.
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
TONE_DEVICE_LOCATOR - Static variable in class javax.microedition.media.Manager
The locator to create a tone Player to play back tone sequences.
ToneControl - interface javax.microedition.media.control.ToneControl.
ToneControl is the interface to enable playback of a user-defined monotonic tone sequence.
TOP - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images above the text or image.
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_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.
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.
traverseOut() - Method in class javax.microedition.lcdui.CustomItem
Called by the system when traversal has occurred out of the item.

U

UDPDatagramConnection - interface javax.microedition.io.UDPDatagramConnection.
This interface defines a datagram connection which knows it's local end point address.
UNAUTHORIZED_INTERMEDIATE_CA - Static variable in class javax.microedition.pki.CertificateException
Indicates an intermediate certificate in the chain does not have the authority to be a intermediate CA.
UNEDITABLE - Static variable in class javax.microedition.lcdui.TextField
Indicates that editing is currently disallowed.
UNREALIZED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has not acquired the required information and resources to function.
UNRECOGNIZED_ISSUER - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate was issued by an unrecognized entity.
unregisterConnection(String) - Static method in class javax.microedition.io.PushRegistry
Remove a dynamic connection registration.
UNSUPPORTED_PUBLIC_KEY_TYPE - Static variable in class 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 class 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 game 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 class javax.microedition.pki.CertificateException
Indicates a certificate failed verification.
VERSION - Static variable in interface javax.microedition.media.control.ToneControl
The VERSION attribute tag.
vibrate(int) - Method in class javax.microedition.lcdui.Display
Requests operation of the device's vibrator.
VOLUME_CHANGED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the volume of an audio device is changed.
VolumeControl - interface javax.microedition.media.control.VolumeControl.
VolumeControl is an interface for manipulating the audio volume of a Player.

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.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.

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

Send a comment or suggestion Version 2.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 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.