A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

M

M - Static variable in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
M = ~15% correction
MAC - Interface in net.rim.device.api.crypto
MAC is an interface which represents the properties shared between all Message Authentication Code algorithms.
MACFactory - Class in net.rim.device.api.crypto
Creates a Message Authentication Code MAC using the specified parameters.
MACFactory() - Constructor for class net.rim.device.api.crypto.MACFactory
Creates a new MACFactory object.
MACInputStream - Class in net.rim.device.api.crypto
Provides streaming functionality with a MAC by allowing for read calls to an underlying input stream and passing this information through the MAC as it is being read.
MACInputStream(MAC, InputStream) - Constructor for class net.rim.device.api.crypto.MACInputStream
Creates a MACInputStream object with the specified MAC and an input stream that will contain the data to be read.
MACOutputStream - Class in net.rim.device.api.crypto
The MACOutputStream class provides streaming functionality with a Message Authentication Code MAC by allowing for write calls to an underlying output stream and passing this information through the MAC as it is being written.
MACOutputStream(MAC, OutputStream) - Constructor for class net.rim.device.api.crypto.MACOutputStream
Creates a MACOutputStream object using a MAC that the user wants and an output stream that all data will be written to.
MACRON - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '¯'.
MacroscopicControl - Interface in javax.microedition.amms.control.audio3d
MacroscopicControl is an interface for manipulating the macroscopic behavior of a sound source when using 3D audio.
MAGENTA - Static variable in class net.rim.device.api.ui.Color
 
