| 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 |
| margins — Property, class qnx.ui.core.Container |
|
Gets or sets the internal margins for the container (the space just inside
the border of the container). |
| mask — Property, class qnx.events.WebFilterUpdatedEvent |
|
The filtered mask (e.g. |
| mask — Property, interface qnx.ui.display.IDisplayObject |
|
Gets or sets the mask property of the object. |
| maxChars — Property, class qnx.ui.text.TextInput |
|
Gets or sets the maximum number of characters that the text field can contain, as entered by a user. |
| maximum — Property, class qnx.ui.slider.Slider |
|
Gets or sets the maximum value of the slider. |
| MediaControl — class, package qnx.ui.media |
|
The MediaControl class provides a set of controls that can be used to control media, such as video and audio. |
| MediaControl() — Constructor, class qnx.ui.media.MediaControl |
|
Creates a MediaControl instance. |
| MediaControlEvent — class, package qnx.ui.events |
|
The MediaControlEvent is dispatched by the MediaControl component. |
| MediaControlEvent(type:String, property:String) — Constructor, class qnx.ui.events.MediaControlEvent |
|
Constructs a MediaControl object. |
| MediaControlOption — class, package qnx.ui.media |
|
The MediaControlOption class provides constant values for the MediaControl.setOption() method. |
| MediaControlProperty — class, package qnx.ui.media |
|
The MediaControlProperty class provides constant values for the MediaControl.setProperty() method. |
| MediaControlState — class, package qnx.ui.media |
|
The MediaControlState class provides constant values for the MediaControl.setState() method. |
| MEDIA_ERROR_INVALID_PARAMETER — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that an invalid output ID was encountered. |
| MEDIA_ERROR_INVALID_STATE — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that an attempt was made to play the media or to seek to a location while no
input was attached, or an attempt was made to communicate with a context that
no longer exists. |
| MEDIA_ERROR_MEDIA_CORRUPTED — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that the media source is corrupted. |
| MEDIA_ERROR_MEDIA_PROTECTED — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that a protected media format was encountered. |
| MEDIA_ERROR_MEDIA_UNAVAILABLE — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that the media player cannot open the media. |
| MEDIA_ERROR_NO_MEMORY — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that the media player is out of memory. |
| MEDIA_ERROR_NONE — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that EOF has been reached. |
| MEDIA_ERROR_OUTPUT_UNAVAILABLE — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that the media sink cannot be opened (possibly because no plugin recognizes it). |
| MEDIA_ERROR_READ — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that an I/O error occurred at the source. |
| MEDIA_ERROR_RESOURCE_UNAVAILABLE — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that a resource is unavailable. |
| MEDIA_ERROR_UNKNOWN — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that an unknown error has occurred. |
| MEDIA_ERROR_UNSUPPORTED_MEDIA_TYPE — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that an unsupported data type was encountered. |
| MEDIA_ERROR_UNSUPPORTED_OPERATION — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that an unsupported operation occurred. |
| MEDIA_ERROR_UNSUPPORTED_VALUE — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that the input or output type was not recognized. |
| MEDIA_ERROR_WRITE — Constant Static Property, class qnx.media.MediaPlayerErrorCodes |
|
Indicates that an I/O error occurred during a write operation. |
| MediaPlayer — class, package qnx.media |
|
The MediaPlayer class provides the functionality that enables you to control the playback of audio or video files, streams, and track
sets (for example, playlists, SQL queries, etc). |
| MediaPlayer(url:String, display:qnx.media:VideoDisplay) — Constructor, class qnx.media.MediaPlayer |
|
Creates a MediaPlayer object, given a URL, with a VideoDisplay. |
| MediaPlayerErrorCodes — class, package qnx.media |
|
The MediaPlayerErrorCodes class defines error messages that are used by the MediaPlayer class. |
| MediaPlayerEvent — class, package qnx.events |
|
The MediaPlayerEvent class provides event type functionality that is related to media player operation and media playback. |
| MediaPlayerEvent(type:String, what_:Object) — Constructor, class qnx.events.MediaPlayerEvent |
|
Creates a new MediaPlayerEvent instance given an event type. |
| MediaPlayerMediaType — class, package qnx.media |
|
The MediaPlayMediaType class provides constant values used to determine the media
type playing in the MediaPlayer. |
| MediaPlayerMetadata — class, package qnx.media |
|
The MediaPlayerMedadata class contains constants representing the list of possible metadata
properties that may be defined in the metadata object (from the MediaPlayer class). |
| MediaPlayerRepeat — class, package qnx.media |
|
The MediaPlayerRepeat class provides constant values used for the MediaPlayer.repeat property. |
| mediaRequestTrackNext — Event, class qnx.media.MediaServiceConnection |
| |
| mediaRequestTrackPause — Event, class qnx.media.MediaServiceConnection |
| |
| mediaRequestTrackPlay — Event, class qnx.media.MediaServiceConnection |
| |
| mediaRequestTrackPrev — Event, class qnx.media.MediaServiceConnection |
| |
| mediaServiceAccessChange — Event, class qnx.media.MediaServiceConnection |
| |
| mediaServiceConnect — Event, class qnx.media.MediaServiceConnection |
| |
| MediaServiceConnection — class, package qnx.media |
|
The MediaServiceConnection class negotiates access to the media playback engine to prevent multiple clients
from playing back audio or video at the same time. |
| MediaServiceConnection() — Constructor, class qnx.media.MediaServiceConnection |
|
Create a MediaServiceConnection object. |
| MediaServiceConnectionEvent — class, package qnx.events |
|
The MediaServiceConnectionEvent class provides event functionality related to media service I/O. |
| MediaServiceConnectionEvent(type:String) — Constructor, class qnx.events.MediaServiceConnectionEvent |
|
Creates a new MediaServiceConnectionEvent instance given an event type. |
| mediaServiceConnectionFail — Event, class qnx.media.MediaServiceConnection |
| |
| mediaServiceDataFlowChange — Event, class qnx.media.MediaServiceConnection |
| |
| mediaServiceDisconnect — Event, class qnx.media.MediaServiceConnection |
| |
| MediaServiceRequestEvent — class, package qnx.events |
|
The MediaServiceRequestEvent class provides events related to media service requests, such as track change or play and pause requests. |
| MediaServiceRequestEvent(type:String) — Constructor, class qnx.events.MediaServiceRequestEvent |
|
Creates a new MediaServiceRequestEvent instance given an event type. |
| mediaType — Property, class qnx.media.MediaPlayer |
|
Returns the type of media that is currently playing. |
| MEDIA_TYPE — Constant Static Property, class qnx.media.MediaPlayerMetadata |
|
A constant representing the media type. |
| message — Property, class qnx.dialog.AlertDialog |
|
Sets the value of the message field. |
| message — Property, class qnx.dialog.LoginDialog |
|
Sets the value of the message field. |
| message — Property, class qnx.dialog.PasswordChangeDialog |
|
Sets the value of the message field. |
| message — Property, class qnx.dialog.PromptDialog |
|
Sets the value of the message field. |
| message — Property, class qnx.events.NetworkResourceOpenedEvent |
|
Determines the message for the resource. |
| messageHtml — Property, class qnx.dialog.AlertDialog |
|
Sets the message TextField's html value. |
| messageHtml — Property, class qnx.dialog.LoginDialog |
|
Sets the message TextField's html value. |
| messageHtml — Property, class qnx.dialog.PasswordChangeDialog |
|
Sets the message TextField's html value. |
| messageHtml — Property, class qnx.dialog.PromptDialog |
|
Sets the message TextField's html value. |
| metadata — Property, class qnx.media.MediaPlayer |
|
Returns the metadata that is associated with the current track. |
| metaData — Property, class net.rim.blackberry.payment.Purchase |
|
Retrieves the metadata for this purchase, or null if no metadata was included with the purchase. |
| MID — Constant Static Property, class qnx.ui.core.ContainerAlign |
|
A constant used to align the child component to the center of the container area. |
| MIDDLE_CENTER — Constant Static Property, class qnx.dialog.DialogPosition |
| A constant indicating the dialog position as middle center. |
| minimum — Property, class qnx.ui.slider.Slider |
|
Gets or sets the minimum value of the slider. |
| MinusDisabledBlack — Static Property, class qnx.ui.skins.SkinAssets |
|
Minus sign asset for the disabled state of the dark theme
|
| MinusDisabledWhite — Static Property, class qnx.ui.skins.SkinAssets |
|
Minus sign asset for the disabled state of the white theme
|
| MinusPressedBlack — Static Property, class qnx.ui.skins.SkinAssets |
|
Minus sign asset for the pressed state of the dark theme
|
| MinusPressedWhite — Static Property, class qnx.ui.skins.SkinAssets |
|
Minus sign asset for the pressed state of the white theme
|
| MinusUpBlack — Static Property, class qnx.ui.skins.SkinAssets |
|
Minus sign asset for the up state of the white theme
|
| MinusUpWhite — Static Property, class qnx.ui.skins.SkinAssets |
|
Minus sign asset for the up state of the white theme
|
| MirrorMode — final class, package qnx.display |
|
The MirrorMode class defines constants that are used by
the getMirrorMode and setMirrorMode functions in the Display class. |
| modalAlpha — Property, class qnx.dialog.BaseDialog |
|
Sets the background alpha value. |
| modeChanged — Event, class qnx.display.Display |
| |
| MODE_CHANGED — Constant Static Property, class qnx.events.DisplayEvent |
|
Dispatched when the display mode of a display changes. |
| MONTH — Constant Static Property, class qnx.locale.LocaleDateTime |
|
Used to indicate order in which the month appears in a local foramt string of the date. |
| mouseX — Property, interface qnx.ui.display.IDisplayObject |
|
Gets the mouseX property of the object. |
| mouseY — Property, interface qnx.ui.display.IDisplayObject |
|
Gets the mouseY property of the object. |
| MOVE — Constant Static Property, class qnx.ui.events.SliderEvent |
| Dispatched when the slider is moved by the user. |
| multiline — Property, class qnx.ui.text.Label |
|
Gets or sets a Boolean that determines whether or not the TextField supports multiline display. |
| MULTIPLE — Constant Static Property, class qnx.ui.listClasses.ListSelectionMode |
|
A constant indicating that multiple cells can be selected at any given time. |
| multiSelect — Property, class qnx.dialog.PopupList |
|
Sets a Boolean that allows multiple item selection in the list. |
|
| 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 |