MAGNETOMETER_GET_DIRECTION_BACK - Static variable in class net.rim.device.api.system.MagnetometerData
Used in getDirection() to specify you want top direction.
MAGNETOMETER_GET_DIRECTION_BOTTOM - Static variable in class net.rim.device.api.system.MagnetometerData
Used in getDirection() to specify you want bottom direction.
MAGNETOMETER_GET_DIRECTION_FRONT - Static variable in class net.rim.device.api.system.MagnetometerData
Used in getDirection() to specify you want front direction.
MAGNETOMETER_GET_DIRECTION_LEFT - Static variable in class net.rim.device.api.system.MagnetometerData
Used in getDirection() to specify you want left direction.
MAGNETOMETER_GET_DIRECTION_RIGHT - Static variable in class net.rim.device.api.system.MagnetometerData
Used in getDirection() to specify you want right direction.
MAGNETOMETER_GET_DIRECTION_TOP - Static variable in class net.rim.device.api.system.MagnetometerData
Used in getDirection() to specify you want top direction.
MAGNETOMETER_HEADING_EAST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents east heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_EAST_NORTH_EAST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents east-northeast heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_EAST_SOUTH_EAST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents east-southeast heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_NORTH - Static variable in class net.rim.device.api.system.MagnetometerData
Represents north heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_NORTH_EAST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents northeast heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_NORTH_NORTH_EAST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents north-northeast retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_NORTH_NORTH_WEST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents north-northwest heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_NORTH_WEST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents northwest heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_SOUTH - Static variable in class net.rim.device.api.system.MagnetometerData
Represents south heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_SOUTH_EAST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents southeast heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_SOUTH_SOUTH_EAST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents south-southeast heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_SOUTH_SOUTH_WEST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents south-southwest heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_SOUTH_WEST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents southwest heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_WEST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents west heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_WEST_NORTH_WEST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents west-northwest heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_HEADING_WEST_SOUTH_WEST - Static variable in class net.rim.device.api.system.MagnetometerData
Represents west-southwest heading retrieved by MagnetometerData.getHeading(float).
MAGNETOMETER_QUALITY_HIGH - Static variable in class net.rim.device.api.system.MagnetometerData
Represents high magnetometer quality, which is used by MagnetometerData.getCalibrationQuality().
MAGNETOMETER_QUALITY_LOW - Static variable in class net.rim.device.api.system.MagnetometerData
Represents low magnetometer quality, which is used by MagnetometerData.getCalibrationQuality().
MAGNETOMETER_QUALITY_MEDIUM - Static variable in class net.rim.device.api.system.MagnetometerData
Represents medium magnetometer quality, which is used by MagnetometerData.getCalibrationQuality().
MAGNETOMETER_QUALITY_UNRELIABLE - Static variable in class net.rim.device.api.system.MagnetometerData
Represents unreliable magnetometer quality, which is used by MagnetometerData.getCalibrationQuality().
MagnetometerCalibrationException - Exception in net.rim.device.api.system
Thrown when the magnetometer calibration error occurs.
MagnetometerCalibrationException() - Constructor for exception net.rim.device.api.system.MagnetometerCalibrationException
Constructs a new magnetometer calibration exception.
MagnetometerCalibrationException(String) - Constructor for exception net.rim.device.api.system.MagnetometerCalibrationException
Constructs a new magnetometer calibration exception with a specific detailed message.
MagnetometerChannelConfig - Class in net.rim.device.api.system
Provides functionality for configuring the magnetometer channel.
MagnetometerChannelConfig() - Constructor for class net.rim.device.api.system.MagnetometerChannelConfig
Constructs the default configuration for the magnetometer sensor.
MagnetometerChannelConfig(int) - Constructor for class net.rim.device.api.system.MagnetometerChannelConfig
Configures the magnetometer sensor with the specified options.
MagnetometerChannelConfig(int, boolean, boolean) - Constructor for class net.rim.device.api.system.MagnetometerChannelConfig
Configures the magnetometer sensor with the specified options.
MagnetometerData - Class in net.rim.device.api.system
Encapsulates magnetometer sensor readings.
MagnetometerListener - Interface in net.rim.device.api.system
Listener for magnetometer notifications.
MagnetometerSensor - Class in net.rim.device.api.system
Provides query and listener registration methods to access the magnetometer sensor.
MagnetometerSensor.Channel - Class in net.rim.device.api.system
Encapsulates an active connection to the magnetometer sensor.
MAGNIFY_LENS - Static variable in class net.rim.device.api.ui.extension.component.PictureScrollField.HighlightStyle
Constant for specifying the magnify highlight effect.
MAILBOXED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Datagram has been mailboxed.
MailEvent - Class in net.rim.blackberry.api.mail.event
Base class for mail events.
MailEvent(Object) - Constructor for class net.rim.blackberry.api.mail.event.MailEvent
Constructs a new MailEvent instance with provided source.
MainScreen - Class in net.rim.device.api.ui.container
Full screen providing features common to standard RIM device applications.
MainScreen() - Constructor for class net.rim.device.api.ui.container.MainScreen
Constructs a new main screen instance.
MainScreen(long) - Constructor for class net.rim.device.api.ui.container.MainScreen
Constructs a new main screen instance with provided style.
MAJOR_VERSION - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Current major version of the ServiceRecords/ServiceBook.
makeAddress(boolean, int, int, int) - Static method in class net.rim.device.api.io.MobitexAddress
Deprecated. Forms an address string from provided settings.
makeAddress(boolean, SMSPacketHeader, int[]) - Static method in class net.rim.device.api.io.SmsAddress
Creates an address string based on the given header information.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.input.InputHelperBase
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.BasicEditField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.CheckboxField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.ChoiceField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.DateField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.GaugeField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.RadioButtonField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.TextField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.TreeField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.Field
Builds this field's context menu.
makeLUID(int, int) - Static method in class net.rim.device.api.synchronization.UIDGenerator
Generates a long form of the scope and value.
makeMenu(Menu, int) - Method in class net.rim.device.api.ui.component.table.DataController
Called from SimpleTableManager#makeMenu to populate the menu.
makeMenu(Menu, int) - Method in class net.rim.device.api.ui.container.MainScreen
Called from Screen.onMenu(int) to populate the menu.
makeMenu(Menu, int) - Method in class net.rim.device.api.ui.Manager
Called from Screen.makeMenuWithContext(net.rim.device.api.ui.component.Menu, int) to populate the menu.
makeMenu(Menu, int) - Method in class net.rim.device.api.ui.Screen
Called from Screen.onMenu(int) to populate the menu.
makeRequest(BrowserFieldRequest) - Method in interface net.rim.device.api.browser.field2.BrowserFieldConnectionManager
This method makes a request and returns the resulting InputConnection
makeTypeInfoBits(ErrorCorrectionLevel, int, BitVector) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
makeTypeInfoBits(ErrorCorrectionLevel, int, BitArray) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
makeVersionInfoBits(int, BitVector) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
makeVersionInfoBits(int, BitArray) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
MALAYALAM_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Malayalam script.
MALFORMED_INTERSECTION_ADDRESS - Static variable in exception net.rim.device.api.lbs.LocatorException
The request failed because the intersection address was malformed.
MALFORMED_INTERSECTION_ADDRESS - Static variable in exception net.rim.device.api.lbs.maps.server.exchange.GeocodeException
Indicates that the request failed because the intersection address was malformed.
MALFORMED_RESPONSE - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
MalformedURIException - Exception in net.rim.device.api.io
An exception that indicates an invalid URI.
Manager - Class in javax.microedition.media
Manager is the access point for obtaining system dependent resources such as Players for multimedia processing.
Manager - Class in net.rim.device.api.ui
Provides fundamental functionality for all field managers.
Manager(long) - Constructor for class net.rim.device.api.ui.Manager
Constructs a new Manager instance.
MANUAL_TRIGGER - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Manual event trigger.
map(int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves character matching keycode from keymap.
map(int, int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves character matching specified key from the keymap.
MapAction - Class in net.rim.device.api.lbs.maps.ui
Defines if and how actions are performed on the parent map field.
MapAction() - Constructor for class net.rim.device.api.lbs.maps.ui.MapAction
Constructs a new MapAction instance.
MapComplexPolygon - Class in net.rim.device.api.lbs.maps.model
Represents a polygon that is composed of an outer boundary, which is defined as an ordered series of MapPoint elements, and inner boundaries that are represented by 0 or more MapSimplePolygon elements.
MapComplexPolygon() - Constructor for class net.rim.device.api.lbs.maps.model.MapComplexPolygon
Constructs a new MapComplexPolygon instance.
MapComplexPolygon(MapPoint[]) - Constructor for class net.rim.device.api.lbs.maps.model.MapComplexPolygon
Constructs a new MapComplexPolygon instance with the given MapPoint elements as its outer boundary.
MapComplexPolygon(MapPoint[], MapSimplePolygon[]) - Constructor for class net.rim.device.api.lbs.maps.model.MapComplexPolygon
Constructs a new MapComplexPolygon instance with the given MapPoint elements as the outer boundary and the given MapSimplePolygon elements as the inner boundaries.
MapConstants - Class in net.rim.device.api.lbs.maps
Defines several constants that you can use with the Maps API that is provided in the net.rim.device.api.lbs.maps package.
MapDataModel - Class in net.rim.device.api.lbs.maps.model
Represents a container of information for a MapField.
MapDataModel() - Constructor for class net.rim.device.api.lbs.maps.model.MapDataModel
Constructs a new MapDataModel instance.
MapDimensions - Class in net.rim.device.api.lbs.maps
Represents spatial information for the visible dimensions of the map image.
MapDimensions() - Constructor for class net.rim.device.api.lbs.maps.MapDimensions
Constructs a new MapDimensions instance.
MapDimensions(int, int) - Constructor for class net.rim.device.api.lbs.maps.MapDimensions
Constructs a new MapDimensions instance using the width and height of the field.
MapDimensions(MapPoint, int, int, int, int) - Constructor for class net.rim.device.api.lbs.maps.MapDimensions
Constructs a new MapDimensions instance using the width, height, zoom and rotation.
MapDimensions(MapDimensions) - Constructor for class net.rim.device.api.lbs.maps.MapDimensions
Constructs a MapDimensions instance copy.
MapException - Exception in net.rim.device.api.lbs.maps
Base class for all exceptions pertaining to the Maps API.
MapFactory - Class in net.rim.device.api.lbs.maps
A collection of factories that are used to create static images of maps and generate map fields for user interaction.
MapField - Class in net.rim.device.api.lbs
Deprecated. Use net.rim.device.api.lbs.maps.ui.MapField or net.rim.device.api.lbs.maps.ui.RichMapField instead.
MapField(long) - Constructor for class net.rim.device.api.lbs.MapField
Deprecated. Constructs a MapField instance with a given style.
MapField() - Constructor for class net.rim.device.api.lbs.MapField
Deprecated. Constructs a MapField instance.
MapField - Class in net.rim.device.api.lbs.maps.ui
Provides the main functionality for embedding a map in an application.
MapField() - Constructor for class net.rim.device.api.lbs.maps.ui.MapField
Constructs a new MapField instance.
MapField(MapDataModel) - Constructor for class net.rim.device.api.lbs.maps.ui.MapField
Constructs a new MapField instance using a data model.
MapField(int, int) - Constructor for class net.rim.device.api.lbs.maps.ui.MapField
Constructs a new MapField instance using the field's dimensions.
MapField(MapDataModel, int, int) - Constructor for class net.rim.device.api.lbs.maps.ui.MapField
Constructs a new MapField instance using the specified data model, and field dimensions.
mapFrameToTime(int) - Method in interface javax.microedition.media.control.FramePositioningControl
Converts the given frame number to the corresponding media time.
MapImage - Class in net.rim.device.api.lbs.maps.model
Represents a bitmap image for a specified location on a map.
MapImage() - Constructor for class net.rim.device.api.lbs.maps.model.MapImage
Constructs a new MapImage instance.
MapImage(MapPoint, String) - Constructor for class net.rim.device.api.lbs.maps.model.MapImage
Constructs a MapImage instance at the given map point, using the image at the given URI.
MapImage(double, double, Bitmap) - Constructor for class net.rim.device.api.lbs.maps.model.MapImage
Constructs a MapImage instance at the given coordinates with the given bitmap.
MapImage(double, double, String) - Constructor for class net.rim.device.api.lbs.maps.model.MapImage
Constructs a MapImage instance at the given coordinates which is represented on the map with the icon at the given URI.
MapLine - Class in net.rim.device.api.lbs.maps.model
Represents a line segment on the map.
MapLine() - Constructor for class net.rim.device.api.lbs.maps.model.MapLine
Constructs a new MapLine instance.
MapLine(MapPoint, MapPoint) - Constructor for class net.rim.device.api.lbs.maps.model.MapLine
Constructs a line with the given starting and ending points.
MapLocation - Class in net.rim.device.api.lbs.maps.model
Represents a mappable location that includes the latitude, longitude, label and description of the location.
MapLocation() - Constructor for class net.rim.device.api.lbs.maps.model.MapLocation
Constructs a new MapLocation instance.
MapLocation(MapPoint, String, String) - Constructor for class net.rim.device.api.lbs.maps.model.MapLocation
Constructs a new MapLocation instance using the coordinates, label, and description of the location.
MapLocation(double, double, String, String) - Constructor for class net.rim.device.api.lbs.maps.model.MapLocation
Constructs a new MapLocation instance using the latitude, longitude, name and description of the location.
MapMarker - Class in net.rim.device.api.lbs.maps.model
A mappable entity that can be represented as a marker point.
MapMarker() - Constructor for class net.rim.device.api.lbs.maps.model.MapMarker
Constructs a new MapMarker instance.
MapMarker(double, double) - Constructor for class net.rim.device.api.lbs.maps.model.MapMarker
Constructs a MapMarker instance with the given coordinates for latitude and longitude.
MapMarker(String) - Constructor for class net.rim.device.api.lbs.maps.model.MapMarker
Constructs a MapMarker instance that is visually represented on the map by the image at the given URI.
MapMarker(double, double, String) - Constructor for class net.rim.device.api.lbs.maps.model.MapMarker
Constructs a MapMarker instance with the given geographic coordinates and icon.
Mappable - Interface in net.rim.device.api.lbs.maps.model
Represents the root of all data types that the data store recognizes.
mappableAt(int) - Method in class net.rim.device.api.lbs.maps.utils.MappableVector
Retrieves the Mappable entity at the given index.
MappableChangeEvent - Class in net.rim.device.api.lbs.maps.model
Captures the contents of an event (a "change event") that has occurred to a dynamic mappable object.
MappableChangeEvent() - Constructor for class net.rim.device.api.lbs.maps.model.MappableChangeEvent
Constructs a MappableChangeEvent with the default states.
MappableEventListener - Interface in net.rim.device.api.lbs.maps.model
Listener for events occurring on DynamicMappable objects.
MappableEventManager - Class in net.rim.device.api.lbs.maps.model
Manages the events and listeners for DynamicMappable and Mappable objects.
MappableEventManager() - Constructor for class net.rim.device.api.lbs.maps.model.MappableEventManager
Constructs a new MappableEventManager instance.
MappableVector - Class in net.rim.device.api.lbs.maps.utils
Represents a vector of Mappable objects.
MappableVector() - Constructor for class net.rim.device.api.lbs.maps.utils.MappableVector
Constructs a new MappableVector instance.
MappableVector(int) - Constructor for class net.rim.device.api.lbs.maps.utils.MappableVector
Constructs a new MappableVector instance using the initial capacity of the vector.
MappableVector(int, int) - Constructor for class net.rim.device.api.lbs.maps.utils.MappableVector
Constructs a new MappableVector instance using the initial capacity and capacity increment for the vector.
MappableVector(Mappable[]) - Constructor for class net.rim.device.api.lbs.maps.utils.MappableVector
Constructs a copy of a MappableVector instance using the specified array.
MapPoint - Class in net.rim.device.api.lbs.maps.model
Represents the coordinates for a location point on a map.
MapPoint() - Constructor for class net.rim.device.api.lbs.maps.model.MapPoint
Constructs a new MapPoint instance.
MapPoint(MapPoint) - Constructor for class net.rim.device.api.lbs.maps.model.MapPoint
Constructs a copy of a MapPoint instance using the specified data.
MapPoint(double, double) - Constructor for class net.rim.device.api.lbs.maps.model.MapPoint
Constructs a new MapPoint instance using the specified latitude and longitude coordinates.
MapPoint(Coordinates) - Constructor for class net.rim.device.api.lbs.maps.model.MapPoint
Constructs a copy of a MapPoint instance using a Coordinates object.
MapPolyLine - Class in net.rim.device.api.lbs.maps.model
Represents a continuous line that is composed of the line segments between an ordered set of MapPoint objects.
MapPolyLine() - Constructor for class net.rim.device.api.lbs.maps.model.MapPolyLine
Constructs a new instance of MapPolyLine.
MapPolyLine(MapPoint[]) - Constructor for class net.rim.device.api.lbs.maps.model.MapPolyLine
Constructs a MapPolyLine with the specified ordered array of MapPoint objects.
MapsArguments - Class in net.rim.blackberry.api.invoke
Encapsulates arguments to pass to the BlackBerry Maps application.
MapsArguments() - Constructor for class net.rim.blackberry.api.invoke.MapsArguments
Creates a new MapsArguments instance with default arguments.
MapsArguments(MapView) - Constructor for class net.rim.blackberry.api.invoke.MapsArguments
Creates a new MapsArguments instance with a specified view.
MapsArguments(Contact, int) - Constructor for class net.rim.blackberry.api.invoke.MapsArguments
Creates a new MapsArguments instance using the provided contact and adddress index.
MapsArguments(Landmark[]) - Constructor for class net.rim.blackberry.api.invoke.MapsArguments
Creates a new MapsArguments instance with a list of landmarks.
MapsArguments(String, String) - Constructor for class net.rim.blackberry.api.invoke.MapsArguments
Creates a new MapsArguments instance with String arguments.
MapsArguments(String, String, String) - Constructor for class net.rim.blackberry.api.invoke.MapsArguments
Creates a new MapsArguments instance for invoking a local search.
MapServiceException - Exception in net.rim.device.api.lbs
Exception for an error in the Map service.
MapServiceException(String) - Constructor for exception net.rim.device.api.lbs.MapServiceException
Constructor.
MapSimplePolygon - Class in net.rim.device.api.lbs.maps.model
Represents a polygon that is composed of an outer boundary, which is defined as an ordered series of MapPoint elements.
MapSimplePolygon() - Constructor for class net.rim.device.api.lbs.maps.model.MapSimplePolygon
Constructs a new MapSimplePolygon instance.
MapSimplePolygon(MapPoint[]) - Constructor for class net.rim.device.api.lbs.maps.model.MapSimplePolygon
Constructs a MapSimplePolygon instance with the given points defining the boundary.
MapsLocationPicker - Class in net.rim.device.api.lbs.picker
The MapsLocationPicker provides the ability for a user to select a location from the BlackBerry Maps application.
MapsLocationPicker(Manager, MapsArguments) - Constructor for class net.rim.device.api.lbs.picker.MapsLocationPicker
Construct a MapsLocationPicker
mapTimeToFrame(long) - Method in interface javax.microedition.media.control.FramePositioningControl
Converts the given media time to the corresponding frame number.
MapView - Class in net.rim.blackberry.api.maps
Represents the view seen in a mapping application (latitude and longitude for the center of the map, and the zoom and rotation values).
MapView() - Constructor for class net.rim.blackberry.api.maps.MapView
Create a new MapView object.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
MARCH - Static variable in class javax.microedition.pim.RepeatRule
Constant for the month of March used with MONTH_IN_YEAR field.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
markAsPlaintext(Object) - Static method in class net.rim.device.api.system.PersistentContent
Marks the provided object as plaintext (i.e., not encrypted).
markAsRecoverable(Object) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Marks stale objects in memory for deletion by the VM.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class net.rim.device.api.crypto.CryptoInputStream
Returns a boolean indicating whether mark() is supported.
MAROON - Static variable in class net.rim.device.api.ui.Color
 
MarshalException - Exception in java.rmi
MarshalException is a subclass of RemoteException.
MarshalException(String) - Constructor for exception java.rmi.MarshalException
Constructs a MarshalException with the specified detail message.
MarshalException(String, Exception) - Constructor for exception java.rmi.MarshalException
Constructs a MarshalException with the specified detail message and nested exception.
MASCULINE_ORDINAL_INDICATOR - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as 'º'.
MaskUtil - Class in com.google.zxing.qrcode.encoder
 
match(Object) - Method in class net.rim.device.api.lbs.maps.model.AbstractMappable
 
MATCH_FIRST_CHAR_ONLY - Static variable in class net.rim.device.api.ui.component.TextSpinBoxField
A style that indicates that the text is matched by the first character only.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Determines if the target object ( a DistinguishedName containing an issuer ) matches the issuer contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.CertificateKeyStoreIndex
Determines if the target object (a Certificate) matches the certificate contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Determines if the target object ( a DistinguishedName containing an issuer ) matches the issuer contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Determines if the target object ( a Alias containing a serial number and issuer ) matches the serial number and issuer contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Determines if the target object ( a DistinguishedName containing a subject ) matches the subject contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Determines if the target object ( a byte array containing a subject key ID ) matches the subject key ID contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Determines if the target object ( a byte array containing a public key ) matches the public key contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
This method will return true if the target is the KeyStoreData object that we are attempting to find using the index.
matches(KeyStoreData, Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreIndex
This method will return true if the target is the KeyStoreData object that is found using the index.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Determines if the target object ( a String containing a label ) matches the label contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.keystore.PublicKeyKeyStoreIndex
 
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations.
MATHEMATICAL_BASELINE - Static variable in class net.rim.device.api.ui.DrawTextParam.AdvancedDrawTextParam
Value for iBaseline: the baseline used for mathematical symbols.
MathUtilities - Class in net.rim.device.api.util
Provides some basic numeric operations.
Matrix3f - Class in net.rim.device.api.math
Defines a 3 x 3 floating point matrix representing a 2D transformation.
Matrix3f() - Constructor for class net.rim.device.api.math.Matrix3f
Constructs a matrix initialized to the identity matrix.
Matrix3f(float[]) - Constructor for class net.rim.device.api.math.Matrix3f
Constructs a matrix initialized to the specified column-major array.
Matrix3f(float[], int) - Constructor for class net.rim.device.api.math.Matrix3f
Constructs a matrix initialized to the specified column-major array.
Matrix3f(float, float, float, float, float, float, float, float, float) - Constructor for class net.rim.device.api.math.Matrix3f
Constructs a matrix initialized to the specified values.
Matrix3f(Matrix3f) - Constructor for class net.rim.device.api.math.Matrix3f
Constructs a new matrix by copying the values from the specified matrix.
Matrix4f - Class in net.rim.device.api.math
Defines a 4 x 4 floating point matrix representing a 3D transformation.
Matrix4f() - Constructor for class net.rim.device.api.math.Matrix4f
Constructs a matrix initialized to the identity matrix.
Matrix4f(float[]) - Constructor for class net.rim.device.api.math.Matrix4f
Constructs a matrix initialized to the specified column-major array.
Matrix4f(float[], int) - Constructor for class net.rim.device.api.math.Matrix4f
Constructs a matrix initialized to the specified column-major array.
Matrix4f(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Constructor for class net.rim.device.api.math.Matrix4f
Constructs a matrix initialized to the specified values.
Matrix4f(Matrix4f) - Constructor for class net.rim.device.api.math.Matrix4f
Constructs a new matrix by copying the values from the specified matrix.
MatrixUtil - Class in com.google.zxing.qrcode.encoder
 
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
MAX_CATEGORIES_EXCEEDED - Static variable in exception javax.microedition.pim.PIMException
Indicates the max number of categories is exceeded.
MAX_FIELD_COUNT - Static variable in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
The maximum number of fields you can add to a call screen.
MAX_INPUT_CHARS - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Maximum number of characters in an input field.
MAX_INPUT_CHARS_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default maximum number of characters in an input field (512).
MAX_LIMIT_EXCEEDED - Static variable in exception net.rim.device.api.lbs.LocatorException
The max number of requets/batch is exceeded.
MAX_LOG2_WINDOW_LENGTH - Static variable in class net.rim.device.api.compress.GZIPOutputStream
 
MAX_LOG2_WINDOW_LENGTH - Static variable in class net.rim.device.api.compress.ZLibOutputStream
 
MAX_MODULES - Static variable in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
MAX_NUMBER_OF_MONITORED_AREAS - Static variable in class net.rim.device.api.location.Geofence
Indicates the maximum number of areas to monitor.
MAX_PASSWORD_LENGTH - Static variable in interface net.rim.device.api.userauthenticator.PasswordFrameworkProvider
Maximum length of passwords that implementing authenticators should support.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_PRIORITY - Static variable in interface net.rim.device.api.synchronization.OTASyncPriorityProvider
 
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_SIZE - Static variable in class net.rim.device.api.io.nfc.emulation.VirtualNDEFTag
Constant for maximum allowed size for virtual NDEF tag.
MAX_STATE_DATA_LENGTH - Static variable in class net.rim.device.api.userauthenticator.UserAuthenticator
Maximum allowed length of authenticator state data the system can handle.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAX_VALUE - Static variable in class net.rim.device.api.math.Fixed32
The maximum fixed-point representation (32767.9999847412109375).
MAX_ZOOM - Static variable in class net.rim.blackberry.api.maps.MapView
The maximum zoom value.
maxCategories() - Method in interface javax.microedition.pim.PIMItem
Returns the maximum number of categories to which this item can be assigned.
maxCategories() - Method in interface javax.microedition.pim.PIMList
Returns the maximum number of categories that this list can have.
maxOccurs - Variable in class javax.microedition.xml.rpc.Element
The maxOccurs attribute of this Element.
maxValues(int) - Method in interface javax.microedition.pim.PIMList
Indicates the total number of data values that a particular field supports in this list.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MAY - Static variable in class javax.microedition.pim.RepeatRule
Constant for the month of May used with MONTH_IN_YEAR field.
maybeEmbedVersionInfo(int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
MB_GUID - Static variable in interface net.rim.device.api.io.ConnEvent
 
MB_STR - Static variable in interface net.rim.device.api.io.ConnEvent
 
MCC - Static variable in class net.rim.device.api.lbs.maps.server.exchange.ReverseGeocodeExchange
Use this to constant for reverse geocoding requests to return a value at the Mobile Country Code (MCC) level.
MD2 - Static variable in class net.rim.device.api.crypto.oid.OIDs
MD2 = 1.2.840.113549.2.2 Represents the MD2 hash algorithm.
MD2Digest - Class in net.rim.device.api.crypto
The MD2Digest class implements the Message Digest 2 (MD2) hash algorithm.
MD2Digest() - Constructor for class net.rim.device.api.crypto.MD2Digest
Constructs and initializes an MD2Digest object.
MD4 - Static variable in class net.rim.device.api.crypto.oid.OIDs
MD4 = 1.2.840.113549.2.4 Represents the MD4 hash algorithm.
MD4Digest - Class in net.rim.device.api.crypto
The MD4Digest class implements the MD4 hashing algorithm.
MD4Digest() - Constructor for class net.rim.device.api.crypto.MD4Digest
Constructs and initializes an MD4Digest object.
MD5 - Static variable in class net.rim.device.api.crypto.oid.OIDs
MD5 = 1.2.840.113549.2.5 Represents the MD5 hash algorithm.
MD5 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the MD5 MAC algorithm.
MD5_40 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the 40 bit MD5 MAC algorithm.
MD5_80 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the 80 bit MD5 MAC algorithm.
MD5Digest - Class in net.rim.device.api.crypto
The MD5Digest class implements the Message Digest 5 (MD5) hash algorithm.
MD5Digest() - Constructor for class net.rim.device.api.crypto.MD5Digest
Constructs and initializes an MD5Digest object.
MD_GUID - Static variable in interface net.rim.device.api.io.ConnEvent
 
MD_STR - Static variable in interface net.rim.device.api.io.ConnEvent
 
MDP_DATAGRAM_ACK_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Request a datagram acknowledgement (MDP-specific).
MDP_DONT_SET_FAST_DORMANCY_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Don't set fast dormancy (CDMA/MDP-specific).
MDP_PACKET_ACK_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Request a packet acknowledgement (MDP-specific).
MDS_TRANSCODING_ENABLED - Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
Deprecated. MDS transcoding is not supported
MDSPushInputStream - Class in net.rim.device.api.io.http
A push input stream specifically for use with the BlackBerry MDS Connection service.
MDSPushInputStream(HttpServerConnection, InputStream) - Constructor for class net.rim.device.api.io.http.MDSPushInputStream
Creates a new MDSPushInputStream instance from a connection.
measureText(String, int, int, DrawTextParam, TextMetrics) - Method in class net.rim.device.api.ui.Font
Measures some text.
measureText(StringBuffer, int, int, DrawTextParam, TextMetrics) - Method in class net.rim.device.api.ui.Font
Measures some text.
measureText(char[], int, int, DrawTextParam, TextMetrics) - Method in class net.rim.device.api.ui.Font
Measures some text.
MEDIA_ACTION_CUSTOM_OFFSET - Static variable in interface net.rim.device.api.media.MediaActionHandler
The offset for custom media actions.
MEDIA_ACTION_FAST_FORWARD - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to fast forward the current track.
MEDIA_ACTION_INVALID - Static variable in interface net.rim.device.api.media.MediaActionHandler
Invalid media action.
MEDIA_ACTION_MUTE - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to mute the audio of playback.
MEDIA_ACTION_MUTE_TOGGLE - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to toggle muting of the playback.
MEDIA_ACTION_NEXT_TRACK - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to skip to the next track.
MEDIA_ACTION_PAUSE - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to pause playback.
MEDIA_ACTION_PLAY - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to begin playback.
MEDIA_ACTION_PLAYPAUSE_TOGGLE - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to switch between "play" and "pause" mode.
MEDIA_ACTION_PREV_TRACK - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to skip back to the previous track, or the beginning of the current track if playback is beyond a certain point of playback in the current track.
MEDIA_ACTION_REWIND - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to rewind the current track.
MEDIA_ACTION_STOP - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to stop the playback.
MEDIA_ACTION_UNMUTE - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to unmute the audio of playback.
MEDIA_ACTION_UNPAUSE - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to un-pause playback.
MEDIA_ACTION_VOLUME_DOWN - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to decrease the volume.
MEDIA_ACTION_VOLUME_UP - Static variable in interface net.rim.device.api.media.MediaActionHandler
Media action to increase the volume.
MEDIA_ARGUMENT_CLOSE_AT_END_OF_MEDIA - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument that can be used to request Media Player to auto close at the end of Media.
MEDIA_ARGUMENT_VIEW_MEDIA - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_MUSIC - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_PICTURES - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_PLAYLISTS - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_PODCAST_TRACKS - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_PODCASTS - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_RINGTONE_TRACKS - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_RINGTONES - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_VIDEOS - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_ARGUMENT_VIEW_VOICENOTES - Static variable in class net.rim.device.api.content.BlackBerryContentHandler
Argument for Invocation objects intended for use with the Media content handler.
MEDIA_COMPLETE - Static variable in interface net.rim.plazmic.mediaengine.MediaListener
Deprecated. Sent when all scheduled media actions have been completed.
MEDIA_IO - Static variable in interface net.rim.plazmic.mediaengine.MediaListener
Deprecated. Sent by the MediaManager to notify about download progress/status.
MEDIA_LOADING_FAILED - Static variable in interface net.rim.plazmic.mediaengine.MediaListener
Deprecated. Sent by a MediaManager on failure of asynchronous download of media.
MEDIA_REALIZED - Static variable in interface net.rim.plazmic.mediaengine.MediaListener
Deprecated. Sent by a MediaManager on completion of asynchronous download of media.
MEDIA_REQUESTED - Static variable in interface net.rim.plazmic.mediaengine.MediaListener
Deprecated. Sent when new content is requested.
MEDIA_RULE - Static variable in interface org.w3c.dom.css.CSSRule
The rule is a CSSMediaRule.
MEDIA_TYPE_APPLICATION - Static variable in class net.rim.device.api.io.MIMETypeAssociations
Media Type Application.
MEDIA_TYPE_ARCHIVE - Static variable in class net.rim.device.api.io.MIMETypeAssociations
Media Type Archive.
MEDIA_TYPE_AUDIO - Static variable in class net.rim.device.api.io.MIMETypeAssociations
Media Type Audio.
MEDIA_TYPE_IMAGE - Static variable in class net.rim.device.api.io.MIMETypeAssociations
Media Type Image.
MEDIA_TYPE_PLAY_LIST - Static variable in class net.rim.device.api.io.MIMETypeAssociations
Media Type Audio play list.
MEDIA_TYPE_TEXT - Static variable in class net.rim.device.api.io.MIMETypeAssociations
Media Type Text.
MEDIA_TYPE_UNKNOWN - Static variable in class net.rim.device.api.io.MIMETypeAssociations
Media Type Unknown.
MEDIA_TYPE_VIDEO - Static variable in class net.rim.device.api.io.MIMETypeAssociations
Media Type Video.
mediaAction(int, int, Object) - Method in interface net.rim.device.api.media.MediaActionHandler
Invoked to handle a media action.
mediaAction(int) - Method in class net.rim.device.api.media.MediaKeyListener
Invokes mediaAction(int, int, Object) with the current source and context.
MediaActionHandler - Interface in net.rim.device.api.media
An interface to be implemented by objects that are able to handle actions common to media players.
MediaBehaviourControl - Interface in net.rim.device.api.lcdui.control
A control that allows MIDlets modify their global behaviour suitable for "media player" applications.
mediaEvent(Object, int, int, Object) - Method in interface net.rim.plazmic.mediaengine.MediaListener
Deprecated. Invoked to handle media events.
MediaException - Exception in javax.microedition.media
A MediaException indicates an unexpected error condition in a method.
MediaException() - Constructor for exception javax.microedition.media.MediaException
Constructs a MediaException with null as its error detail message.
MediaException(String) - Constructor for exception javax.microedition.media.MediaException
Constructs a MediaException with the specified detail message.
MediaException - Exception in net.rim.plazmic.mediaengine
Deprecated. Use javax.microedition.m2g instead of MediaEngine.
MediaException() - Constructor for exception net.rim.plazmic.mediaengine.MediaException
Deprecated. Constructs a MediaException with no specified detail message or error code.
MediaException(String) - Constructor for exception net.rim.plazmic.mediaengine.MediaException
Deprecated. Constructs a MediaException with a detailed message describing the circumstances of the exception.
MediaException(int) - Constructor for exception net.rim.plazmic.mediaengine.MediaException
Deprecated. Constructs a MediaException given an error code.
MediaException(int, String) - Constructor for exception net.rim.plazmic.mediaengine.MediaException
Deprecated. Constructs a MediaException given both an error code and detailed message describing the cause of the exception.
MediaKeyListener - Class in net.rim.device.api.media
An implementation of KeyListener that maps key events to media actions identical to those implemented by the built-in media player.
MediaKeyListener() - Constructor for class net.rim.device.api.media.MediaKeyListener
Creates a new instance of MediaKeyListener.
MediaKeyListener(int) - Constructor for class net.rim.device.api.media.MediaKeyListener
Creates a new instance of MediaKeyListener.
MediaKeyListener(int, Object) - Constructor for class net.rim.device.api.media.MediaKeyListener
Creates a new instance of MediaKeyListener.
MediaList - Interface in org.w3c.dom.stylesheets
The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented.
MediaListener - Interface in net.rim.plazmic.mediaengine
Deprecated. Use SVGEventListener instead.
MediaManager - Class in net.rim.plazmic.mediaengine
Deprecated. Use SVGImage instead.
MediaManager() - Constructor for class net.rim.plazmic.mediaengine.MediaManager
Deprecated. The default constructor.
MediaManager(Connector) - Constructor for class net.rim.plazmic.mediaengine.MediaManager
Deprecated. Creates a MediaManager instance given a connector.
MediaManager(Connector, boolean) - Constructor for class net.rim.plazmic.mediaengine.MediaManager
Deprecated. Creates a MediaManager instance given a connector and a boolean that indicates whether or not relative URLs are enabled.
MediaPlayer - Class in net.rim.plazmic.mediaengine
Deprecated. Use SVGAnimator instead.
MediaPlayer() - Constructor for class net.rim.plazmic.mediaengine.MediaPlayer
Deprecated. Constructor.
MediaProcessor - Interface in javax.microedition.amms
MediaProcessor is an interface designed to post-process different media types.
MediaProcessorListener - Interface in javax.microedition.amms
MediaProcessorListener is an interface that may be used to receive events generated by a MediaProcessor.
mediaProcessorUpdate(MediaProcessor, String, Object) - Method in interface javax.microedition.amms.MediaProcessorListener
This method is called to deliver an event to a registered listener when a MediaProcessor event is observed.
MEDIUM_NOT_FORMATTED - Static variable in exception net.rim.device.api.io.file.FileIOException
The medium is not formatted.
MEDIUM_PRIORITY - Static variable in interface net.rim.device.api.lowmemory.LowMemoryListener
Medium priority low-memory requests.
MEDIUM_PRIORITY - Static variable in class net.rim.device.api.system.MultiServicePlatformConstants
The priority to use for medium priority MultiServicePlatformListener instances.
MEDIUM_PROFILE_ID - Static variable in class net.rim.blackberry.api.profiles.Profiles
Specifies the ID for the Medium profile.
MEDIUMAQUAMARINE - Static variable in class net.rim.device.api.ui.Color
 
MEDIUMBLUE - Static variable in class net.rim.device.api.ui.Color
 
MEDIUMORCHID - Static variable in class net.rim.device.api.ui.Color
 
MEDIUMPURPLE - Static variable in class net.rim.device.api.ui.Color
 
MEDIUMSEAGREEN - Static variable in class net.rim.device.api.ui.Color
 
MEDIUMSLATEBLUE - Static variable in class net.rim.device.api.ui.Color
 
MEDIUMSPRINGGREEN - Static variable in class net.rim.device.api.ui.Color
 
MEDIUMTURQUOISE - Static variable in class net.rim.device.api.ui.Color
 
MEDIUMVIOLETRED - Static variable in class net.rim.device.api.ui.Color
 
MEETING_RECORD_NOT_FOUND - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
Constant indicating a notification is sent because the event is a new meeting or is synchronized by third-party servers.
MEMO_LIST - Static variable in class net.rim.blackberry.api.pdap.BlackBerryPIM
Represents the Memo List type.
MemoArguments - Class in net.rim.blackberry.api.invoke
Encapsulates arguments to pass to the Memo Pad application.
MemoArguments() - Constructor for class net.rim.blackberry.api.invoke.MemoArguments
Creates a MemoArguments instance.
MemoArguments(String) - Constructor for class net.rim.blackberry.api.invoke.MemoArguments
Creates a MemoArguments instance.
MemoArguments(String, BlackBerryMemo) - Constructor for class net.rim.blackberry.api.invoke.MemoArguments
Creates a MemoArguments instance.
Memory - Class in net.rim.device.api.system
Virtual machine memory-management utilities.
MemoryCleanerDaemon - Class in net.rim.device.api.memorycleaner
Allows security-sensitive applications to register listeners for cleaning sensitive information upon various device events.
MemoryCleanerListener - Interface in net.rim.device.api.memorycleaner
Describes functionality for listeners wanting to be notified of events that should trigger a clean of sensitive information.
MemoryStats - Class in net.rim.device.api.system
Class used to provide utility methods for reporting on available device memory/storage statistics.
MemoryStats() - Constructor for class net.rim.device.api.system.MemoryStats
Constructs a new MemoryStats object.
MENU - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleRole
Accessible menu.
Menu - Class in net.rim.device.api.ui.component
Provides a Menu.
Menu() - Constructor for class net.rim.device.api.ui.component.Menu
Constructs a new Menu instance.
Menu(long) - Constructor for class net.rim.device.api.ui.component.Menu
Constructs a new Menu instance with the given style.
MENU_ITEM - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleRole
Accessible menu item.
MENU_POPUP - Static variable in class net.rim.device.api.ui.component.Menu
 
MenuItem - Class in net.rim.device.api.ui
Represents an abstract menu item.
MenuItem(ResourceBundle, int, int, int) - Constructor for class net.rim.device.api.ui.MenuItem
Constructs a new MenuItem instance.
MenuItem(String, int, int) - Constructor for class net.rim.device.api.ui.MenuItem
Deprecated. Use MenuItem(StringProvider, int, int)
MenuItem(StringProvider, int, int) - Constructor for class net.rim.device.api.ui.MenuItem
Constructs a new MenuItem instance.
MENUITEM_ADDRESSBOOK_LIST - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the address book is open in list mode.
MENUITEM_ADDRESSCARD_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when an address card is open in edit mode.
MENUITEM_ADDRESSCARD_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when an address card is open in view mode.
MENUITEM_ALARM - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Deprecated. use ApplicationMenuItemRepository.MENUITEM_CLOCK instead
MENUITEM_BROWSER - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the browser application is running.
MENUITEM_CALENDAR - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the calendar is open in view mode.
MENUITEM_CALENDAR_EVENT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when a calendar event is open in view/edit mode.
MENUITEM_CAMERA_PREVIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when using the camera preview screen.
MENUITEM_CLOCK - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the clock application is running.
MENUITEM_EMAIL_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the email application is open in edit mode.
MENUITEM_EMAIL_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the email application is open in view mode.
MENUITEM_FILE_EXPLORER - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the File Explorer application is running.
MENUITEM_FILE_EXPLORER_BROWSE - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when a user uses the File Explorer application to browse files and folders.
MENUITEM_FILE_EXPLORER_ITEM - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when a user uses the File Explorer application to open a file.
MENUITEM_GROUPADDRESS_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when a group address entry is opened for edit.
MENUITEM_GROUPADDRESS_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when a group address entry is opened for viewing.
MENUITEM_MAPS - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the maps application is running.
MENUITEM_MEMO_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when a memo is opened for editing.
MENUITEM_MEMO_LIST - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the memo list is displayed.
MENUITEM_MEMO_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Deprecated. use ApplicationMenuItemRepository.MENUITEM_MEMO_EDIT instead
MENUITEM_MESSAGE_LIST - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the message list is displayed.
MENUITEM_MMS_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the MMS application is open in edit mode.
MENUITEM_MMS_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the MMS application is open in view mode.
MENUITEM_MUSIC_SERVICE_ITEM - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear in the services section in the Music domain of the Media application.
MENUITEM_PHONE - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the phone application is running.
MENUITEM_PHONELOG_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when a call log is opened for viewing.
MENUITEM_SEARCH - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the message search window is open.
MENUITEM_SMS_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the SMS application is open in edit mode.
MENUITEM_SMS_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the SMS application is open in view mode.
MENUITEM_SYSTEM - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear on most application menus (a system wide setting).
MENUITEM_TASK_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when a task is opened in view/edit mode.
MENUITEM_TASK_LIST - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when the task list is displayed.
MENUITEM_VIDEO_RECORDER - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear when using the video recorder screen.
MENUITEM_VIDEO_SERVICE_ITEM - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID appear in the services section in the Video domain of the Media application.
menuString() - Method in interface net.rim.blackberry.api.mail.AttachmentHandler
Defines the menu item to display for this attachment handler.
merge(Bounds) - Method in class net.rim.device.api.math.BoundingBox
 
merge(Bounds) - Method in class net.rim.device.api.math.BoundingSphere
 
merge(Bounds) - Method in interface net.rim.device.api.math.Bounds
Sets this bounding object to the smallest bounding object that contains both this bounding object and the specified bounds.
mergeCollection(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Merges this collection's contents with another collection.
mergeCollection(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Merges this collection's contents with another collection.
Message - Interface in javax.wireless.messaging
This is the base interface for derived interfaces that represent various types of messages.
Message - Class in net.rim.blackberry.api.blackberrymessenger
A container for the data that can be sent or received by the BlackBerry Messenger API.
Message(String, byte[]) - Constructor for class net.rim.blackberry.api.blackberrymessenger.Message
Creates a new Message object.
Message(String, byte[], String) - Constructor for class net.rim.blackberry.api.blackberrymessenger.Message
Creates a new Message object.
Message(String, byte[], String, int, String) - Constructor for class net.rim.blackberry.api.blackberrymessenger.Message
Creates a new Message object.
Message - Class in net.rim.blackberry.api.mail
Represents an email message.
Message() - Constructor for class net.rim.blackberry.api.mail.Message
Creates a new Message instance.
Message(Folder) - Constructor for class net.rim.blackberry.api.mail.Message
Creates a new Message to store in a provided folder.
Message - Interface in net.rim.device.api.io.messaging
Contains data sent or received via the Messaging API.
Message.Flag - Interface in net.rim.blackberry.api.mail
Defines the flags supported by the Message class.
Message.Icons - Interface in net.rim.blackberry.api.mail
Defines character representations of the various message status icons.
Message.Priority - Interface in net.rim.blackberry.api.mail
Defines priorities for messages.
Message.RecipientType - Interface in net.rim.blackberry.api.mail
Defines the types of recipients supported by the Message class.
Message.Status - Interface in net.rim.blackberry.api.mail
Defines the status options supported by the Message class.
MESSAGE_ADDED - Static variable in class net.rim.blackberry.api.mail.event.FolderEvent
Messages were added to the folder.
MESSAGE_CLASS_0 - Static variable in class net.rim.device.api.system.SMSParameters
Message class 0.
MESSAGE_CLASS_1 - Static variable in class net.rim.device.api.system.SMSParameters
Message class 1.
MESSAGE_CLASS_2 - Static variable in class net.rim.device.api.system.SMSParameters
Message class 2.
MESSAGE_CLASS_3 - Static variable in class net.rim.device.api.system.SMSParameters
Message class 3.
MESSAGE_CLASS_NOT_GIVEN - Static variable in class net.rim.device.api.system.SMSParameters
Unspecified message class.
MESSAGE_CODING_8_BIT - Static variable in class net.rim.device.api.system.SMSParameters
8-bit (user-defined) message coding.
MESSAGE_CODING_ASCII - Static variable in class net.rim.device.api.system.SMSParameters
ASCII message coding.
MESSAGE_CODING_DEFAULT - Static variable in class net.rim.device.api.system.SMSParameters
Default message coding.
MESSAGE_CODING_ISO8859_1 - Static variable in class net.rim.device.api.system.SMSParameters
ISO 8859-1 coding.
MESSAGE_CODING_KOREAN_KSX1001 - Static variable in class net.rim.device.api.system.SMSParameters
KSX1001 (KSC5601) message coding.
MESSAGE_CODING_UCS2 - Static variable in class net.rim.device.api.system.SMSParameters
UCS2 message coding.
MESSAGE_DELETED - Static variable in interface net.rim.blackberry.api.messagelist.ApplicationMessageFolderListener
Performed when the user manually deletes messages from the list by pressing the Delete key or through a context menu.
MESSAGE_ID - Static variable in class net.rim.blackberry.api.mail.Header
"Message ID" header tag.
MESSAGE_MARKED_OPENED - Static variable in interface net.rim.blackberry.api.messagelist.ApplicationMessageFolderListener
Performed when the user manually marks selected messages as opened.
MESSAGE_MARKED_UNOPENED - Static variable in interface net.rim.blackberry.api.messagelist.ApplicationMessageFolderListener
Performed when the user manually marks selected messages as unopened.
MESSAGE_REMOVED - Static variable in class net.rim.blackberry.api.mail.event.FolderEvent
Messages were removed from the folder.
MessageArguments - Class in net.rim.blackberry.api.invoke
Encapsulates arguments to pass to the Messages application.
MessageArguments() - Constructor for class net.rim.blackberry.api.invoke.MessageArguments
Creates a new MessageArguments instance with default arguments.
MessageArguments(String) - Constructor for class net.rim.blackberry.api.invoke.MessageArguments
Creates a new MessageArguments instance with provided arguments.
MessageArguments(String, String, String, String) - Constructor for class net.rim.blackberry.api.invoke.MessageArguments
Creates a new MessageArguments instance with provided arguments.
MessageArguments(Message) - Constructor for class net.rim.blackberry.api.invoke.MessageArguments
Creates a new MessageArguments instance that takes a Message as an argument If the message parameter references an existing email message, it will be displayed in view mode.
MessageArguments(TextMessage) - Constructor for class net.rim.blackberry.api.invoke.MessageArguments
Creates a new MessageArguments instance that takes a TextMessage as an argument.
MessageArguments(MultipartMessage) - Constructor for class net.rim.blackberry.api.invoke.MessageArguments
Creates a new MessageArguments instance that takes a MultipartMessage as an argument.
MessageArguments(Folder) - Constructor for class net.rim.blackberry.api.invoke.MessageArguments
Creates a new MessageArguments instance that takes a mailbox Folder as an argument.
MessageArguments(ApplicationMessageFolder) - Constructor for class net.rim.blackberry.api.invoke.MessageArguments
Creates a new MessageArguments instance that takes an ApplicationMessageFolder as an argument.
MessageConnection - Interface in javax.wireless.messaging
The MessageConnection interface defines the basic functionality for sending and receiving messages.
messageDelivered(Session, Message) - Method in interface net.rim.blackberry.api.blackberrymessenger.SessionListener
Indicates that an outgoing Message has arrived at its destination.
MessageEvent - Class in net.rim.blackberry.api.mail.event
Indicates that a message has changed.
MessageEvent(int, Message) - Constructor for class net.rim.blackberry.api.mail.event.MessageEvent
Creates a new MessageEvent instance.
MessageFailureException - Exception in net.rim.device.api.io.messaging
Exception generated by failure to send a Message.
MessageFailureException(String, int) - Constructor for exception net.rim.device.api.io.messaging.MessageFailureException
Constructs a new MessageFailureException.
MessageFailureException(String) - Constructor for exception net.rim.device.api.io.messaging.MessageFailureException
Constructs a new MessageFailureException.
MessageFormat - Class in net.rim.device.api.i18n
Formats and parses messages in a locale-sensitive manner.
MessageFormat(String) - Constructor for class net.rim.device.api.i18n.MessageFormat
Constructs new MessageFormat instance with the given pattern string.
MessageFuture - Class in net.rim.device.api.io.messaging
Provides a Future, which allows an application to send a message and receive an object as a placeholder for the reply.
MessageListener - Interface in javax.wireless.messaging
The MessageListener interface provides a mechanism for the application to be notified of incoming messages.
MessageListener - Interface in net.rim.blackberry.api.mail.event
Listener interface for MessageEvent.UPDATED message events.
MessageListener - Interface in net.rim.device.api.io.messaging
Defines the basic behavior that a class should implement to receive messages.
MessageModificationException - Exception in net.rim.device.api.io.messaging
Defines exceptions thrown by the Communication API when trying to modify a Message that was sent.
MessageModificationException(String) - Constructor for exception net.rim.device.api.io.messaging.MessageModificationException
Constructs a new MessageModificationException with a description of the failure.
MessagePart - Class in javax.wireless.messaging
Instances of the MessagePart class can be added to a MultipartMessage.
MessagePart(byte[], int, int, String, String, String, String) - Constructor for class javax.wireless.messaging.MessagePart
Constructs a MessagePart object from a subset of a byte array.
MessagePart(byte[], String, String, String, String) - Constructor for class javax.wireless.messaging.MessagePart
Constructs a MessagePart object from a byte array.
MessagePart(InputStream, String, String, String, String) - Constructor for class javax.wireless.messaging.MessagePart
Constructs a MessagePart object from an InputStream.
MessageProcessor - Interface in net.rim.device.api.io.messaging
Defines an interface that allows processing, parsing, filtering and other forms of manipulation of incoming Message data.
MessageProcessorChain - Class in net.rim.device.api.io.messaging
Constructs a chain of MessageProcessors to run in sequence.
MessageProcessorChain(ChainableMessageProcessor[]) - Constructor for class net.rim.device.api.io.messaging.MessageProcessorChain
Constructs a MessageProcesorChain given an array of ChainableMessageProcessor objects.
MessageProcessorException - Exception in net.rim.device.api.io.messaging
Exception generated due to failures in procsesing a Message by a MessageProcessor.
MessageProcessorException(String) - Constructor for exception net.rim.device.api.io.messaging.MessageProcessorException
Constructs a new MessageProcessorException.
MessageProcessorException(String, int) - Constructor for exception net.rim.device.api.io.messaging.MessageProcessorException
Constructs a new MessageProcessorException.
messageQueuedForSend(Session, Message) - Method in interface net.rim.blackberry.api.blackberrymessenger.SessionListener
Indicates that a Message has been queued for sending by a Session.
messageReceived(Session, Message) - Method in interface net.rim.blackberry.api.blackberrymessenger.SessionListener
Indicates that an incoming Message has been recieved by a Session.
MESSAGES_MARKED_OLD - Static variable in interface net.rim.blackberry.api.messagelist.ApplicationMessageFolderListener
Performed when the user opens the global message list and views partial message information.
messagesAdded(FolderEvent) - Method in interface net.rim.blackberry.api.mail.event.FolderListener
Invoked when messages are added to a folder.
messageSent(Session, Message) - Method in interface net.rim.blackberry.api.blackberrymessenger.SessionListener
Indicates that an outgoing Message has been sent.
messagesRemoved(FolderEvent) - Method in interface net.rim.blackberry.api.mail.event.FolderListener
Invoked when messages are removed from a folder.
MessageTooLongException - Exception in net.rim.device.api.crypto
Thrown when the message passed in is too long for the function performing the operation on the message.
MessageTooLongException() - Constructor for exception net.rim.device.api.crypto.MessageTooLongException
Creates a MessageTooLongException object with no parameters.
MessageTooLongException(String) - Constructor for exception net.rim.device.api.crypto.MessageTooLongException
Creates a MessageTooLongException object with a descriptive string.
MessagingException - Exception in net.rim.blackberry.api.mail
Base class for all exceptions thrown by the Messaging classes.
MessagingException() - Constructor for exception net.rim.blackberry.api.mail.MessagingException
Constructs a new MessagingException instance.
MessagingException(String) - Constructor for exception net.rim.blackberry.api.mail.MessagingException
Constructs a new MessagingException instance with provided detail message.
MessagingException - Exception in net.rim.device.api.io.messaging
Base class for exceptions thrown by the Communication API.
MessagingException(String) - Constructor for exception net.rim.device.api.io.messaging.MessagingException
Constructs a new MessagingException with a description of the error.
MessengerContact - Interface in net.rim.blackberry.api.blackberrymessenger
Represents a BlackBerry Messenger contact in the user's BlackBerry Messenger contact list.
METADATA_NOT_SUPPORTED - Static variable in interface javax.microedition.amms.control.FormatControl
Setting metadata is not supported.
METADATA_SUPPORTED_FIXED_KEYS - Static variable in interface javax.microedition.amms.control.FormatControl
Setting metadata is supported and the set of metadata keys is limited.
METADATA_SUPPORTED_FREE_KEYS - Static variable in interface javax.microedition.amms.control.FormatControl
Setting metadata is supported and any Strings can be used as metadata keys.
MetaDataControl - Interface in javax.microedition.media.control
MetaDataControl is used to retrieve metadata information included within the media streams.
METAFILE_NOT_FOUND - Static variable in exception javax.microedition.global.ResourceException
Meta-information file containing information about supported locales not found for base name.
MICRO_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as 'µ'.
MICROSOFT_EXCHANGE_SERVER - Static variable in interface net.rim.device.api.servicebook.ServiceIdentifierTypes
Subtype for service record linked with Microsoft Exchange Server
MIDDLE_BASELINE - Static variable in class net.rim.device.api.ui.DrawTextParam.AdvancedDrawTextParam
Value for iBaseline: this identifies a baseline that is offset from the alphabetic baseline in the shift-direction by half the value of the x-height font characteristic.
MIDDLE_DOT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '·'.
MIDI_DEVICE_LOCATOR - Static variable in class javax.microedition.media.Manager
The locater to create a MIDI Player which gives access to the MIDI device by making MIDIControl available.
MIDIChannelControl - Interface in javax.microedition.amms.control
MIDIChannelControl is a Control that gives access to MIDI-channel-specific Controls.
MIDIControl - Interface in javax.microedition.media.control
MIDIControl provides access to MIDI rendering and transmitting devices.
midiDone(int) - Method in interface net.rim.device.api.system.AlertListener2
Invoked when a MIDI alert ends.
MIDlet - Class in javax.microedition.midlet
A MIDLet is a MID Profile application.
MIDlet() - Constructor for class javax.microedition.midlet.MIDlet
Protected constructor for subclasses.
MIDletStateChangeException - Exception in javax.microedition.midlet
Signals that a requested MIDlet state change failed.
MIDletStateChangeException() - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with no specified detail message.
MIDletStateChangeException(String) - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with the specified detail message.
MIDNIGHTBLUE - Static variable in class net.rim.device.api.ui.Color
 
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MILLISECOND_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for MILLISECOND field alignment.
MimeBodyPart - Class in net.rim.blackberry.api.mail
This class represents a MIME body part.
MimeBodyPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.MimeBodyPart
Creates a new, empty MimeBodyPart instance.
MIMEInputStream - Class in net.rim.device.api.mime
Input stream for reading a MIME encoded data stream.
MIMEInputStream(InputStream) - Constructor for class net.rim.device.api.mime.MIMEInputStream
Creates a new MIMEInputStream instance.
MIMEOutputStream - Class in net.rim.device.api.mime
Output stream for writing a MIME encoded data stream.
MIMEOutputStream(OutputStream, boolean, String) - Constructor for class net.rim.device.api.mime.MIMEOutputStream
Creates a new MIMEOutputStream instance.
MIMEParsingException - Exception in net.rim.device.api.mime
Exception indicating an attempt to parse a malformed MIME encoded message.
MIMEParsingException() - Constructor for exception net.rim.device.api.mime.MIMEParsingException
Constructs new MIMEParsingException instance.
MIMEParsingException(String) - Constructor for exception net.rim.device.api.mime.MIMEParsingException
Constructs new MIMEParsingException instance with descriptive string.
MIMETypeAssociations - Class in net.rim.device.api.io
This class provides an association between file extensions, MIME types and media types.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
MIN_LOG2_WINDOW_LENGTH - Static variable in class net.rim.device.api.compress.GZIPOutputStream
 
MIN_LOG2_WINDOW_LENGTH - Static variable in class net.rim.device.api.compress.ZLibOutputStream
 
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_PRIORITY - Static variable in interface net.rim.device.api.synchronization.OTASyncPriorityProvider
 
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_SIZE - Static variable in class net.rim.device.api.io.nfc.emulation.VirtualNDEFTag
Constant for minimum allowed size for virtual NDEF tag.
MIN_SKIP - Static variable in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MIN_VALUE - Static variable in class net.rim.device.api.math.Fixed32
The minimum fixed-point representation (-32768).
MINIMUM_FONT_SIZE - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The minimum font size to be used when rendering, in points, including leading.
MINIMUM_FONT_SIZE_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The minimum font size default is 6 points.
MINIMUM_FONT_SIZE_IN_PIXELS - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The minimum font size to be used when rendering, in pixels, including leading.
MINIMUM_FONT_STYLE - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The minimum font style to be used when rendering.
MINIMUM_FONT_STYLE_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The minimum font style default is plain.
MINIMUM_MTU - Static variable in interface javax.bluetooth.L2CAPConnection
Minimum MTU value for connection-oriented channels is 48 bytes.
minOccurs - Variable in class javax.microedition.xml.rpc.Element
The minOccurs attribute of this Element.
MINOR_VERSION - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Current minor version of the ServiceRecord/ServiceBook.
MINTCREAM - Static variable in class net.rim.device.api.ui.Color
 
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MINUTE_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for MINUTE field alignment.
MISS_RESOURCE - Static variable in class net.rim.device.api.ui.FontManager
Status code: Returned if no data could be found.
MISSING_FILESYSTEM_RESOURCE - Static variable in exception net.rim.blackberry.web.widget.jil.JILWidgetException
 
MISSING_SIGNATURE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate object does not contain a signature.
MISSING_TYPEFACE_NAME - Static variable in class net.rim.device.api.ui.FontManager
Status code: Returned if the typeface name provided is null or zero-length.
MISSING_WIDGET_RESOURCE - Static variable in exception net.rim.blackberry.web.widget.jil.JILWidgetException
 
MissingResourceException - Exception in net.rim.device.api.i18n
Thrown to indicate a resource is not found.
MissingResourceException() - Constructor for exception net.rim.device.api.i18n.MissingResourceException
Creates new MissingResourceException instance.
MissingResourceException(String) - Constructor for exception net.rim.device.api.i18n.MissingResourceException
Creates new MissingResourceException instance with descriptive string.
misspelledWordFound(SpellCheckUI, Field, int, int) - Method in class net.rim.blackberry.api.spellcheck.AbstractSpellCheckUIListener
The implementation of this method does nothing and returns ACTION_OPEN_UI.
misspelledWordFound(SpellCheckUI, Field, int, int) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
Invoked when a misspelled word has been found.
MISTYROSE - Static variable in class net.rim.device.api.ui.Color
 
MIXED_MODE_RENDERING - Static variable in class net.rim.device.api.opengles.GLField
Style flag used to indicate that we would like to enable surface synchronization with the ui.
MIXED_MODE_RENDERING - Static variable in class net.rim.device.api.openvg.VGField
Style flag used to indicate that we would like to enable surface synchronization with the ui.
mkdir() - Method in interface javax.microedition.io.file.FileConnection
Creates a directory corresponding to the directory string provided in the Connector.open() method.
MM_ABORT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_AUTHENTICATION_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_AUTHENTICATION_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_CM_SERVICE_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_CM_SERVICE_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_IDENTITY_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_LOCATION_UPDATE_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_LOCATION_UPDATE_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_MM_INFORMATION - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_MM_STATUS - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MM_TMSI_REALLOC_CMD - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
MMS - Class in net.rim.blackberry.api.mms
Provides advanced utilities for interaction with the MMS messaging system.
mMultiply(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGMatrix
Performs matrix multiplication.
MOBILE_PHONE - Static variable in interface net.rim.blackberry.api.pdap.contactlinking.LinkableContact
Field for a mobile phone number.
MOBILE_PHONE2 - Static variable in interface net.rim.blackberry.api.pdap.contactlinking.LinkableContact
Field for a second mobile phone number.
MOBILE_TYPE - Static variable in class net.rim.blackberry.api.phone.Phone
Represents mobile line type.
MOBITEX_MAILBOX_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Use mailbox (Mobitex-specific).
MOBITEX_REQUEST_ACK_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Requests an acknowledgement (Mobitex-specific).
MOBITEX_WIRELESS_NET_TYPE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Deprecated. Mobitex is no longer supported.
MobitexAddress - Class in net.rim.device.api.io
Deprecated. Mobitex is no longer supported.
MobitexAddress() - Constructor for class net.rim.device.api.io.MobitexAddress
Deprecated. Creates a new, empty MobitexAddress instance.
MobitexAddress(int, int, int) - Constructor for class net.rim.device.api.io.MobitexAddress
Deprecated. Creates a new MobitexAddress with provided MAN, type, and HPID.
MobitexAddress(int, int, int, MobitexPacketHeader) - Constructor for class net.rim.device.api.io.MobitexAddress
Deprecated.  
MobitexAddress(DatagramAddressBase) - Constructor for class net.rim.device.api.io.MobitexAddress
Deprecated. Creates a new MobitexAddress instance from provided address base.
MobitexAddress(String) - Constructor for class net.rim.device.api.io.MobitexAddress
Deprecated. Creates a new MobitexAddress instance with provided address string.
MobitexInfo - Class in net.rim.device.api.system
Deprecated. Mobitex is no longer supported.
MobitexInfo.MobitexCellInfo - Class in net.rim.device.api.system
Deprecated. Mobitex is no longer supported.
MobitexPacketHeader - Class in net.rim.device.api.system
Deprecated. Mobitex is no longer supported.
MobitexPacketHeader() - Constructor for class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Construct a new MobitexPacketHeader object.
MOCCASIN - Static variable in class net.rim.device.api.ui.Color
 
mod(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the modulus of the integer in the array a, beginning at aOffset, moduloed by the integer in the array modulus, beginning at modulusOffset, and stores the result in result, beginning at result[ resultOffset ].
mod(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the modulus of the integer represented by the array a moduloed by the integer represented by the array modulus, and stores the result in result.
mod(byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the modulus of the integer in the array a, beginning at aOffset, moduloed by the an integer which is a power of 2 and stores the result in result beginning at result[ resultOffset ].
mod(byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the modulus of the integer represented by the array a, moduloed by the an integer which is a power of 2, and stores the result in result.
mod(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is this mod modulus.
MODAL - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleState
For modal dialogs.
Mode - Class in com.google.zxing.qrcode.decoder
See ISO 18004:2006, 6.4.1, Tables 2 and 3.
MODE_ADVANCED - Static variable in class net.rim.device.api.ui.Ui
Advanced UI user mode.
MODE_ASYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
Create an asynchronous LSParser.
MODE_BEGINNER - Static variable in class net.rim.device.api.ui.Ui
Beginner UI user mode.
MODE_EN_LOCALE - Static variable in class net.rim.device.api.ui.KeypadUtil
Use this constant to specify that keys conversion should occur according to English locale
MODE_FOCUS_ACTIVE - Static variable in class net.rim.device.api.lbs.maps.MapConstants
Specifies that focus is currently on the map field, while in SHARED FOCUS mode.
MODE_FOLLOW - Static variable in class net.rim.device.api.lbs.maps.MapConstants
When this mode is set, it forces the MapField that is using the My Location framework to pan and zoom with the user's location.
MODE_NORMAL - Static variable in class net.rim.device.api.ui.Ui
Normal UI user mode.
MODE_PAN - Static variable in class net.rim.device.api.lbs.maps.MapConstants
Specifies the pan mode, where input from the user results in the map panning.
MODE_SELECTION - Static variable in class net.rim.device.api.lbs.maps.MapConstants
Indicates a user can make a selection from the map.
MODE_SHARED_FOCUS - Static variable in class net.rim.device.api.lbs.maps.MapConstants
Indicates that the map field can share focus with other fields.
MODE_SYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
Create a synchronous LSParser.
MODE_UI_CURRENT_LOCALE - Static variable in class net.rim.device.api.ui.KeypadUtil
Use this constant to specify that keys conversion should occur according to current UI system locale
MODE_ZOOM - Static variable in class net.rim.device.api.lbs.maps.MapConstants
Specifies the zoom mode, where input from the user results in the zoom level changing.
MODEL_RESET - Static variable in interface net.rim.device.api.ui.component.table.DataModelChangeEvent
An event type that signifies that the model has had significant changes to it and that the listening class should fetch the necessary data to remain in sync.
modelChanged(DataModelChangeEvent) - Method in interface net.rim.device.api.ui.component.table.DataModelListener
This event is fired when a model or an element within has been changed.
modelChanged(DataModelChangeEvent) - Method in class net.rim.device.api.ui.component.table.TableView
Processes a DataModelChangeEvent that the DataView listens for.
modelReset() - Method in class net.rim.device.api.ui.component.table.DataModel
Send a notification to all the listeners that the contents of the model have changed considerably A DataModelChangeEvent.MODEL_RESET event will be sent to all listeners.
MODIFICATION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was modified in place.
MODULATION_AM - Static variable in interface javax.microedition.amms.control.tuner.TunerControl
AM modulation.
MODULATION_FM - Static variable in interface javax.microedition.amms.control.tuner.TunerControl
FM modulation.
Module - Interface in javax.microedition.amms
Module is a logical group of Players and/or MIDI channels.
MODULE_FLAG_DELETE - Static variable in class net.rim.device.api.system.CodeModuleManager
The module is scheduled for deletion.
MODULE_FLAG_INSTALLED - Static variable in class net.rim.device.api.system.CodeModuleManager
The module has been installed.
MODULE_FLAG_OTA - Static variable in class net.rim.device.api.system.CodeModuleManager
The module is marked as having been loaded over-the-air.
moduleDeletionsPending(String[]) - Method in interface net.rim.device.api.system.CodeModuleListener
Notifies implementer that one or more code modules have been marked for deletion pending a reset.
modulesAdded(int[]) - Method in interface net.rim.device.api.system.CodeModuleListener
Notifies implementer that one or more code modules have been added.
modulesDeleted(String[]) - Method in interface net.rim.device.api.system.CodeModuleListener
Notifies implementer that one or more code modules have been deleted.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONDAY - Static variable in class javax.microedition.pim.RepeatRule
Constant for the day of week Monday used with DAY_IN_WEEK field.
MONGOLIAN_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Mongolian script.
monitoringStateChanged(boolean) - Method in interface javax.microedition.location.ProximityListener
Called to notify that the state of the proximity monitoring has changed.
monitorPerimeter(GeofenceListener, String, Coordinates, int, int, int) - Method in class net.rim.device.api.location.Geofence
Defines and monitors a circular perimeter for a location of interest during a specified time period.
monitorPerimeter(GeofenceListener, String, Coordinates[], int, int) - Method in class net.rim.device.api.location.Geofence
Defines and monitors the perimeter for a polygon area during a specified time period.
MONO - Static variable in interface javax.microedition.amms.control.tuner.TunerControl
Monaural mode.
MONO_BIT_TEST_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing the mono bit test.
MONO_BITMAP_FONT - Static variable in class net.rim.device.api.ui.FontFamily
Deprecated.  
MonochromeRectangleDetector - Class in com.google.zxing.common.detector
A somewhat generic detector that looks for a barcode-like rectangular region within an image.
MonochromeRectangleDetector(BitMatrix) - Constructor for class com.google.zxing.common.detector.MonochromeRectangleDetector
 
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MONTH_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for MONTH field alignment.
MONTH_IN_YEAR - Static variable in class javax.microedition.pim.RepeatRule
Field specifying the month in which an event occurs.
MONTHLY - Static variable in class javax.microedition.pim.RepeatRule
Used for frequency when the Event happens every month.
more(BodyPart, boolean) - Static method in class net.rim.blackberry.api.mail.Transport
Requests more data from the server for a body part on which more is available.
more() - Method in class org.json.me.JSONTokener
Determine if the source string still contains characters that next() can consume.
moreRequestSent() - Method in class net.rim.blackberry.api.mail.BodyPart
Determines if a request has been sent for more data for this body part.
MOUSE_OVER - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleState
For html page elements.
MouseEvent - Interface in org.w3c.dom.events
The MouseEvent interface provides specific contextual information associated with Mouse events.
move(int, int) - Method in class javax.microedition.lcdui.game.Layer
Moves this Layer by the specified horizontal and vertical distances.
move(int, int) - Method in class net.rim.device.api.lbs.MapField
Deprecated. Moves the current view by the given pixels.
MOVE - Static variable in class net.rim.device.api.system.EventInjector.TouchEvent
Touch screen move input event.
MOVE - Static variable in class net.rim.device.api.ui.TouchEvent
Touch move input event that is generated in sequence as the user moves finger around the touchscreen.
MOVE_THRESHOLD - Static variable in class net.rim.device.api.ui.input.TouchscreenSettings
Key for the Setting for the threshold in pixels at which MOVE events are generated.
MOVE_TO - Static variable in interface org.w3c.dom.svg.SVGPath
Numeric value is ASCII code of the letter 'M'.
MOVED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag indicates that the message has moved since the last synchronization of the handheld with the desktop.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
This field's manager invokes this method to prompt this field to handle a focus move event.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.CheckboxField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
 
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.DateField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.EditField
Handles focus move events.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.GaugeField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.ListField
Handles moving the focus within this field.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.component.ListField
Handles moving the focus within this field.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView
Invoked when an attempt is made to place focus within the HorizontalScrollableTitleView Overridden: Focus highlight should remain on the view and not on contained fields.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Called by the framework to move focus within this manager.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.RichTextField
Handles moving focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.SpinBoxField
Handles moving the focus within this field.
moveFocus(int) - Method in class net.rim.device.api.ui.component.table.DataController
Moves focus one or more visible screenfuls in a specific direction.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.component.table.TableController
Moves focus to an exact position within this manager.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.TextField
Handles moving focus within this field.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.component.TextField
Handles moving the focus to an exact position within this field.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.component.TreeField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.TreeField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Invoked by the framework to move focus within this manager.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.Field
Handles moving the focus within this field.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.Field
Moves the focus to an exact position within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.Manager
Called by the framework to move focus within this manager.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.Manager
Moves focus to an exact position within this manager.
moveSelectedIndex(int, boolean) - Method in class net.rim.device.api.ui.component.SpinBoxField
Moves (animated) the selected index.
moveSelectedIndex(int, boolean, boolean) - Method in class net.rim.device.api.ui.component.SpinBoxField
Moves the selected index.
moveSource(long, long) - Static method in class net.rim.device.api.notification.NotificationsManager
Changes the value of the source identifier specified by srcSourceID to destSourceID.
moveTo(int, int) - Method in class net.rim.device.api.lbs.MapField
Deprecated. Centers the map view on the specified location's latitude and longitude.
moveTo(Coordinates) - Method in class net.rim.device.api.lbs.MapField
Deprecated. Centers the map view on the specified location's coordinates.
moveTo(float, float) - Method in interface org.w3c.dom.svg.SVGPath
Appends 'M' (absolute move) segment to the path with the specified coordinates.
mqvSinglePass_SHA1KDF_Scheme - Static variable in class net.rim.device.api.crypto.oid.OIDs
mqvSinglePass_SHA1KDF_Scheme = 1.3.133.16.840.63.0.16 Represents the ECMQV KDF.
mRotate(float) - Method in interface org.w3c.dom.svg.SVGMatrix
Post-multiplies a rotation transformation on the current matrix and returns the resulting current matrix.
mScale(float) - Method in interface org.w3c.dom.svg.SVGMatrix
Post-multiplies a uniform scale transformation on the current matrix and returns the resulting current matrix.
MSCAPI_PrivateKeyDecoder - Class in net.rim.device.api.crypto.encoder
Implements the private key decoder for Microsoft Crypto api keys.
MSCAPI_PrivateKeyDecoder() - Constructor for class net.rim.device.api.crypto.encoder.MSCAPI_PrivateKeyDecoder
Creates a new MSCAPI_PrivateKeyDecoder object.
MSCAPI_PublicKeyDecoder - Class in net.rim.device.api.crypto.encoder
Implements the public key decoder for Microsoft Crypto api keys.
MSCAPI_PublicKeyDecoder() - Constructor for class net.rim.device.api.crypto.encoder.MSCAPI_PublicKeyDecoder
Creates a new MSCAPI_PublicKeyDecoder object.
MTA_ASSISTED - Static variable in class javax.microedition.location.Location
Location method is assisted by the other party (Terminal assisted for Network based, Network assisted for terminal based).
MTA_UNASSISTED - Static variable in class javax.microedition.location.Location
Location method is unassisted.
MTE_ANGLEOFARRIVAL - Static variable in class javax.microedition.location.Location
Location method Angle of Arrival for cellular / terrestrial RF system.
MTE_CELLID - Static variable in class javax.microedition.location.Location
Location method Cell-ID for cellular (in GSM, this is the same as CGI, Cell Global Identity).
MTE_SATELLITE - Static variable in class javax.microedition.location.Location
Location method using satellites (for example, Global Positioning System (GPS)).
MTE_SHORTRANGE - Static variable in class javax.microedition.location.Location
Location method Short-range positioning system (for example, Bluetooth LP).
MTE_TIMEDIFFERENCE - Static variable in class javax.microedition.location.Location
Location method Time Difference for cellular / terrestrial RF system (for example, Enhanced Observed Time Difference (E-OTD) for GSM).
MTE_TIMEOFARRIVAL - Static variable in class javax.microedition.location.Location
Location method Time of Arrival (TOA) for cellular / terrestrial RF system.
mTranslate(float, float) - Method in interface org.w3c.dom.svg.SVGMatrix
Post-multiplies a translation transformation on the current matrix and returns the resulting current matrix.
MTY_NETWORKBASED - Static variable in class javax.microedition.location.Location
Location method is of type network based.
MTY_TERMINALBASED - Static variable in class javax.microedition.location.Location
Location method is of type terminal based.
mul(int, int) - Static method in class net.rim.device.api.math.Fixed32
Returns the product of two fixed-point numbers.
MULTI_LINE - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleState
For text fields.
MULTI_SELECT - Static variable in class net.rim.device.api.ui.component.ListField
Selection of multiple, contiguous items.
MULTI_SELECTABLE - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleState
For lists and tables.
MulticastDatagramConnection - Interface in net.rim.device.api.io
This interface contains methods to handle multicast datagram operations.
MultiDetector - Class in com.google.zxing.multi.qrcode.detector
Encapsulates logic that can detect one or more QR Codes in an image, even if the QR Code is rotated or skewed, or partially obscured.
MultiDetector(BitMatrix) - Constructor for class com.google.zxing.multi.qrcode.detector.MultiDetector
 
MultiFormatOneDReader - Class in com.google.zxing.oned
 
MultiFormatOneDReader(Hashtable) - Constructor for class com.google.zxing.oned.MultiFormatOneDReader
 
MultiFormatReader - Class in com.google.zxing
MultiFormatReader is a convenience class and the main entry point into the library for most uses.
MultiFormatReader() - Constructor for class com.google.zxing.MultiFormatReader
 
MultiFormatUPCEANReader - Class in com.google.zxing.oned
A reader that can read all available UPC/EAN formats.
MultiFormatUPCEANReader(Hashtable) - Constructor for class com.google.zxing.oned.MultiFormatUPCEANReader
 
MultiFormatWriter - Class in com.google.zxing
This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat requested and encodes the barcode with the supplied contents.
MultiFormatWriter() - Constructor for class com.google.zxing.MultiFormatWriter
 
MultiLineListener - Class in net.rim.blackberry.api.phone
A helper class defining an empty implementation of the PhoneListener class.
MultiLineListener() - Constructor for class net.rim.blackberry.api.phone.MultiLineListener
default constructor
MultiMap - Class in net.rim.device.api.util
Provides a one to many mapping between a key and some values.
MultiMap(int, int) - Constructor for class net.rim.device.api.util.MultiMap
Constructs a new MultiMap instance with the provided capacity.
MultiMap() - Constructor for class net.rim.device.api.util.MultiMap
Constructs a new MultiMap instance.
Multipart - Class in net.rim.blackberry.api.mail
A container to hold multiple BodyPart objects.
Multipart() - Constructor for class net.rim.blackberry.api.mail.Multipart
Creates a new Multipart instance of default type (multipart mixed string).
Multipart(String) - Constructor for class net.rim.blackberry.api.mail.Multipart
Creates a new Multipart instance with specified type.
Multipart(String, Part) - Constructor for class net.rim.blackberry.api.mail.Multipart
Creates a new Multipart instance with specified type and parent part.
Multipart(Part) - Constructor for class net.rim.blackberry.api.mail.Multipart
Creates a new Multipart instance of default type (multipart mixed string) with parent part.
MULTIPART_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for multipart MIME messages (value = “multipart”).
MultipartMessage - Interface in javax.wireless.messaging
An interface representing a multipart message.
MultipartPostData - Class in net.rim.blackberry.api.browser
Encodes form data for submission as multipart/form-data.
MultipartPostData(String, boolean) - Constructor for class net.rim.blackberry.api.browser.MultipartPostData
Creates a new MultipartPostData instance for encoding form data.
MultipartPostData(byte[]) - Constructor for class net.rim.blackberry.api.browser.MultipartPostData
Creates a MultipartPostData object from previously-encoded form data.
MULTIPLE - Static variable in interface javax.microedition.lcdui.Choice
MULTIPLE is a choice that can have arbitrary number of elements selected at a time.
MultipleBarcodeReader - Interface in com.google.zxing.multi
Implementation of this interface attempt to read several barcodes from one image.
MULTIPLICATION_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '×'.
multiply(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the product of the integers in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod the integer in the array beginning at modulus[ modulusOffset ], and stores the result in result, beginning at resultOffset.
multiply(byte[], byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the product of the integers represented by the arrays a and b, mod the integer represented by the array modulus, and stores the result in the array result.
multiply(byte[], int, int, byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the product of the integers in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod 2log2modulus, and stores the result in result, beginning at resultOffset.
multiply(byte[], byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the product of the integers represented by the arrays a and b, mod 2log2modulus, and stores the result in result.
multiply(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is (this * a) mod modulus.
multiply(float) - Method in class net.rim.device.api.math.Matrix3f
Multiplies the components of this matrix by the specified scalar.
multiply(float, Matrix3f) - Method in class net.rim.device.api.math.Matrix3f
Multiplies the components of this matrix by a scalar and stores the result in dst.
multiply(Matrix3f) - Method in class net.rim.device.api.math.Matrix3f
Multiplies this matrix by the specified matrix.
multiply(Matrix3f, Matrix3f, Matrix3f) - Static method in class net.rim.device.api.math.Matrix3f
Multiplies matrix m1 by m2 and stores the result in dst.
multiply(float) - Method in class net.rim.device.api.math.Matrix4f
Multiplies the components of this matrix by the specified scalar.
multiply(float, Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Multiplies the components of this matrix by a scalar and stores the result in dst.
multiply(Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Multiplies this matrix by the specified one.
multiply(Matrix4f, Matrix4f, Matrix4f) - Static method in class net.rim.device.api.math.Matrix4f
Multiplies m1 by m2 and stores the result in dst.
multiply(Quaternion4f) - Method in class net.rim.device.api.math.Quaternion4f
Multiplies this quaternion by the specified one and stores the result in this quaternion.
multiply(Quaternion4f, Quaternion4f, Quaternion4f) - Static method in class net.rim.device.api.math.Quaternion4f
Multiplies the specified quaternions and stores the result in dst.
multiply3x3(int[], int, int[], int) - Static method in class net.rim.device.api.math.VecMath
Deprecated. use multiply3x3(int[],int,int[],int,int[],int) and pass B as the destination matrix.
multiply3x3(int[], int, int[], int, int[], int) - Static method in class net.rim.device.api.math.VecMath
Multiplies 2 3x3 matrices (A x B).
multiply3x3Affine(int[], int, int[], int, int[], int) - Static method in class net.rim.device.api.math.VecMath
Multiplies 2 affine 3x3 matrices (A x B).
multiplyByTwo(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Multiply the integer of length aLength beginning at a[ aOffset ] by two modulo the integer of length modulusLength beginning at modulus[ modulusOffset ], and stores the result in result beginning at resultOffset.
multiplyByTwo(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Multiply the integer representned by array a by two modulo the integer represented by array modulus.
multiplyByTwo(byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Multiply the integer of length length beginning at a[ aOffset ] by a modulus which is a power of 2.
multiplyByTwo(byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Multiply the integer represetned by array a by a modulus which is a power of 2.
multiplyByTwo(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Multiplies this by two, modulo modulus.
multiplyPoint(int[], int, int, int) - Static method in class net.rim.device.api.math.VecMath
Multiplies a given (x, y) point by a given matrix, and returns the result as a long number: the first 32 bits represent the resulting x-coordinate, and the second 32 bits represent the resulting y-coordinate So, resultX = (int) result resultY = (int) (result >>> 32) This method does the same as VecMath.pointMultiply3x3(int[], int, int, int, int[], int), but it does not require an array to store the return values.
MultiServicePlatformConstants - Class in net.rim.device.api.system
Constants pertaining to the Multi-Service Platform framework.
MultiServicePlatformListener - Interface in net.rim.device.api.system
A listener interface for multi-service platform events.
MultiServicePlatformManager - Class in net.rim.device.api.system
A framework that coordinates the handling of service-specific data in environments that implement the BlackBerry Balance feature.
MutationEvent - Interface in org.w3c.dom.events
The MutationEvent interface provides specific contextual information associated with Mutation events.
mute(boolean) - Static method in class net.rim.device.api.system.Alert
Toggles the device between mute (volume 0) and loud state, and persists the current volume level.
MUXER_AUTH_FAILED - Static variable in interface net.rim.device.api.io.ConnEvent
 
MUXER_THREAD_SHUTDOWN - Static variable in interface net.rim.device.api.io.ConnEvent
 
MYANMAR_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Myanmar (Burmese) script.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal