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 _

A

abort() - Method in interface javax.microedition.amms.MediaProcessor
Aborts the processing even if the processing was not complete.
abort() - Method in interface javax.obex.Operation
Sends an ABORT message to the server.
abort() - Method in class net.rim.device.api.ldap.LDAPQuery
Aborts the current query (if a query is currently running).
abort() - Method in interface org.w3c.dom.ls.LSParser
Abort the loading of the document that is currently being loaded by the LSParser.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(int) - Static method in class net.rim.device.api.math.Fixed32
Returns the absolute value of the given parameter
AbsoluteFieldManager - Class in net.rim.device.api.ui.container
A manager that allows placement of fields at specific x-y positions.
AbsoluteFieldManager() - Constructor for class net.rim.device.api.ui.container.AbsoluteFieldManager
Creates a new AbsoluteFieldManager.
AbstractAnimation - Class in net.rim.device.api.animation
An abstract class that defines the base functionality shared by Animation and AnimationGroup.
AbstractDigest - Class in net.rim.device.api.crypto
Implements the helper methods of the Digest interface.
AbstractDigest() - Constructor for class net.rim.device.api.crypto.AbstractDigest
Creates a new AbstractDigest object.
AbstractLinkableContact - Class in net.rim.blackberry.api.pdap.contactlinking
Provides default implementations for some of the methods in the LinkableContact interface.
AbstractLinkableContact() - Constructor for class net.rim.blackberry.api.pdap.contactlinking.AbstractLinkableContact
Creates a new AbstractLinkableContact object.
AbstractLocationPicker - Class in net.rim.device.api.lbs.picker
This abstract class provides default implementations for some of the methods in the LocationPicker.Picker interface
AbstractLocationPicker(Manager, String) - Constructor for class net.rim.device.api.lbs.picker.AbstractLocationPicker
Construct a AbstractLocationPicker with provided delegate manager.
AbstractMAC - Class in net.rim.device.api.crypto
Implements the helper methods of the MAC interface.
AbstractMAC() - Constructor for class net.rim.device.api.crypto.AbstractMAC
Creates a new AbstractMAC object.
AbstractMappable - Class in net.rim.device.api.lbs.maps.model
A generic base implementation of most mappables.
AbstractMappable() - Constructor for class net.rim.device.api.lbs.maps.model.AbstractMappable
Default Constructor
AbstractMappable(AbstractMappable) - Constructor for class net.rim.device.api.lbs.maps.model.AbstractMappable
Copies all parameters of the AbstractMappable to this instance of the AbstractMappable.
AbstractOneDReader - Class in com.google.zxing.oned
Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.
AbstractOneDReader() - Constructor for class com.google.zxing.oned.AbstractOneDReader
 
AbstractPhoneListener - Class in net.rim.blackberry.api.phone
A helper class defining an empty implementation of the PhoneListener class.
AbstractPhoneListener() - Constructor for class net.rim.blackberry.api.phone.AbstractPhoneListener
Creates a new AbstractPhoneListener instance.
AbstractProgressIndicatorController - Class in net.rim.device.api.ui.component.progressindicator
This class acts as a controller for an AbstractProgressIndicatorView based on the Model-View-Controller design pattern.
AbstractProgressIndicatorController() - Constructor for class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Constructs a new AbstractProgressIndicatorController.
AbstractProgressIndicatorModel - Class in net.rim.device.api.ui.component.progressindicator
This model represents the data related to the progress being indicated.
AbstractProgressIndicatorModel() - Constructor for class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
Constructs a new AbstractProgressIndicatorModel.
AbstractProgressIndicatorView - Class in net.rim.device.api.ui.component.progressindicator
This manager presents an animating field to the user to indicate the progress of work being done by an application.
AbstractProgressIndicatorView(long) - Constructor for class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Constructs a new AbstractProgressIndicatorView, assigning a VerticalFieldManager as the delegate.
AbstractProgressIndicatorView(long, Manager) - Constructor for class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Constructs a new AbstractProgressIndicatorView, assigning the specified delegate.
AbstractPseudoRandomSource - Class in net.rim.device.api.crypto
Provides default helper implementations for PseudoRandomSource.
AbstractPseudoRandomSource() - Constructor for class net.rim.device.api.crypto.AbstractPseudoRandomSource
Creates a new AbstractPseudoRandomSource object.
AbstractSpellCheckUIListener - Class in net.rim.blackberry.api.spellcheck
An empty implementation of SpellCheckUIListener.
AbstractSpellCheckUIListener() - Constructor for class net.rim.blackberry.api.spellcheck.AbstractSpellCheckUIListener
Creates a new AbstractSpellCheckUIListener object.
AbstractString - Interface in net.rim.device.api.util
Defines a set of utility methods for string data.
AbstractStringWrapper - Class in net.rim.device.api.util
Wraps string data to provide consistent basis for the string utility methods defined in AbstractString.
AbstractStringWrapper() - Constructor for class net.rim.device.api.util.AbstractStringWrapper
Creates new AbstractStringWrapper instance.
AbstractTableModel - Class in net.rim.device.api.ui.component.table
A model for table components.
AbstractTableModel() - Constructor for class net.rim.device.api.ui.component.table.AbstractTableModel
Default constructor.
AbstractUPCEANReader - Class in com.google.zxing.oned
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.
AbstractUPCEANReader() - Constructor for class com.google.zxing.oned.AbstractUPCEANReader
 
AbstractUPCEANWriter - Class in com.google.zxing.oned
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.
AbstractUPCEANWriter() - Constructor for class com.google.zxing.oned.AbstractUPCEANWriter
 
AbstractView - Interface in org.w3c.dom.views
A base interface that all views shall derive from.
AccelerometerChannelConfig - Class in net.rim.device.api.system
Accelerometer channel configuration.
AccelerometerChannelConfig(int) - Constructor for class net.rim.device.api.system.AccelerometerChannelConfig
Creates channel configuration for given data types.
AccelerometerChannelConfig(int, boolean, boolean, int) - Constructor for class net.rim.device.api.system.AccelerometerChannelConfig
Creates channel configuration based on data types, application running mode and raw samples count.
AccelerometerData - Class in net.rim.device.api.system
Encapsulates accelerometer sensor readings.
AccelerometerListener - Interface in net.rim.device.api.system
Listener for accelerometer notifications.
AccelerometerSensor - Class in net.rim.device.api.system
Provides accelerometer sensor query and listener registration methods.
AccelerometerSensor.Channel - Class in net.rim.device.api.system
Encapsulates an active connection to accelerometer sensor.
accept() - Method in class net.rim.device.api.io.http.MDSPushInputStream
Accepts this push.
accept() - Method in class net.rim.device.api.io.http.PushInputStream
Accepts this push, possibly indicating this to the server if the bearer supports acknowledgement.
accept() - Method in class net.rim.device.api.io.http.TCPPushInputStream
Accepts this push.
ACCEPT_ALPHA - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of alphabetic characters.
ACCEPT_CONTROL - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of control characters.
ACCEPT_EVERYTHING_EXCEPT_WILD_CARD - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of all characters except the ?
ACCEPT_EXTENSION - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of characters used to indicate a phone extension.
ACCEPT_FORMATTING - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of ?
ACCEPT_INTERNATIONAL - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of characters used when dialing international phone numbers.
ACCEPT_PAUSE - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of the pause character.
ACCEPT_WAIT - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of the wait character.
ACCEPT_WILD_CARD - Static variable in class net.rim.device.api.ui.text.PhoneTextFilter
Flag to enable input of the wild card character.
acceptAndOpen() - Method in interface javax.bluetooth.L2CAPConnectionNotifier
Waits for a client to connect to this L2CAP service.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection that represents a server side socket connection
acceptAndOpen(ServerRequestHandler) - Method in interface javax.obex.SessionNotifier
Waits for a transport layer connection to be established and specifies the handler to handle the requests from the client.
acceptAndOpen(ServerRequestHandler, Authenticator) - Method in interface javax.obex.SessionNotifier
Waits for a transport layer connection to be established and specifies the handler to handle the requests from the client and the Authenticator to use to respond to authentication challenge and authentication response headers.
acceptAndOpen() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnectionNotifier
Listens for an LLCP connection on the service name or SAP associated with this connection.
acceptNode(Node) - Method in interface org.w3c.dom.ls.LSParserFilter
This method will be called by the parser at the completion of the parsing of each node.
acceptNode(Node) - Method in interface org.w3c.dom.traversal.NodeFilter
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
acceptsForeground() - Method in class net.rim.device.api.system.Application
Determines if this application can function in the foreground.
acceptsForeground() - Method in class net.rim.device.api.ui.UiApplication
Determines if this application can function in the foreground.
acceptsKeyUpEvents() - Method in class net.rim.device.api.system.Application
Deprecated. KEY_UP events are now always sent.
ACCESS_DENIED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a valid certificate was received, but when access control was applied, the sender decided not to proceed with negotiation.
ACCESS_READ - Static variable in class net.rim.device.api.io.transport.ConnectionFactory
Access mode
ACCESS_READ_WRITE - Static variable in class net.rim.device.api.io.transport.ConnectionFactory
Access mode
ACCESS_WRITE - Static variable in class net.rim.device.api.io.transport.ConnectionFactory
Access mode
accessAllowedCount() - Method in interface javax.microedition.content.ContentHandlerServer
Gets the number of IDs allowed access by the content handler.
AccessibilityManager - Class in net.rim.device.api.ui.accessibility
Provides listener registration methods for assistive technology
ACCESSIBLE_CARET_CHANGED - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleContext
Specifies caret movement event.
ACCESSIBLE_CHILD_CHANGED - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleContext
Specifies child change event.
ACCESSIBLE_NAME_CHANGED - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleContext
Specifies element name change.
ACCESSIBLE_SELECTION_CHANGED - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleContext
Specifies selection change event.
ACCESSIBLE_STATE_CHANGED - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleContext
Specifies accessible state transition event type.
ACCESSIBLE_TEXT_CHANGED - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleContext
Specifies text change event.
ACCESSIBLE_VALUE_CHANGED - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleContext
Specifies numerical or sequential value change.
AccessibleContext - Interface in net.rim.device.api.ui.accessibility
AccessibleContext represents the minimum information all accessible objects provide.
AccessibleDateField - Interface in net.rim.device.api.ui.accessibility
Represents a part of date field, such as Hour.
AccessibleEventDispatcher - Class in net.rim.device.api.ui
Accessible event dispatcher.
AccessibleEventListener - Interface in net.rim.device.api.ui.accessibility
Listener for accessibility events occuring on fields.
accessibleEventOccurred(int, Object, Object, AccessibleContext) - Method in interface net.rim.device.api.ui.accessibility.AccessibleEventListener
Notifies about accessible change.
AccessibleListFieldCallback - Interface in net.rim.device.api.ui.accessibility
Adds accessibility to list field callback.
AccessibleRole - Interface in net.rim.device.api.ui.accessibility
The AccessibleRole determines the role of a component.
AccessibleState - Interface in net.rim.device.api.ui.accessibility
Interface AccessibleState describes a component's particular state.
AccessibleTable - Interface in net.rim.device.api.ui.accessibility
Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
AccessibleText - Interface in net.rim.device.api.ui.accessibility
The AccessibleText interface should be implemented by all classes that present textual information on the display.
AccessibleTreeFieldCallback - Interface in net.rim.device.api.ui.accessibility
Adds accessibility to tree field callback.
AccessibleValue - Interface in net.rim.device.api.ui.accessibility
The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a Gauge Field).
Accessory - Interface in net.rim.blackberry.api.accessory
Represents an accessory.
AccessoryManager - Class in net.rim.blackberry.api.accessory
Manages the associations of accessories and applications.
accumulate(String, Object) - Method in class org.json.me.JSONObject
Accumulate values under a key.
ACE_PREFIX - Static variable in class net.rim.device.api.io.IDNA
The ASCII Compatible Encoding (ACE) prefix.
ACK_FAILURE - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
ACK_SUCCESSFUL - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
ACKNOWLEDGED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Datagram's receipt has been acknowleged.
acos(double) - Static method in class net.rim.device.api.util.MathUtilities
Returns the arc cosine of the value x.
ACTION_ADD_TO_DICTIONARY - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
An action code to indicate that the current misspelled word should be treated as correctly spelled and added to the list of correctly spelled words.
ACTION_ALLOWED - Static variable in class net.rim.device.api.system.MultiServicePlatformConstants
The value indicating that resources associated with the specified service mode may be accessed by the requesting application in its current state.
ACTION_ALLOWED_AND_NOTIFY - Static variable in class net.rim.device.api.system.MultiServicePlatformConstants
The value indicating that resources associated with the specified service mode may be accessed by the requesting application in its current state and that a state update notification should be suggested to the application.
ACTION_APPEND_AS_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
Append the result of the parse operation as children of the context node.
ACTION_CANCEL - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
An action code to indicate that the spell checking session should be cancelled.
ACTION_CENTER_CHANGE - Static variable in class net.rim.device.api.lbs.maps.ui.MapAction
Action event that indicates the center coordinates changed.
ACTION_CENTRE_CHANGE - Static variable in class net.rim.device.api.lbs.maps.ui.MapAction
Deprecated. Use MapAction.ACTION_CENTER_CHANGE instead
ACTION_CHANGED - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
An action code to indicate that the current misspelled word has been fixed.
ACTION_DELETE - Static variable in interface javax.microedition.content.ContentHandler
Action to delete the content and release resources it may have been consuming if appropriate.
ACTION_DISALLOWED - Static variable in class net.rim.device.api.system.MultiServicePlatformConstants
The value indicating that resources associated with the specified service mode may not be accessed by the requesting application in its current state.
ACTION_EDIT - Static variable in interface javax.microedition.content.ContentHandler
Action to edit the content.
ACTION_EXECUTE - Static variable in interface javax.microedition.content.ContentHandler
Action to execute the content.
ACTION_FOCUSED_CHANGE - Static variable in class net.rim.device.api.lbs.maps.ui.MapAction
Action event that indicates the focused mappable item changed.
ACTION_IGNORE_ALL - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
An action code to indicate that the current misspelled word should be be skipped.
ACTION_IGNORE_ONCE - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
An action code to indicate that the current misspelled word should be be skipped.
ACTION_INSERT_AFTER - Static variable in interface org.w3c.dom.ls.LSParser
Insert the result of the parse operation as the immediately following sibling of the context node.
ACTION_INSERT_BEFORE - Static variable in interface org.w3c.dom.ls.LSParser
Insert the result of the parse operation as the immediately preceding sibling of the context node.
ACTION_INSTALL - Static variable in interface javax.microedition.content.ContentHandler
Action to install the content on the device.
ACTION_INSTALL_ONLY - Static variable in interface javax.microedition.content.ContentHandler
Action to only install the content on the device with user interaction limited to the minimum.
ACTION_INVOKE - Static variable in class net.rim.device.api.ui.Field
Constant to indicate that the default action was invoked.
ACTION_NAVIGATE_CHANGE - Static variable in class net.rim.device.api.lbs.maps.ui.MapAction
Action event that indicates the navigated mappable changed.
ACTION_NEW - Static variable in interface javax.microedition.content.ContentHandler
Action to create new content.
ACTION_NONE - Static variable in exception net.rim.device.api.userauthenticator.UserAuthenticationAccessDeniedException
Show no indication to the user that the authenticator has denied access.
ACTION_OPEN - Static variable in interface javax.microedition.content.ContentHandler
Action to open content.
ACTION_OPEN_UI - Static variable in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
An action code to indicate that a screen should be presented to the user with a list of suggested corrections to the given misspelled word.
ACTION_OPERATION_MODE_CHANGE - Static variable in class net.rim.device.api.lbs.maps.ui.MapAction
Action event that indicates the operational mode changed.
ACTION_PRINT - Static variable in interface javax.microedition.content.ContentHandler
Action to print the content.
ACTION_REMOVE - Static variable in interface javax.microedition.content.ContentHandler
Action to remove the content from any list or directory maintained by the content handler.
ACTION_REPLACE - Static variable in interface org.w3c.dom.ls.LSParser
Replace the context node with the result of the parse operation.
ACTION_REPLACE_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
Replace all the children of the context node with the result of the parse operation.
ACTION_ROTATION_CHANGE - Static variable in class net.rim.device.api.lbs.maps.ui.MapAction
Action event that indicates the rotation angle changed.
ACTION_SAVE - Static variable in interface javax.microedition.content.ContentHandler
Action to save the content.
ACTION_SELECT - Static variable in interface javax.microedition.content.ContentHandler
Action to select a value from the content, usually with user input, and return its value.
ACTION_SELECTED_MAPPABLE_CHANGE - Static variable in class net.rim.device.api.lbs.maps.ui.MapAction
Action event that indicates the selected mappable changed.
ACTION_SEND - Static variable in interface javax.microedition.content.ContentHandler
Action to send the content via email or messaging.
ACTION_SHOW_UI - Static variable in exception net.rim.device.api.userauthenticator.UserAuthenticationAccessDeniedException
Show a message to the user to confirm that the authenticator has denied access.
ACTION_STOP - Static variable in interface javax.microedition.content.ContentHandler
Action to request a content handler to stop processing the content identified by the URL, ID, and arguments.
ACTION_ZOOM_CHANGE - Static variable in class net.rim.device.api.lbs.maps.ui.MapAction
Action event that indicates the zoom level changed.
ActionNameMap - Class in javax.microedition.content
An ActionNameMap provides a mapping between actions and corresponding action names.
ActionNameMap(String[], String[], String) - Constructor for class javax.microedition.content.ActionNameMap
Create a new map of actions to action names for a locale.
actionPerformed(int, ApplicationMessage[], ApplicationMessageFolder) - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessageFolderListener
Called when an action is performed on an ApplicationMessageFolder.
activate() - Method in class javax.microedition.m2g.SVGImage
This method is used to dispatch an "DOMActivate" event to the document.
activate() - Method in class net.rim.device.api.system.Application
Handles foregrounding event.
activate() - Method in class net.rim.device.api.ui.UiApplication
Handles foregrounding event.
activateWAFs(int) - Static method in class net.rim.device.api.system.Radio
This method requests that the radios that belong to the provided Wireless Access Families (WAFs) be powered on.
ACTIVE - Static variable in class javax.microedition.content.Invocation
This Invocation is a new request and is being handled by the content handler.
ACTIVE - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleState
For screens and dialogs.
ActiveAutoTextEditField - Class in net.rim.device.api.ui.component
Field that uses a supplied set of string patterns to pick out 'active' regions.
ActiveAutoTextEditField(String, String) - Constructor for class net.rim.device.api.ui.component.ActiveAutoTextEditField
Constructs a new ActiveAutoTextEditField instance.
ActiveAutoTextEditField(String, String, int) - Constructor for class net.rim.device.api.ui.component.ActiveAutoTextEditField
Constructs a smaller, editable ActiveAutoTextEditField instance that can hold a specified maximum number of characters.
ActiveAutoTextEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.ActiveAutoTextEditField
Constructs a new, smaller ActiveAutoTextEditField instance, of a given style that can hold a specified maximum number of characters.
ACTIVECALL - Static variable in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Connected call screen.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the VM.
ActiveFieldContext - Class in net.rim.device.api.ui.component
An instance of this class is passed into factories that create ActiveFieldCookie instances.
ActiveFieldContext(String) - Constructor for class net.rim.device.api.ui.component.ActiveFieldContext
Creates a new ActiveFieldContext instance with provided context data.
ActiveFieldCookie - Interface in net.rim.device.api.ui.component
Describes functionality provided by cookies that get added to active fields.
activeLineAvailabilityChanged(int) - Method in class net.rim.blackberry.api.phone.MultiLineListener
Invoked when the active line has been changed.
ActiveRichTextField - Class in net.rim.device.api.ui.component
Field that uses a supplied set of string patterns to scan through a simple text string and pick out "active" regions.
ActiveRichTextField(String) - Constructor for class net.rim.device.api.ui.component.ActiveRichTextField
Creates a new ActiveRichTextField instance from provided string after scanning for active "links".
ActiveRichTextField(String, long) - Constructor for class net.rim.device.api.ui.component.ActiveRichTextField
Creates a new ActiveRichTextField instance from provided string and style flags after scanning for active "links".
ActiveRichTextField(String, int[], byte[], Font[], int[], int[], long) - Constructor for class net.rim.device.api.ui.component.ActiveRichTextField
Creates a new ActiveRichTextField instance from provided formatted string and style flags after scanning for active "links".
ActivityImageField - Class in net.rim.device.api.ui.component.progressindicator
This field loops an animation that represents the progress of a task.
ActivityImageField(Bitmap, int, long) - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Constructs a new ActivityImageField, initializing all aspects of the animation.
ActivityImageField(Bitmap, int, long, boolean) - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Constructs a new ActivityImageField, initializing all aspects of the animation.
ActivityImageField(Bitmap, int, long, int) - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Constructs a new ActivityImageField, initializing all aspects of the animation.
ActivityImageField(Bitmap, int, long, boolean, int) - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Constructs a new ActivityImageField, initializing all aspects of the animation.
ActivityImageField(Bitmap, int, long, boolean, int, int) - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Constructs a new ActivityImageField, initializing all aspects of the animation.
ActivityIndicatorController - Class in net.rim.device.api.ui.component.progressindicator
Implementation of AbstractProgressIndicatorController.
ActivityIndicatorController() - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityIndicatorController
Constructs a new ActivityIndicatorController.
ActivityIndicatorModel - Class in net.rim.device.api.ui.component.progressindicator
Implementation of AbstractProgressIndicatorModel.
ActivityIndicatorModel() - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityIndicatorModel
Constructs a new ActivityIndicatorModel.
ActivityIndicatorView - Class in net.rim.device.api.ui.component.progressindicator
Implementation of AbstractProgressIndicatorView that is used for representing progress where the duration is unknown.
ActivityIndicatorView(long) - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityIndicatorView
Constructs a new ActivityIndicatorView.
ActivityIndicatorView(long, Manager) - Constructor for class net.rim.device.api.ui.component.progressindicator.ActivityIndicatorView
Constructs a new ActivityIndicatorView.
ACUTE_ACCENT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '´'.
add(Field) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Adds a field object.
add(Field) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenHorizontalManager
Add a field object.
add(Field) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenVerticalManager
Add a field object.
add(Object) - Method in class net.rim.device.api.collection.util.SparseList
Adds an element to this list.
add(Object) - Method in interface net.rim.device.api.collection.WritableList
Adds an element to the end of this list.
add(Object) - Method in interface net.rim.device.api.collection.WritableSet
Adds an element to this set.
add(String) - Method in class net.rim.device.api.command.registrar.CategoryCollection
Adds a category to the collection.
add(String) - Method in class net.rim.device.api.command.registrar.NullCategoryCollection
Does not add the specified category.
add(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the sum of the integers of length length in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod the integer beginning at modulus[ modulusOffset ], and stores the result in the array result, beginning at resultOffset.
add(byte[], byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the sum of the integers represented by arrays a and b, mod the integer represented by the array modulus, and stores the result in the array result.
add(byte[], int, int, byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the sum of the integers in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod 2log2modulus, and stores the result in the array result, beginning at resultOffset.
add(byte[], byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the sum of the integers represented by arrays a and b, mod 2log2modulus and stores the result in the array result.
add(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is (this + a) mod modulus.
add(int, KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.KeyStoreDataMap
This method is used to add hashes or aliases to the key store according to the key store data that is passed in.
add(Object) - Static method in class net.rim.device.api.crypto.RandomSource
Adds the cryptographic hash of a deep scan of the given object to the pool of randomness (ie the contents of the object, and anything it references, will be hashed).
add(Mappable) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Adds the mappable item to the model.
add(Mappable, String) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Adds the mappable item to the model with a specified tag.
add(Mappable, String, boolean) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Adds the mappable item to the model with a tag and the specified visibility.
add(Field) - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
 
add(Field, int, int) - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
Adds the supplied field to this Manager at the location (x, y).
add(float) - Method in class net.rim.device.api.math.Matrix3f
Adds a scalar value to each component of this matrix.
add(float, Matrix3f) - Method in class net.rim.device.api.math.Matrix3f
Adds a scalar value to this matrix and stores the result in dst.
add(Matrix3f) - Method in class net.rim.device.api.math.Matrix3f
Adds the specified matrix to this matrix.
add(Matrix3f, Matrix3f, Matrix3f) - Static method in class net.rim.device.api.math.Matrix3f
Adds the specified matrices and stores the result in dst.
add(float) - Method in class net.rim.device.api.math.Matrix4f
Adds a scalar value to each component of this matrix.
add(float, Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Adds a scalar value to this matrix and stores the result in dst.
add(Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Adds the specified matrix to this matrix.
add(Matrix4f, Matrix4f, Matrix4f) - Static method in class net.rim.device.api.math.Matrix4f
Adds the specified matrices and stores the result in dst.
add(Vector2f) - Method in class net.rim.device.api.math.Vector2f
Adds the elements of the specified vector to this one.
add(Vector2f, Vector2f, Vector2f) - Static method in class net.rim.device.api.math.Vector2f
Adds the specified vectors and stores the result in dst.
add(Vector3f) - Method in class net.rim.device.api.math.Vector3f
Adds the elements of the specified vector to this one.
add(Vector3f, Vector3f, Vector3f) - Static method in class net.rim.device.api.math.Vector3f
Adds the specified vectors and stores the result in dst.
add(Vector4f) - Method in class net.rim.device.api.math.Vector4f
Adds the elements of the specified vector to this one.
add(Vector4f, Vector4f, Vector4f) - Static method in class net.rim.device.api.math.Vector4f
Adds the specified vectors and stores the result in dst.
add(String, String, int, Locale) - Method in class net.rim.device.api.ui.autotext.AutoText
Add an autotext entry for the specified parameters.
add(Field) - Method in class net.rim.device.api.ui.component.Dialog
Adds a field to this dialog.
add(ContextMenu) - Method in class net.rim.device.api.ui.component.Menu
Adds a list of menu items to the menu.
add(ContextMenu, boolean) - Method in class net.rim.device.api.ui.component.Menu
Adds a list of menu items to the menu.
add(MenuItem) - Method in class net.rim.device.api.ui.component.Menu
Adds a menu item to the menu.
add(SubMenu) - Method in class net.rim.device.api.ui.component.Menu
Adds a submenu to the menu.
add(String, Object, int) - Method in class net.rim.device.api.ui.component.Menu
Deprecated. Use add(MenuItem.separator(int)).
add(Field) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Adds a field to this manager.
add(Field) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Throws an UnsupportedOperationException.
add(Field) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Adds a field to this view.
add(RadioButtonField) - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Adds a radio button field to this group.
add(Object[]) - Method in class net.rim.device.api.ui.component.table.RichList
Adds an array of data to the bottom of the RichList.
add(String) - Method in class net.rim.device.api.ui.component.table.SimpleList
Adds a String of data to the bottom of the SimpleList and updates the screen accordingly.
add(String, int) - Method in class net.rim.device.api.ui.component.table.SimpleList
Adds a String of data at a specific position in the SimpleList and updates the screen accordingly.
add(Field, int, int) - Method in class net.rim.device.api.ui.container.AbsoluteFieldManager
Adds the specified field to this manager at the location (x, y).
add(Field) - Method in class net.rim.device.api.ui.container.GridFieldManager
Adds the given field to the first unoccupied cell in the grid.
add(Field, long) - Method in class net.rim.device.api.ui.container.GridFieldManager
Adds a field to the first unoccupied cell in the grid.
add(Field) - Method in class net.rim.device.api.ui.container.SpinBoxFieldManager
Adds a field to this manager.
add(Field) - Method in class net.rim.device.api.ui.extension.container.EyelidFieldManager
Adds a field to the bottom eyelid.
add(Field) - Method in class net.rim.device.api.ui.Manager
Adds a field to this manager.
add(Field) - Method in class net.rim.device.api.ui.Screen
Adds a field to this screen's manager.
add(Field) - Method in class net.rim.device.api.ui.toolbar.ToolbarManager
Adds a field to this manager based on the ordinal of the field.
add(Field) - Method in class net.rim.device.api.ui.toolbar.ToolbarSetManager
Adds a field to this manager based on the ordinal of the field.
add(XYEdges) - Method in class net.rim.device.api.ui.XYRect
Adds edges to this rectangle.
add(int, Object) - Method in class net.rim.device.api.util.IntMultiMap
Maps value to key.
add(Object, Object) - Method in class net.rim.device.api.util.MultiMap
Maps value to key.
add(Object) - Method in class net.rim.device.api.util.SimpleSortingVector
Deprecated. Use SimpleSortingVector.addElement(java.lang.Object) instead.
add(HotspotClient, ApplicationDescriptor) - Static method in class net.rim.device.api.wlan.hotspot.HotspotClientRegistry
Registers a hotspot client with the device's operating system.
add(HTMLElement, HTMLElement) - Method in interface org.w3c.dom.html2.HTMLSelectElement
Add a new element to the collection of OPTION elements for this SELECT.
ADD_FULL_IMAGE_MENU_ITEM - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Add full image menu item.
ADD_FULL_IMAGE_MENU_ITEM_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default for whether to add full image menu item (false).
ADD_IMAGE_ADDRESS_MENU_ITEM - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Add image address menu item.
ADD_IMAGE_ADDRESS_MENU_ITEM_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default for whether to add image address menu item (false).
ADD_LINK_ADDRESS_MENU_ITEM - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Add link address menu item.
ADD_LINK_ADDRESS_MENU_ITEM_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default for enabling "Link Address" menu item (false).
addAccelerometerListener(AccelerometerListener) - Method in class net.rim.device.api.system.AccelerometerSensor.Channel
Registers an accelerometer listener.
addAdditionalRecord(NDEFRecord) - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Adds an additional NDEFRecord object to the smart poster.
addAddress(String, String) - Method in interface javax.wireless.messaging.MultipartMessage
Adds an address to the multipart message.
addAlertListener(AlertListener) - Method in class net.rim.device.api.system.Application
Adds an alert listener to this application.
addAll(CategoryCollection) - Method in class net.rim.device.api.command.registrar.CategoryCollection
Adds all categories contained within a CategoryCollection to the collection.
addAll(String[]) - Method in class net.rim.device.api.command.registrar.CategoryCollection
Adds all categories contained within a specified array to the collection.
addAll(CategoryCollection) - Method in class net.rim.device.api.command.registrar.NullCategoryCollection
Does not add all the specified categories.
addAll(String[]) - Method in class net.rim.device.api.command.registrar.NullCategoryCollection
Does not add all the specified categories.
addAll(Mappable[]) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Adds all the mappable entities in the given array to this storage container.
addAll(MappableVector) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Adds all the mappable entities in the given vector to this storage container.
addAll(MapDataModel) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Adds all the items in the given parameter to this storage container.
addAll(Field[]) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Throws an UnsupportedOperationException.
addAll(Field[]) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Adds an array of fields to this view.
addAll(Field[]) - Method in class net.rim.device.api.ui.Manager
Adds an array of fields into this manager.
addAll(Field[]) - Method in class net.rim.device.api.ui.toolbar.ToolbarManager
Adds mutiple fields to the ToolbarManager by calling add(field) on each object in the specified array.
addAll(Field[]) - Method in class net.rim.device.api.ui.toolbar.ToolbarSetManager
Adds mutiple fields to the ToolbarSetManager by calling add(Field) on each object in the specified array.
addAllMappables(Vector) - Method in class net.rim.device.api.lbs.maps.utils.MappableVector
Adds all objects that are of type Mappable in the given collection.
addAllMappables(Mappable[]) - Method in class net.rim.device.api.lbs.maps.utils.MappableVector
Adds all objects in the given array to this collection.
addAndGetIndex(Object) - Method in class net.rim.device.api.collection.util.SparseList
Adds an element to this list and return its index.
addAnimation(Animatable, int, int, float[], int, float[], int, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds an animation on the given animatable target property generated with the the given set of key values and key times to the group.
addAnimation(Animatable, int, AnimationKeyframeSequence, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds an animation that is bound to the supplied animatable target, property, and AnimationKeyframeSequence to the group.
addAnimationBy(Animatable, int, float, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds a relative By animation on the given animatable target property consisting of two key frames to the group.
addAnimationBy(Animatable, int, float[], int, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds a relative By animation on the given animatable target property consisting of two keyframes to the group.
addAnimationFromBy(Animatable, int, float, float, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds a From-By animation on the given animatable target property consisting of two keyframes to the group.
addAnimationFromBy(Animatable, int, float[], int, float[], int, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds a From-By animation on the given animatable target property consisting of two keyframes to the group.
addAnimationFromTo(Animatable, int, float, float, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds a From-To animation on the given animatable target property consisting of two keyframes to the group.
addAnimationFromTo(Animatable, int, float[], int, float[], int, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds a From-To animation on the given animatable target property consisting of two keyframes to the group.
addAnimationGroup() - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds an AnimationGroup to the group.
addAnimationTo(Animatable, int, float, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds a relative To animation on the given animatable target property consisting of two key frames to the group.
addAnimationTo(Animatable, int, float[], int, int, long) - Method in class net.rim.device.api.animation.AnimationGroup
Creates and adds a relative To animation on the given animatable target property consisting of two keyframes to the group.
addAssociation(long, OID, Object) - Static method in class net.rim.device.api.crypto.oid.OIDs
Adds an association between an OID and an object.
addAttachmentHandler(AttachmentHandler) - Method in class net.rim.blackberry.api.mail.AttachmentHandlerManager
Registers an attachment handler with this manager.
addAttribute(CMSAttribute) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Add an attribute to the unprotected attributes field of this message.
addAttribute(CMSAttribute) - Method in class net.rim.device.api.crypto.cms.CMSSigner
Add an attribute to the CMSSigner.
addAttribute(String) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds an attribute to the list of attributes that will be requested to be returned from the server.
addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Add an attribute to the end of the list.
addBeginTrigger(AnimationTrigger, long) - Method in class net.rim.device.api.animation.AbstractAnimation
Adds a begin trigger to the animation.
addBinary(int, int, byte[], int, int) - Method in interface javax.microedition.pim.PIMItem
Adds a binary data value to a field in the item.
addBodyPart(BodyPart) - Method in class net.rim.blackberry.api.mail.Multipart
Adds a body part to this multipart.
addBodyPart(BodyPart, int) - Method in class net.rim.blackberry.api.mail.Multipart
Inserts a body part to this multipart at provided index.
addBoolean(int, int, boolean) - Method in interface javax.microedition.pim.PIMItem
Adds a boolean value to a field in the item.
addBottom(Field) - Method in class net.rim.device.api.ui.extension.container.EyelidFieldManager
Adds a field to the bottom eyelid.
addCall(CallLog) - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Adds a call to the log.
addCategory(String) - Method in class javax.microedition.location.LandmarkStore
Adds a category to this LandmarkStore.
addCategory(String) - Method in interface javax.microedition.pim.PIMList
Adds the provided category to the PIM list.
addCertField(Certificate, int, byte[]) - Method in interface net.rim.device.api.crypto.certificate.status.ProviderRequestData
Adds a data field, associated with a particular certificate, to this request data.
addCertificates(Certificate[]) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Adds certificates to the message in the normal, IETF RFC manner.
addChangeListener(FieldChangeListener) - Method in class net.rim.device.api.lbs.maps.ui.MapField
Adds the given FieldChangeListener to the list of listeners.
addChild(SOAPElement) - Method in class net.rim.device.api.io.parser.soap.SOAPElementContainer
Appends a child element to this SOAPElement.
addChildNode(int, Object) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new child node to this tree field.
addChildNode(int, Object, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new child node to this tree field.
addChoice(Command) - Method in class net.rim.device.api.ui.component.Dialog
Adds a choice to the dialog.
addChoices(Command[]) - Method in class net.rim.device.api.ui.component.Dialog
Adds an array of choices to the dialog.
addCipherSuite(int, int) - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Add a cipher suite with the specified priority.
addCipherSuite(int, int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Add a cipher suite with the specified priority.
addClassBasedStyle(Class, Style) - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Adds a class-based style to this style set.
addClock() - Method in class net.rim.device.api.ui.component.StandardTitleBar
Adds the clock component to the StandardTitleBar object.
addCollectionListener(Object) - Method in interface net.rim.device.api.collection.CollectionEventSource
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Registers a listener to receive collection events from this collection.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Registers a new collection listener.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Registers a listener to receive collection events.
addCollectionListener(CollectionListener) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
 
addCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method is called when the developer wants to listen in on when records are added and removed to/from a particular keystore.
addCollectionListener(Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
This method is called when the developer wants to listen in on when records are added and removed to/from a particular keystore.
addCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.synchronization.OTASyncCapableSyncItem
 
addColumn(Object, boolean) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Add a column to the data model.
addColumn(Object) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Add a column to the data model.
addCommand(Command) - Method in class javax.microedition.lcdui.Alert
Similar to Displayable.addCommand(Command), however when the application first adds a command to an Alert, Alert.DISMISS_COMMAND is implicitly removed.
addCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Adds a command to the Displayable.
addCommand(Command) - Method in class javax.microedition.lcdui.Item
Adds a context sensitive Command to the item.
addCommand(Command) - Method in class javax.microedition.lcdui.Spacer
Spacers are restricted from having Commands, so this method will always throw IllegalStateException whenever it is called.
addCommand(Command) - Method in class javax.microedition.lcdui.StringItem
 
addCommandCategory(String) - Method in class net.rim.device.api.command.CommandMetadata
Adds a command category to the command categories for the associated command.
addConnection(DatagramConnection) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds a super-connection to the protocol.
addConnectionHandoverListener(ConnectionHandoverListener, int, boolean) - Method in class net.rim.device.api.io.nfc.handover.ConnectionHandoverManager
Registers a ConnectionHandoverListener for handover events releating to the transport specified.
addContentTypeParameter(String, String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Adds a content type parameter for this part.
addContextCategory(String) - Method in class net.rim.device.api.command.CommandMetadata
Adds a context category to the context categories for the associated command.
addCookiesToRequest(String, HttpConnection) - Method in interface net.rim.device.api.browser.field2.BrowserFieldCookieManager
Add all cookies associated with a url to the provided HttpConnection
addCriteria(SearchFieldCriteria) - Method in class net.rim.device.api.unifiedsearch.SearchFieldCriteriaList
Adds new SearchFieldCriteria to the list.
addCustomField(Field) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Adds a user field to this manager.
addData(Object, Object) - Method in class net.rim.device.api.lbs.maps.model.MapLocation
Adds additional data to this location object.
addDataSet(int, String[], String) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Adds a list of strings to match against.
addDataSet(int, String[], String, long) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Adds a list of strings to match against.
addDataSet(int, Object[], String) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Adds an array of objects to compare against.
addDataSet(int, Object[], String, long) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Adds an array of objects to compare against.
addDataSet(int, String[], Object[], String) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Adds an array of objects and an array of strings that are linked pairwise by corresponding indices.
addDataSet(int, String[], Object[], String, long) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Adds an array of objects and an array of strings that are linked pairwise by corresponding indices.
addDataSource(int, int, long, long, long, long, String) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Adds a supported data source to match against.
addDataSource(int, int, long, long, long, long, String, long) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Adds a supported data source to match against.
addDate(int, int, long) - Method in interface javax.microedition.pim.PIMItem
Adds a date value to a field in the item.
addDecimal(String, Integer) - Method in class net.rim.device.api.io.parser.soap.SOAPElementContainer
Adds a new Integer tag.
addDefaultSessionListener(DefaultSessionListener) - Static method in class net.rim.blackberry.api.mail.Session
Registers a listener for Default Session change notification.
addDependency(String) - Method in class net.rim.device.api.system.CodeModuleGroup
Adds a code module group to this group's list of dependencies.
addDetectionErrorListener(DetectionErrorListener) - Method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Registers a listener to receive notifications when an error occurs during target detection.
addDetectionListener(DetectionListener) - Method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Registers a listener to receive notifications when the device connects to any type of target.
addDetectionListener(DetectionListener, int[]) - Method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Registers a listener to receive notifications when the device connects to a specific type of target.
addDgramId(DatagramStatusListener, int, int) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds an entry to the datagram status listener mapping table.
addDockedHeader(Field) - Method in class net.rim.device.api.ui.component.table.TableView
Creates a docked header field onto the TableView.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(DataElement) - Method in class javax.bluetooth.DataElement
Adds a DataElement to this DATALT or DATSEQ DataElement object.
addElement(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Adds a new element to the end of this vector.
addElement(long) - Method in class net.rim.device.api.collection.util.BigLongVector
Adds a new element to the end of this vector.
addElement(Object) - Method in class net.rim.device.api.collection.util.BigVector
Adds a new element to the end of this vector.
addElement(GsElement) - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Adds the given element to this folder.
addElement(Object) - Method in class net.rim.device.api.lbs.maps.utils.MappableVector
 
addElement(byte) - Method in class net.rim.device.api.util.ByteVector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(Object) - Method in class net.rim.device.api.util.ContentProtectedVector
Adds provided element to the end of this vector.
addElement(int) - Method in class net.rim.device.api.util.IntVector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(long) - Method in class net.rim.device.api.util.LongVector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(int) - Method in class net.rim.device.api.util.SimpleSortingIntVector
Adds provided object to this vector.
addElement(Object) - Method in class net.rim.device.api.util.SimpleSortingVector
Adds provided object to this vector.
addElements(int[]) - Method in class net.rim.device.api.collection.util.BigIntVector
Adds a number of elements to the end of this vector.
addElements(long[]) - Method in class net.rim.device.api.collection.util.BigLongVector
Adds a number of elements to the end of this vector.
addElements(Object[]) - Method in class net.rim.device.api.collection.util.BigVector
Adds a number of elements to the end of this vector.
addElements(GsElement[]) - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Adds the given elements to this folder.
addElements(long[], int, int) - Method in class net.rim.device.api.util.LongVector
Adds the specified components to the end of this vector, increasing its size by one.
addEncryptionAlgorithm(byte, int) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Add an encryption algorithm with the specified priority.
addEndTrigger(AnimationTrigger, long) - Method in class net.rim.device.api.animation.AbstractAnimation
Adds an end trigger to the animation.
addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the registration of event listeners on the event target.
addExceptDate(long) - Method in class javax.microedition.pim.RepeatRule
Add a Date for which this RepeatRule should not occur.
addExtension(CertificateExtension) - Method in class net.rim.device.api.crypto.certificate.x509.PKCS10CertificateRequest
Adds an extension to be included in the certificate request.
addExtension(String, Object) - Method in interface net.rim.device.api.script.ScriptEngine
Injects extensions into the script engine.
addFileSystemJournalListener(FileSystemJournalListener) - Method in class net.rim.device.api.system.Application
Adds an file system event journal listener to this application.
addFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
Registers a FileSystemListener that is notified when adding and removing a new file system root.
addFileSystemListener(FileSystemListener) - Method in class net.rim.device.api.system.Application
Adds an file system event listener to this application.
addFilter(String, String) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds a filter to the query.
addFilter(String) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds a filter to the query.
addFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Folder
Adds a listener for folder events on this folder.
addFolderListener(FolderListener, ListenerInvocationProperties) - Method in class net.rim.blackberry.api.mail.Folder
Adds a listener for folder events on this folder and specifies how the listener should be invoked.
addFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Store
Adds a folder listener to this store.
addFolderListener(FolderListener, ListenerInvocationProperties) - Method in class net.rim.blackberry.api.mail.Store
Adds a folder listener to this store and specifies how the listener should be invoked.
addGlobalEventListener(GlobalEventListener) - Method in class net.rim.device.api.system.Application
Adds a global event listener to this application.
addGlobalField(int, byte[]) - Method in interface net.rim.device.api.crypto.certificate.status.ProviderRequestData
Adds a global data field (for this request) to this request data.
addHeader(String, String) - Method in class net.rim.blackberry.api.mail.BodyPart
Adds a header for this body part.
addHeader(String, String) - Method in class net.rim.blackberry.api.mail.Message
Adds a value to the list of values for a header by name.
addHeader(String, String) - Method in interface net.rim.blackberry.api.mail.Part
Adds a value to header field by name.
addHeaderField(String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Adds a header field for this part.
addHolsterListener(HolsterListener) - Method in class net.rim.device.api.system.Application
Deprecated.  
addIcon(String) - Method in class net.rim.device.api.ui.component.StandardTitleBar
Adds an application icon, specified by file name, to the StandardTitleBar object.
addIcon(Bitmap) - Method in class net.rim.device.api.ui.component.StandardTitleBar
Adds an application icon by passing in a bitmap to the StandardTitleBar object.
addIdBasedStyle(Object, Style) - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Adds an ID-based style to this style set.
addImage(EncodedImage) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Adds an encoded image to the field.
addImage(Bitmap) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Adds a bitmap object to the field.
addImage(EncodedImage) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenHorizontalManager
Add an encoded image to the field.
addImage(Bitmap) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenHorizontalManager
Add a bitmap object to the field.
addImage(EncodedImage) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenVerticalManager
Add an encoded image to the field.
addImage(Bitmap) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenVerticalManager
Add a bitmap object to the field.
addIndex(KeyStoreIndex) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Adds an index to all of the information currently in the key store.
addIndex(KeyStoreIndex) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds an index to all of the information currently in the key store.
addIndex(KeyStoreIndex) - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
addIndex(KeyStoreIndex) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
addIndices(KeyStoreIndex[]) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Adds an array of indices to all of the information currently in the key store.
addIndices(KeyStoreIndex[]) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds an array of indices to the key store.
addIndices(KeyStoreIndex[]) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
addInnerBoundary(MapSimplePolygon) - Method in class net.rim.device.api.lbs.maps.model.MapComplexPolygon
Adds an inner boundary to this complex polygon.
addInputSettings(InputSettings) - Method in class net.rim.device.api.ui.Screen
Applies attributes in the specified InputSettings object to this screen.
addInputSettings(InputSettings) - Method in class net.rim.device.api.ui.UiEngineInstance
Applies attributes in the specified InputSettings object to this UiEngineInstance.
addInt(int, int, int) - Method in interface javax.microedition.pim.PIMItem
Adds an integer value to a field in the item.
addInt(String, int) - Method in class net.rim.device.api.io.parser.soap.SOAPElementContainer
Adds a new int tag.
addIOPortListener(IOPortListener) - Method in class net.rim.device.api.system.Application
Adds an I/O port event listener to this application.
addItem(MenuItem) - Method in class net.rim.device.api.ui.ContextMenu
Adds an item to the menu.
ADDITION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just added.
addKeyExchangeAlgorithm(byte[], int) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Add a key exchange algorithm with the specified priority.
addKeyListener(KeyListener) - Method in class net.rim.device.api.system.Application
Adds a key event listener to this application.
addKeyListener(KeyListener, boolean) - Method in class net.rim.device.api.system.Application
Adds a key event listener to this application.
addKeyListener(KeyListener) - Method in class net.rim.device.api.ui.Screen
Registers a key event listener for this screen.
addKeyStores(KeyStore[]) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Allows for the addition of more keystores to the combined key store.
addLandmark(Landmark, String) - Method in class javax.microedition.location.LandmarkStore
Adds a landmark to the specified group in the landmark store.
addListChangeListener(ListChangeListener) - Method in class net.rim.blackberry.api.pdap.BlackBerryPIM
Adds a ListChangeListener to be notified of list change events.
addListener(SessionListener, ApplicationDescriptor) - Method in interface net.rim.blackberry.api.blackberrymessenger.Session
Adds a SessionListener to this Session.
addListener(ApplicationMessageFolderListener) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolder
Adds a folder listener for all the actions.
addListener(ApplicationMessageFolderListener, int, ApplicationDescriptor) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolder
Adds a folder listener for specific actions only and with a specified callback application.
addListener(PIMListListener, boolean) - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactList
Adds a listener to this contact list.
addListener(PIMListListener) - Method in interface net.rim.blackberry.api.pdap.BlackBerryPIMList
Adds a PIM list listener to this PIM list.
addListener(PhoneLogListener) - Static method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Registers a PhoneLogListener instance with the system.
addListener(BrowserFieldListener) - Method in class net.rim.device.api.browser.field2.BrowserField
This method will register a BrowserFieldListener to be notified for various events pertaining to this instance of a BrowserField.
addListener(CoverageStatusListener) - Static method in class net.rim.device.api.io.transport.TransportInfo
Adds the specified CoverageStatusListener Listener will be wrapped with WeakReference
addListener(ITPolicyListener) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Add a listener to process IT policy events.
addListener(Application, ITPolicyListener) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Add a listener to process IT policy events.
addListener(MappableEventListener) - Method in class net.rim.device.api.lbs.maps.model.MappableEventManager
Adds a listener to the manager.
addListener(LDAPListener) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds an LDAP listener to this query.
addListener(MemoryCleanerListener) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Registers a listener with this daemon, and start the memory cleaner daemon (if it is not already running).
addListener(MemoryCleanerListener, boolean) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Registers a listener with this daemon, and optionally start the memory cleaner daemon (if it is not already running).
addListener(ServiceRoutingListener) - Method in class net.rim.device.api.servicebook.ServiceRouting
Add a listener for BlackBerry data service routing changes.
addListener(ReaderStatusListener) - Method in class net.rim.device.api.smartcard.SmartCardReader
Registers a ReaderStatusListener with this reader.
addListener(Application, AudioListener) - Static method in class net.rim.device.api.system.Audio
Adds an audio listener to the specified application.
addListener(Application, long, DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener to listen for changes in support for a specified capability type.
addListener(long, DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener (for this application) to listen for changes in support for the specified capability type.
addListener(Application, CodeModuleListener) - Static method in class net.rim.device.api.system.CodeModuleManager
Registers a CodeModuleListener to recieve code module events.
addListener(CoverageStatusListener) - Static method in class net.rim.device.api.system.CoverageInfo
Adds a listener for changes in coverage status.
addListener(Application, CoverageStatusListener) - Static method in class net.rim.device.api.system.CoverageInfo
Adds a listener for changes in coverage status.
addListener(MultiServicePlatformListener) - Static method in class net.rim.device.api.system.MultiServicePlatformManager
Adds a listener to listen for organizational wipe commands regardless of the type of data being deleted, at medium priority.
addListener(MultiServicePlatformListener, int) - Static method in class net.rim.device.api.system.MultiServicePlatformManager
Adds a listener to listen for organizational wipe commands, with the specified priority.
addListener(MultiServicePlatformListener, int, long) - Static method in class net.rim.device.api.system.MultiServicePlatformManager
Adds a listener to listen for organizational wipe commands, with the specified priority and data type.
addListener(PersistentContentListener) - Static method in class net.rim.device.api.system.PersistentContent
Registers a persistent content listener.
addListener(Application, SensorListener, int) - Static method in class net.rim.device.api.system.Sensor
Adds a listener that listens for changes to the state of device sensors.
addListener(SetupListener, Application) - Method in class net.rim.device.api.system.SetupManager
Adds a listener for receiving notifications about state changes of the Setup application.
addListener(WLANListener) - Static method in class net.rim.device.api.system.WLANInfo
Adds the provided WLAN listener to the calling application.
addListener(AdjustmentListener) - Method in class net.rim.device.api.ui.Adjustment
Register a listener to be notified of configuration and value change events.
addListener(ProgressIndicatorListener) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
Adds a listener to this data model.
addListener(Vector, Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Adds a listener to the list of listeners.
addListener(Object[], Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Adds a listener to the list of listeners.
addListener(TimeSourceListener) - Method in class net.rim.device.api.util.TimeSource
Adds a listener on the TimeSource.
addListener(HotspotStatusListener) - Method in class net.rim.device.api.wlan.hotspot.HotspotAuthenticationAgent
Adds a hotspot status listener.
addLocationPicker(LocationPicker.Picker) - Method in class net.rim.device.api.lbs.picker.LocationPicker
Adds an individual location picker to this instance.
addLong(String, Long) - Method in class net.rim.device.api.io.parser.soap.SOAPElementContainer
Adds a new Long tag.
addLowMemoryFailedListener(LowMemoryFailedListener) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Adds a LowMemoryFailedListener.
addLowMemoryListener(LowMemoryListener) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Adds a LowMemoryListener.
addMACAlgorithm(byte, int) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Add a MAC algorithm with the specified priority.
addMagnetometerListener(MagnetometerListener) - Method in class net.rim.device.api.system.MagnetometerSensor.Channel
Register a magnetometer listener.
addMediaActionHandler(MediaActionHandler) - Method in class net.rim.device.api.system.Application
Adds a MediaActionHandler to this applicaton's list of media actions handlers.
addMediaListener(MediaListener) - Method in class net.rim.plazmic.mediaengine.MediaManager
Deprecated. Adds a listener to the media.
addMediaListener(MediaListener) - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Deprecated. Registers a listener with the MediaPlayer.
addMediaProcessorListener(MediaProcessorListener) - Method in interface javax.microedition.amms.MediaProcessor
Add a MediaProcessorListener that will receive events generated by this MediaProcessor.
addMenuItem(long, ApplicationMenuItem) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Adds a menu item to the application menu.
addMenuItem(long, ApplicationMenuItem, ApplicationDescriptor) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Adds a menu item to the application menu.
addMenuItem(long, ApplicationMenuItem, ApplicationDescriptor, Object) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Adds a menu item to the application menu.
addMenuItem(MenuItem) - Method in class net.rim.device.api.ui.container.MainScreen
Adds a menu item to the screen's menu.
addMessageListener(MessageListener) - Method in class net.rim.blackberry.api.mail.Message
Adds a message listener to this message.
addMessagePart(MessagePart) - Method in interface javax.wireless.messaging.MultipartMessage
Attaches a MessagePart to the multipart message.
addMIDIChannel(Player, int) - Method in interface javax.microedition.amms.Module
Adds an individual MIDI channel of a MIDI Player to the module.
addModule(String) - Method in class net.rim.device.api.system.CodeModuleGroup
Adds a named module to this code module group.
addMultipleRows(Object[]) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Adds multiple rows to the model.
addNDEFMessageListener(NDEFMessageListener, int, String) - Method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Registers a listener to receive notifications when an NDEF message is read by the BlackBerry® device.
addNDEFMessageListener(NDEFMessageListener, int, String, boolean) - Method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Deprecated.  
addNFCFieldListener(NFCFieldListener) - Method in class net.rim.device.api.io.nfc.NFCManager
Registers an NFCFieldListener object to receive notifications when NFC detects field changes.
addNFCListener(Application, DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener to listen for changes in support for NFC capabilities.
addNFCListener(DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener (for this application) to listen for changes in support for NFC capabilities.
addNFCStatusListener(NFCStatusListener) - Static method in class net.rim.device.api.io.nfc.NFCManager
Registers an NFCStatusListener to receive notifications when NFC services are enabled or disabled.
addNotifications() - Method in class net.rim.device.api.ui.component.StandardTitleBar
Adds a notifications component to the StandardTitleBar object.
addPane(Pane) - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Adds a Pane object to the end of the data list.
addParticipant(PhoneCallLogID) - Method in class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Adds a participant to this call.
addPattern(ApplicationDescriptor, String, int, ApplicationMenuItem[]) - Static method in class net.rim.blackberry.api.stringpattern.PatternRepository
Adds a pattern to the repository
addPattern(StringPattern) - Static method in class net.rim.device.api.util.StringPatternRepository
Add a StringPattern to the repository.
addPeripheralListener(PeripheralListener) - Method in class net.rim.device.api.system.Application
Deprecated.  
addPermission(int) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissions
Adds a permission with the value VALUE_ALLOW.
addPhoneListener(PhoneListener) - Static method in class net.rim.blackberry.api.phone.Phone
Registers a phone listener with the system.
addPhysicalKeyboardListener(Application, DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener to listen for changes in support for physical keyboard capabilities.
addPhysicalKeyboardListener(DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener (for this application) to listen for changes in support for physical keyboard capabilities.
addPlayer(Player) - Method in interface javax.microedition.amms.Module
Adds a Player to the module.
addPlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Add a player listener for this player.
addPoint(MapPoint) - Method in class net.rim.device.api.lbs.maps.model.MapPolyLine
Adds a point to the end of the MapPolyLine.
addProperty(String, String) - Method in class net.rim.device.api.io.http.HttpHeaders
Adds a new key/value pair to the header list.
addProximityListener(ProximityListener, Coordinates, float) - Static method in class javax.microedition.location.LocationProvider
Adds a ProximityListener for updates when proximity to the specified coordinates is detected.
ADDR - Static variable in interface javax.microedition.pim.Contact
Field specifying an address for this Contact.
ADDR_COUNTRY - Static variable in interface javax.microedition.pim.Contact
Index into the string array for an ADDR field, where the data at this index represents the country of a particular address.
ADDR_EXTRA - Static variable in interface javax.microedition.pim.Contact
Index into the string array for an ADDR field, where the data at this index represents any extra info of a particular address.
ADDR_LOCALITY - Static variable in interface javax.microedition.pim.Contact
Index into the string array for an ADDR field, where the data at this index represents the locality (for example, a city) of a particular address.
ADDR_POBOX - Static variable in interface javax.microedition.pim.Contact
Index into the string array for an ADDR field, where the data at this index represents the post office box of a particular address.
ADDR_POSTALCODE - Static variable in interface javax.microedition.pim.Contact
Index into the string array for an ADDR field, where the data at this index represents the postal code (for example, a zip code) of a particular address.
ADDR_REGION - Static variable in interface javax.microedition.pim.Contact
Index into the string array for an ADDR field, where the data at this index represents the region (for example, a province, state, or territory) of a particular address.
ADDR_STREET - Static variable in interface javax.microedition.pim.Contact
Index into the string array for an ADDR field, where the data at this index represents the street information of a particular address.
addRadioListener(RadioListener) - Method in class net.rim.device.api.system.Application
Adds a radio event listener to this application.
addRadioListener(int, RadioListener) - Method in class net.rim.device.api.system.Application
Adds a radio event listener to this application.
addReader(SmartCardReader) - Static method in class net.rim.device.api.smartcard.SmartCardReaderFactory
Adds the given reader to the list of registered readers.
addRealtimeClockListener(RealtimeClockListener) - Method in class net.rim.device.api.system.Application
Adds a real-time clock event listener to this application.
addReasonProvider(ApplicationDescriptor, ReasonProvider) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Adds a ReasonProvider to the currently running application which will allow descriptive Strings to be added to the application permissions dialog.
addReceiptRequest(CMSReceiptRequest) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Add a signed receipt request to this message.
addRecipient(int, Address) - Method in class net.rim.blackberry.api.mail.Message
Adds the specified address as a recipient of this message of the specified type.
addRecipient(Certificate, int, PrivateKey, Certificate) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Adds a recipient.
addRecipient(Certificate) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Add a recipient using a default algorithm.
addRecipient(byte[]) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Adds a recipient who will use a password to encrypt the session key.
addRecipients(int, Address[]) - Method in class net.rim.blackberry.api.mail.Message
Adds recipient addresses.
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
Address - Class in net.rim.blackberry.api.mail
Represents an address in a message.
Address(String, String) - Constructor for class net.rim.blackberry.api.mail.Address
Creates a new Address instance with provided address and name.
ADDRESS - Static variable in class net.rim.device.api.lbs.Locator
Deprecated.  
ADDRESS - Static variable in class net.rim.device.api.lbs.maps.server.exchange.ReverseGeocodeExchange
Use this constant to request the nearest address or nearest street to the specified latitude/longitude.
ADDRESS_TYPE_EMAIL - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContactGroup
Email address type.
ADDRESS_TYPE_PHONE - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContactGroup
PHONE address type.
ADDRESS_TYPE_PIN - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContactGroup
PIN address type.
AddressBookArguments - Class in net.rim.blackberry.api.invoke
Encapsulates arguments to pass to the Address Book application.
AddressBookArguments() - Constructor for class net.rim.blackberry.api.invoke.AddressBookArguments
Creates a new AddressBookArguments instance with default arguments.
AddressBookArguments(String) - Constructor for class net.rim.blackberry.api.invoke.AddressBookArguments
Creates a new AddressBookArguments instance with provided arguments.
AddressBookArguments(String, Contact) - Constructor for class net.rim.blackberry.api.invoke.AddressBookArguments
Creates a new AddressBookArguments instance with the provided arguments
AddressBookFieldFactory - Interface in net.rim.blackberry.api.pdap.contactlinking
Deprecated. use LinkedContactUtilities.registerLinkedContactInfoProvider(LinkedContactInfoProvider, long, int)
AddressException - Exception in net.rim.blackberry.api.mail
Thrown when an address is invalid.
AddressException() - Constructor for exception net.rim.blackberry.api.mail.AddressException
Constructs a new AddressException instance with no detail message.
AddressException(String) - Constructor for exception net.rim.blackberry.api.mail.AddressException
Constructs a new AddressException instance with the provided detail message.
AddressInfo - Class in javax.microedition.location
The AddressInfo class holds textual address information about a location.
AddressInfo() - Constructor for class javax.microedition.location.AddressInfo
 
addResultPoint(ResultPoint) - Method in class net.rim.device.api.barcodelib.BarcodeScannerOverlayField
The DecodeHintType.NEED_RESULT_POINT_CALLBACK that's registered calls this method to add ResultPoint for painting.
addResultPoints(ResultPoint[]) - Method in class com.google.zxing.Result
 
addRotationListener(Application, DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener to listen for changes in support for rotation capabilities.
addRotationListener(DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener (for this application) to listen for changes in support for rotation capabilities.
addRotationListener(RotationListener) - Method in class net.rim.device.api.ui.UiEngineInstance
Registers a RotationListener for LCD direction updates.
addRow(Object, boolean) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Add a row to the model.
addRow(Object) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Add a row to the model.
addScreenUiEngineAttachedListener(ScreenUiEngineAttachedListener) - Method in class net.rim.device.api.ui.Screen
Registers a ScreenUiEngineAttachedListener event listener for this screen.
addSearchableData(SearchableDataObject[]) - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Adds an array of SearchableDataObject items to the search index.
addSearchableData(SearchableDataObject[], AppContentListener) - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Adds an array of SearchableDataObject items to the search index.
addSearchCriteria(SearchableEntity, SearchFieldCriteriaList, RegistrationToken) - Method in class net.rim.device.api.unifiedsearch.content.AppContentManager
Adds search keywords to a SearchableEntity that is already indexed.
addSendListener(SendListener) - Method in class net.rim.blackberry.api.mail.Store
Adds a SendListener to this Store.
addSendListener(SendListener) - Static method in class net.rim.blackberry.api.mms.MMS
Adds a SendListener to the list of MMS send listeners.
addSendListener(SendListener) - Static method in class net.rim.blackberry.api.sms.SMS
Adds a SendListener to the list of SMS send listeners.
addSendListenerForPINMessages(SendListener) - Static method in class net.rim.blackberry.api.mail.Session
Adds a listener to the list of listeners that are notified prior to PIN messages being sent.
addSendRequest(Object, Datagram) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds a request to send a datagram to the send queue.
addSeparator() - Method in class net.rim.device.api.ui.component.Menu
Adds separator item to the menu.
addServer(CertificateServerInfo) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Adds a server to the list of servers.
addServer(String, int, String) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Adds a server to the list of servers using the specified parameters.
addServer(String, int, String, String, int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Deprecated.  
addServer(String, int, String, String, int, int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Adds a server to the list of servers using the specified parameters.
addServer(String, int, String, String, int, int, int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Adds a server to the list of servers using the specified parameters.
addServiceListener(ServiceListener) - Method in class net.rim.blackberry.api.mail.Service
Registers a service listener to handle service events for this server.
addSessionRequestListener(SessionRequestListener, ApplicationDescriptor) - Method in class net.rim.blackberry.api.blackberrymessenger.BlackBerryMessenger
Adds a SessionRequestListener to the BlackBerry Messenger application.
addShortcut(Shortcut, Location) - Static method in class net.rim.blackberry.api.homescreen.HomeScreen
Adds the shortcut to the Home screen.
addSiblingNode(int, Object) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new sibling node to this tree field.
addSiblingNode(int, Object, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new sibling node to this tree field.
addSignalIndicator() - Method in class net.rim.device.api.ui.component.StandardTitleBar
Adds the signal indicator component to the StandardTitleBar object.
addSigner(CMSSigner) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Adds a signer to the message.
addSmartCard(SmartCard) - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Register a smart card driver with the smart card and user authenticator frameworks.
addSmartCard(SmartCard, boolean) - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Register a smart card driver with the smart card framework.
addSOAPPrimitive(String, Object, String) - Method in class net.rim.device.api.io.parser.soap.SOAPElementContainer
Adds a SOAPPrimitive child element to this SOAPElement.
addSource(Object) - Method in interface net.rim.device.api.collection.CollectionCombiner
Adds a new collection as a source of elements for this colleciton.
addSource(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Adds a new collection as a source of elements for this collection.
addSpellCheckUIListener(SpellCheckUIListener) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckUI
Adds a SpellCheckUIListener to this object.
addStandardRequestHeaders(Hashtable, boolean) - Method in class net.rim.device.api.browser.field2.BrowserField
Add the standard headers used when making HTTP requests
addStoreListener(StoreListener) - Method in class net.rim.blackberry.api.mail.Store
Adds a store listener to this store.
addString(int, int, String) - Method in interface javax.microedition.pim.PIMItem
Adds a String value to a field in the item.
addString(String, String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
Adds a String value at the key specified.
addString(String, String) - Method in class net.rim.device.api.io.parser.soap.SOAPElementContainer
Adds a new String tag.
addStringArray(int, int, String[]) - Method in interface javax.microedition.pim.PIMItem
Adds an array of related string values as a single entity to a field in the item.
addSubConnection(DatagramConnectionBase) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds a sub-connection to the protocol.
addSyncEventListener(SyncEventListener) - Method in class net.rim.device.api.synchronization.SyncManager
Adds a SyncEventListener interested in events from the synchronization manager.
addSyncListener(SerialSyncListener) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Deprecated. Adds a SerialSyncListener interested in events from the serial synchronization manager.
addSyncObject(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Add a sync object to this collection.
addSyncObject(SyncObject) - Method in class net.rim.device.api.synchronization.SyncItem
 
addSystemListener(SystemListener) - Method in class net.rim.device.api.system.Application
Adds a system event listener to this application.
addTechnologyTypesChangeListener(TechnologyTypesChangeListener) - Method in class net.rim.device.api.io.nfc.se.SecureElement
Registers a listener to receive technology type routing change notifications.
addTitle(String, String) - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Adds a title for a specified language code.
addTitle(String) - Method in class net.rim.device.api.ui.component.StandardTitleBar
Adds a new title String to the StandardTitleBar object.
addToCategory(String) - Method in interface javax.microedition.pim.PIMItem
Adds a category to this item.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the certificate from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.CertificateKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the certificate from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the issuer from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the serial number an issuer from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the subject from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the subject key identifier from an X509 certificate.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the public key from an X509 certificate.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
This method adds the KeyStoreData item to the KeyStoreDataMap given the associated data that is contained within that KeyStoreData.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreIndex
This method is called by the index to add the alias values or integers that are going to be used to link to the key store data object that was passed into this method.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the label from the data object passed in.
addToIndex(KeyStoreData, Certificate, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.PublicKeyKeyStoreIndex
 
addTop(Field) - Method in class net.rim.device.api.ui.extension.container.EyelidFieldManager
Adds a field to the top eyelid.
addTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.system.Application
Deprecated. Use Screen.navigationClick(int, int) or Screen.navigationMovement(int, int, int, int) instead.
addTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.ui.Screen
Registers a trackwheel event listener for this screen.
addTransactionListener(TransactionListener) - Method in class net.rim.device.api.io.nfc.se.SecureElement
Deprecated. As of version 7.1. Use SecureElement.addTransactionListener(TransactionListener, byte [][]) instead.
addTransactionListener(TransactionListener, byte[][]) - Method in class net.rim.device.api.io.nfc.se.SecureElement
Registers a listener to receive transaction notifications for a specific set of AIDs.
addViewListener(ViewListener) - Static method in class net.rim.blackberry.api.mail.Session
Registers a listener for view notification.
addVirtualKeyboardListener(Application, DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener to listen for changes in support for virtual keyboard capabilities.
addVirtualKeyboardListener(DeviceCapabilityListener) - Static method in class net.rim.device.api.system.capability.DeviceCapability
Registers a new device capability listener (for this application) to listen for changes in support for virtual keyboard capabilities.
addWeakListener(MemoryCleanerListener) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Registers a weak reference for a listener with this daemon, and start the memory cleaner daemon (if it is not already running).
addWeakListener(MemoryCleanerListener, boolean) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Registers a weak reference for a listener with this daemon, and optionally start the memory cleaner daemon (if it is not already running).
addWeakListener(PersistentContentListener) - Static method in class net.rim.device.api.system.PersistentContent
Registers a weak reference to a persistent content listener.
Adjustment - Class in net.rim.device.api.ui
Abstract data structure used to establish a range of values and the step sizes contained within.
Adjustment(int, int, int, int, int, int) - Constructor for class net.rim.device.api.ui.Adjustment
Abstract data structure used to establish a range of values and the step sizes contained within.
AdjustmentListener - Interface in net.rim.device.api.ui
Allows notification of Adjustment configuration or value changes.
ADN_SIM_PHONE - Static variable in class net.rim.device.api.ui.text.TextFilter
ADN stands for Abbreviated Dialing Number, the standard SIM phone book.
adoptNode(Node) - Method in interface org.w3c.dom.Document
Attempts to adopt a node from another document to this document.
AdvancedVideoControl - Interface in net.rim.device.api.media.control
Provides advanced video control capabilities.
AES_128 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Advanced Encryption Standard (AES) 128 bit symmetric encryption.
AES_128_CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_CBC = 2.16.840.1.101.3.4.1.2 Represents AES 128 bit key in CBC mode.
AES_128_CFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_CFB = 2.16.840.1.101.3.4.1.4 Represents AES 128 bit key in CFB mode.
AES_128_ECB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_ECB = 2.16.840.1.101.3.4.1.1 Represents AES 128 bit key in ECB mode.
AES_128_KEY_WRAP - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_KEY_WRAP = 2.16.840.1.101.3.4.1.5 Represents AES 128 bit key wrap for CMS.
AES_128_OFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_OFB = 2.16.840.1.101.3.4.1.3 Represents AES 128 bit key in OFB mode.
AES_192 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Advanced Encryption Standard (AES) 192 bit symmetric encryption.
AES_192_CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_CBC = 2.16.840.1.101.3.4.1.22 Represents AES 192 bit key in CBC mode.
AES_192_CFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_CFB = 2.16.840.1.101.3.4.1.24 Represents AES 192 bit key in CFB mode.
AES_192_ECB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_ECB = 2.16.840.1.101.3.4.1.21 Represents AES 192 bit key in ECB mode.
AES_192_KEY_WRAP - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_KEY_WRAP = 2.16.840.1.101.3.4.1.25 Represents AES 192 bit key wrap for CMS.
AES_192_OFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_OFB = 2.16.840.1.101.3.4.1.23 Represents AES 192 bit key in OFB mode.
AES_256 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Advanced Encryption Standard (AES) 256 bit symmetric encryption.
AES_256_CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_CBC = 2.16.840.1.101.3.4.1.42 Represents AES 256 bit key in CBC mode.
AES_256_CFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_CFB = 2.16.840.1.101.3.4.1.44 Represents AES 256 bit key in CFB mode.
AES_256_ECB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_ECB = 2.16.840.1.101.3.4.1.41 Represents AES 256 bit key in ECB mode.
AES_256_KEY_WRAP - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_KEY_WRAP = 2.16.840.1.101.3.4.1.45 Represents AES 256 bit key wrap for CMS.
AES_256_OFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_OFB = 2.16.840.1.101.3.4.1.43 Represents AES 256 bit key in OFB mode.
AESCBCDecryptorEngine - Class in net.rim.device.api.crypto
Creates an Advanced Encryption Standard (AES) decryption engine.
AESCBCDecryptorEngine(AESKey, InitializationVector) - Constructor for class net.rim.device.api.crypto.AESCBCDecryptorEngine
Creates an instance of the AESCBCDecryptorEngine class given the AES key with a default block length of 16 bytes.
AESCBCDecryptorEngine(AESKey, int, InitializationVector) - Constructor for class net.rim.device.api.crypto.AESCBCDecryptorEngine
Creates an instance of the AESCBCDecryptorEngine class given the AES key.
AESCBCDecryptorEngine(AESKey, int, boolean, InitializationVector) - Constructor for class net.rim.device.api.crypto.AESCBCDecryptorEngine
Creates an instance of the AESCBCDecryptorEngine class given the AES key.
AESCBCDecryptorEngine(AESKey, int, boolean, boolean, InitializationVector) - Constructor for class net.rim.device.api.crypto.AESCBCDecryptorEngine
Creates an instance of the AESCBCDecryptorEngine class given the AES key.
AESCBCEncryptorEngine - Class in net.rim.device.api.crypto
Creates an Advanced Encryption Standard (AES) encryption engine.
AESCBCEncryptorEngine(AESKey, InitializationVector) - Constructor for class net.rim.device.api.crypto.AESCBCEncryptorEngine
Creates an instance of the AESCBCEncryptorEngine class given the AES key with a default block length of 16 bytes.
AESCBCEncryptorEngine(AESKey, int, InitializationVector) - Constructor for class net.rim.device.api.crypto.AESCBCEncryptorEngine
Creates an instance of the AESCBCEncryptorEngine class given the AES key.
AESCBCEncryptorEngine(AESKey, int, boolean, InitializationVector) - Constructor for class net.rim.device.api.crypto.AESCBCEncryptorEngine
Creates an instance of the AESCBCEncryptorEngine class given the AES key.
AESCBCEncryptorEngine(AESKey, int, boolean, boolean, InitializationVector) - Constructor for class net.rim.device.api.crypto.AESCBCEncryptorEngine
Creates an instance of the AESCBCEncryptorEngine class given the AES key.
AESCryptoToken - Class in net.rim.device.api.crypto
Represents an Advanced Encryption System (AES) crypto token.
AESCryptoToken() - Constructor for class net.rim.device.api.crypto.AESCryptoToken
Creates a new AESCryptoToken object.
AESCTRDRBGPseudoRandomSource - Class in net.rim.device.api.crypto
An implementation of a Deterministic Random Bit Generator (DRBG) using an approved AES block cipher algorithm in counter mode.
AESCTRDRBGPseudoRandomSource(byte[]) - Constructor for class net.rim.device.api.crypto.AESCTRDRBGPseudoRandomSource
Creates an AESCTRDRBGPseudoRandomSource object using the specified seed key.
AESCTRDRBGPseudoRandomSource(byte[], int, int) - Constructor for class net.rim.device.api.crypto.AESCTRDRBGPseudoRandomSource
Creates an AESCTRDRBGPseudoRandomSource object using the specified seed key.
AESCTRDRBGPseudoRandomSource(byte[], byte[]) - Constructor for class net.rim.device.api.crypto.AESCTRDRBGPseudoRandomSource
Creates an AESCTRDRBGPseudoRandomSource object using the specified seed key and the additional seed.
AESCTRDRBGPseudoRandomSource(byte[], int, int, byte[], int, int) - Constructor for class net.rim.device.api.crypto.AESCTRDRBGPseudoRandomSource
Creates an AESCTRDRBGPseudoRandomSource object using the specified seed key and the additional seed.
AESDecryptorEngine - Class in net.rim.device.api.crypto
Creates an Advanced Encryption Standard (AES) decryption engine.
AESDecryptorEngine(AESKey) - Constructor for class net.rim.device.api.crypto.AESDecryptorEngine
Creates an instance of the AESDecryptorEngine class given the AES key with a default block length of 16 bytes.
AESDecryptorEngine(AESKey, int) - Constructor for class net.rim.device.api.crypto.AESDecryptorEngine
Creates an instance of the AESDecryptorEngine class given the AES key.
AESDecryptorEngine(AESKey, int, boolean) - Constructor for class net.rim.device.api.crypto.AESDecryptorEngine
Creates an instance of the AESDecryptorEngine class given the AES key.
AESDecryptorEngine(AESKey, int, boolean, boolean) - Constructor for class net.rim.device.api.crypto.AESDecryptorEngine
Creates an instance of the AESDecryptorEngine class given the AES key.
AESEncryptorEngine - Class in net.rim.device.api.crypto
Creates an Advanced Encryption Standard (AES) encryption engine.
AESEncryptorEngine(AESKey) - Constructor for class net.rim.device.api.crypto.AESEncryptorEngine
Creates an instance of the AESEncryptorEngine class given the AES key with a default block length of 16 bytes.
AESEncryptorEngine(AESKey, int) - Constructor for class net.rim.device.api.crypto.AESEncryptorEngine
Creates an instance of the AESEncryptorEngine class given the AES key.
AESEncryptorEngine(AESKey, int, boolean) - Constructor for class net.rim.device.api.crypto.AESEncryptorEngine
Creates an instance of the AESEncryptorEngine class given the AES key.
AESEncryptorEngine(AESKey, int, boolean, boolean) - Constructor for class net.rim.device.api.crypto.AESEncryptorEngine
Creates an instance of the AESEncryptorEngine class given the AES key.
AESKey - Class in net.rim.device.api.crypto
Creates an Advanced Encryption Standard (AES) key.
AESKey() - Constructor for class net.rim.device.api.crypto.AESKey
Creates a new 128-bit key with cryptographically random bytes.
AESKey(int) - Constructor for class net.rim.device.api.crypto.AESKey
Creates a new key of 128, 192, or 256 bits with cryptographically random bytes.
AESKey(byte[]) - Constructor for class net.rim.device.api.crypto.AESKey
Creates the longest key possible from existing data.
AESKey(byte[], int) - Constructor for class net.rim.device.api.crypto.AESKey
Creates the longest key possible from existing data.
AESKey(byte[], int, int) - Constructor for class net.rim.device.api.crypto.AESKey
Creates a key using existing data.
AESKey(AESCryptoToken, byte[], int, int) - Constructor for class net.rim.device.api.crypto.AESKey
Creates a key using existing data.
AESKey(AESCryptoToken, CryptoTokenSymmetricKeyData) - Constructor for class net.rim.device.api.crypto.AESKey
Creates a key using existing data.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
ALARM - Static variable in class javax.microedition.lcdui.AlertType
An ALARM AlertType is a hint to alert the user to an event for which the user has previously requested to be notified.
ALARM - Static variable in interface javax.microedition.pim.Event
Field specifying a relative time for an Alarm for this Event.
Alert - Class in javax.microedition.lcdui
An alert is a screen that shows data to the user and waits for a certain period of time before proceeding to the next Displayable.
Alert(String) - Constructor for class javax.microedition.lcdui.Alert
Constructs a new, empty Alert object with the given title.
Alert(String, String, Image, AlertType) - Constructor for class javax.microedition.lcdui.Alert
Constructs a new Alert object with the given title, content string and image, and alert type.
ALERT - Static variable in class javax.microedition.lcdui.Display
Image type for Alert image.
Alert - Class in net.rim.device.api.system
Provides access to the device's audio system.
alert(String) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an alert dialog.
ALERT_ERROR_BAD_DATA - Static variable in class net.rim.device.api.system.Alert
Invalid data was provided
ALERT_ERROR_BAD_STATE - Static variable in class net.rim.device.api.system.Alert
Playback is already in progress
ALERT_ERROR_FILESYSTEM_FULL - Static variable in class net.rim.device.api.system.Alert
Filesystem is full
ALERT_ERROR_UNKNOWN - Static variable in class net.rim.device.api.system.Alert
Unknown error
ALERT_OK - Static variable in class net.rim.device.api.system.Alert
Playback has begun
ALERT_TYPE_LED - Static variable in class net.rim.blackberry.api.profiles.NotificationRule
Indicates an LED alert type.
ALERT_TYPE_SOUND - Static variable in class net.rim.blackberry.api.profiles.NotificationRule
Indicates a sound alert type.
ALERT_TYPE_VIBRATION - Static variable in class net.rim.blackberry.api.profiles.NotificationRule
Indicates a vibration alert type.
AlertListener - Interface in net.rim.device.api.system
Provides functionality for receiving alert events.
AlertListener2 - Interface in net.rim.device.api.system
Provides functionality for receiving alert events.
AlertProtocol - Interface in net.rim.device.api.crypto.tls
Defines the common constants for the alert protocol.
AlertType - Class in javax.microedition.lcdui
The AlertType provides an indication of the nature of alerts.
AlertType() - Constructor for class javax.microedition.lcdui.AlertType
Protected constructor for subclasses.
ALICEBLUE - Static variable in class net.rim.device.api.ui.Color
 
ALIGN_BOTTOM - Static variable in class net.rim.device.api.ui.component.table.RegionStyles
A vertical alignment behavior code indicating that the field in the region should be aligned to the bottom.
ALIGN_CENTER - Static variable in class net.rim.device.api.ui.component.table.RegionStyles
A horizontal alignment behavior code indicating that the field in the region should be aligned to the center.
ALIGN_LEFT - Static variable in class net.rim.device.api.ui.component.table.RegionStyles
A horizontal alignment behavior code indicating that the field in the region should be aligned to the left.
ALIGN_MIDDLE - Static variable in class net.rim.device.api.ui.component.table.RegionStyles
A vertical alignment behavior code indicating that the field in the region should be aligned to the middle.
ALIGN_RIGHT - Static variable in class net.rim.device.api.ui.component.table.RegionStyles
A horizontal alignment behavior code indicating that the field in the region should be aligned to the right.
ALIGN_TOP - Static variable in class net.rim.device.api.ui.component.table.RegionStyles
A vertical alignment behavior code indicating that the field in the region should be aligned to the top.
ALIGNMENT - Static variable in class net.rim.device.api.command.CommandMetadata
The alignment used by the command.
AlignmentPattern - Class in com.google.zxing.qrcode.detector
Encapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.
ALL_FIPS_TESTS_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing all of the FIPS tests.
ALL_ROUNDED_RECT_CORNERS - Static variable in class net.rim.device.api.ui.Graphics
All four corners of a drawn rectangle should be rounded.
ALL_TESTS_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing all of the tests.
ALLDAY - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
Indicates whether or not an event is an all day event.
allocateDatagramId(Datagram) - Method in class net.rim.device.api.io.DatagramConnectionBase
Allocates an ID for the provided datagram.
allocateDatagramId(Datagram) - Method in class net.rim.device.api.io.DatagramTransportBase
Allocates an ID for provided datagram.
allocateDirect(int) - Static method in class java.nio.ByteBuffer
Allocates a new direct byte buffer.
ALLOW_CS_XHR - Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
Property Type: Boolean
Default: Boolean.FALSE

ALLOW_DECIMAL - Static variable in class net.rim.device.api.ui.text.NumericTextFilter
Text style that allows numeric strings with decimal notation.
ALLOW_LINE_BREAK_ON_NON_BREAK_SPACE - Static variable in class net.rim.device.api.ui.text.BreakIterator
This flag modifies the LINE_ITERATOR_TYPE break iterator.
ALLOW_NEGATIVE - Static variable in class net.rim.device.api.ui.text.NumericTextFilter
Text style that allows negative numbers in numeric strings.
ALLOW_POPUPS - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Allow popups.
ALLOW_POPUPS_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default popup mode (false).
ALLOWED - Static variable in interface net.rim.device.api.crypto.certificate.KeyUsageResult
Return code indicating that the subject public key can be used for the specified purpose.
ALLOWED_LENGTHS - Static variable in class com.google.zxing.DecodeHintType
Allowed lengths of encoded data -- reject anything else.
allowedChanged(boolean) - Method in interface net.rim.device.api.system.capability.DeviceCapabilityListener
Notifies this listener when the observed capability type has changed its allowance state.
allowNavigateNextPrev(boolean) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether the actions to navigate to the next or previous mappable items are allowed.
allowOTASync(SyncCollection, boolean) - Method in class net.rim.device.api.synchronization.SyncManager
Allow or disallow OTA synchronization for an already registered SyncCollection.
allowsChildren() - Method in interface net.rim.device.api.collection.ReadableTree
Determines if this node allows children.
allowSetCenter(MapPoint) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether the center point of the map field may be set.
allowSetFocusMappable(Mappable) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether focus can be set for a specified mappable item.
allowSetFocusMappableByPoint(XYPoint) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether a selection may be made of a mappable item that is near a specified point.
allowSetFocusMappableByPoint(MapPoint) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether the selection of a mapable item by a point may be made.
allowSetOperationMode(int) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether the operation mode of the parent field may be changed.
allowSetRotation(int) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether the rotation angle for the map field may be changed.
allowSetSelectionPoint(MapPoint) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether the selection point may be set.
allowSetZoom(int) - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether the zoom level for the map field may be changed.
allowSubDomain() - Method in class net.rim.device.api.web.WidgetAccess
Returns true if this access tag applies to sub domains of the URI; false otherwise.
allowTemporaryFocusMappable() - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Indicates whether focus is kept on the current focused mappable item if no new mappable item is found to focus on.
alpha - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
Indicates whether this PNG has alpha information.
alpha_bit_depth - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
Indicates the bit depth of the alpha channel.
ALPHA_BITDEPTH_8BPP - Static variable in class net.rim.device.api.system.Bitmap
8-bit Alpha Channel type identifier.
ALPHA_BITDEPTH_MONO - Static variable in class net.rim.device.api.system.Bitmap
Deprecated. Use ALPHA_BITDEPTH_8BPP instead.
ALPHABETIC_BASELINE - Static variable in class net.rim.device.api.ui.DrawTextParam.AdvancedDrawTextParam
Value for iBaseline: this identifies the baseline used by most alphabetic and syllabic scripts.
ALPHANUMERIC - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
ALREADY_REVERSED - Static variable in class net.rim.device.api.ui.DrawTextParam
Value for iReverse: draws text without reversing.
ALT_NAME_DNS - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Used to lookup the DNS in getSubjectAltNameStrings and getIssuerAltNameStrings.
ALT_NAME_EMAIL - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Used to lookup the email addresses in getSubjectAltNameStrings and getIssuerAltNameStrings.
ALT_NAME_IPV4 - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Used to lookup the IP Adresses in getSubjectAltNameStrings and getIssuerAltNameStrings.
ALT_NAME_URL - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Used to lookup the URLs in getSubjectAltNameStrings and getIssuerAltNameStrings.
ALWAYS - Static variable in class net.rim.blackberry.api.profiles.SoundAlert
Indicates that the sound notification should be performed regardless of the holster condition.
ALWAYS - Static variable in class net.rim.blackberry.api.profiles.VibrationAlert
Indicates that the sound notification should be performed regardless of the holster condition.
ALWAYS_LOG - Static variable in class net.rim.device.api.system.EventLogger
Always log event, regardless of severity.
AlwaysExecutableCommand - Class in net.rim.device.api.command
Convenience implementation of CommandHandler whose canExecute() method always returns true.
AlwaysExecutableCommand() - Constructor for class net.rim.device.api.command.AlwaysExecutableCommand
Creates a new instance of AlwaysExecutableCommand.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AM_PM_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for AM_PM field alignment.
AMBIGUOUS - Static variable in exception javax.microedition.content.ContentHandlerException
The reason is AMBIGUOUS in a ContentHandlerException when an ID does not uniquely identify a single content handler application.
AMBIGUOUS_ADDRESS - Static variable in exception net.rim.device.api.lbs.LocatorException
The address results in mutiple choices.
AMBIGUOUS_ADDRESS - Static variable in exception net.rim.device.api.lbs.maps.server.exchange.GeocodeException
Indicates that the address results in mutiple choices.
AMPERSAND - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '&'.
and(BitSet) - Method in class net.rim.device.api.util.BitSet
Performs bitwise AND on this set with provided mask.
angle(Vector2f, Vector2f) - Static method in class net.rim.device.api.math.Vector2f
Returns the angle (in radians) between the specified vectors.
angle(Vector3f, Vector3f) - Static method in class net.rim.device.api.math.Vector3f
Returns the angle (in radians) between the specified vectors.
angle(Vector4f, Vector4f) - Static method in class net.rim.device.api.math.Vector4f
Returns the angle (in radians) between the specified vectors.
Animatable - Interface in net.rim.device.api.animation
Defines the interface that an object must support so it can be used as the target of an Animation.
AnimatedScalar - Class in net.rim.device.api.animation
Defines an animatable scalar.
AnimatedScalar(float) - Constructor for class net.rim.device.api.animation.AnimatedScalar
Class constructor that initializes the scalar to a float value.
AnimatedScalar(int) - Constructor for class net.rim.device.api.animation.AnimatedScalar
Class constructor that initializes the scalar to a int value.
AnimatedVector - Class in net.rim.device.api.animation
Defines an animatable vector.
AnimatedVector(float[]) - Constructor for class net.rim.device.api.animation.AnimatedVector
Class constructor that initializes the vector with a float array.
AnimatedVector(int, float[], int) - Constructor for class net.rim.device.api.animation.AnimatedVector
Class constructor.
AnimatedVector(int, int, float[], int) - Constructor for class net.rim.device.api.animation.AnimatedVector
Constructor.
Animation - Class in net.rim.device.api.animation
Defines a class that can animate values of an Animatable target property according to an AnimationKeyframeSequence over a specified period of time.
ANIMATION_COUNT_VALUE - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Number of iterations for animated GIF.
ANIMATION_COUNT_VALUE_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default number of iterations in animated GIF (ten).
ANIMATION_PROPERTY_A - Static variable in class net.rim.device.api.math.Color4f
Used to animate the alpha component.
ANIMATION_PROPERTY_B - Static variable in class net.rim.device.api.math.Color3f
Used to animate the blue component.
ANIMATION_PROPERTY_B - Static variable in class net.rim.device.api.math.Color4f
Used to animate the blue component.
ANIMATION_PROPERTY_G - Static variable in class net.rim.device.api.math.Color3f
Used to animate the green component.
ANIMATION_PROPERTY_G - Static variable in class net.rim.device.api.math.Color4f
Used to animate the green component.
ANIMATION_PROPERTY_QUATERNION - Static variable in class net.rim.device.api.math.Quaternion4f
Used to animate the quaternion.
ANIMATION_PROPERTY_R - Static variable in class net.rim.device.api.math.Color3f
Used to animate the red component.
ANIMATION_PROPERTY_R - Static variable in class net.rim.device.api.math.Color4f
Used to animate the red component.
ANIMATION_PROPERTY_RGB - Static variable in class net.rim.device.api.math.Color3f
Used to animate the red, green and blue components.
ANIMATION_PROPERTY_RGB - Static variable in class net.rim.device.api.math.Color4f
Used to animate the red, green and blue components.
ANIMATION_PROPERTY_RGBA - Static variable in class net.rim.device.api.math.Color4f
Used to animate the red, green, blue and alpha components.
ANIMATION_PROPERTY_ROTATE - Static variable in class net.rim.device.api.math.Transform2D
Used to animate the rotation component.
ANIMATION_PROPERTY_ROTATE - Static variable in class net.rim.device.api.math.Transform3D
Used to animate the rotation component(as quaternion).
ANIMATION_PROPERTY_SCALAR - Static variable in class net.rim.device.api.animation.AnimatedScalar
Constant representing the Animatable property.
ANIMATION_PROPERTY_SCALE - Static variable in class net.rim.device.api.math.Transform2D
Used to animate the scale component.
ANIMATION_PROPERTY_SCALE - Static variable in class net.rim.device.api.math.Transform3D
Used to animate the scale component.
ANIMATION_PROPERTY_SHEAR - Static variable in class net.rim.device.api.math.Transform2D
Used to animate the shear component.
ANIMATION_PROPERTY_TRANSFORM - Static variable in class net.rim.device.api.math.Transform2D
Used to animate the all components.
ANIMATION_PROPERTY_TRANSFORM - Static variable in class net.rim.device.api.math.Transform3D
Used to animate the all transformation components translation, rotation(as quaternion) and scale.
ANIMATION_PROPERTY_TRANSLATE - Static variable in class net.rim.device.api.math.Transform2D
Used to animate the translation component.
ANIMATION_PROPERTY_TRANSLATE - Static variable in class net.rim.device.api.math.Transform3D
Used to animate the translation component.
ANIMATION_PROPERTY_TRANSLATE_ROTATE - Static variable in class net.rim.device.api.math.Transform2D
Used to animate the translation-rotation component.
ANIMATION_PROPERTY_TRANSLATE_ROTATE - Static variable in class net.rim.device.api.math.Transform3D
Used to animate the translation-rotation component.
ANIMATION_PROPERTY_VECTOR - Static variable in class net.rim.device.api.animation.AnimatedVector
Constant that represents the Animatable property.
ANIMATION_PROPERTY_W - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the w component.
ANIMATION_PROPERTY_X - Static variable in class net.rim.device.api.math.Vector2f
Used to animate the x component.
ANIMATION_PROPERTY_X - Static variable in class net.rim.device.api.math.Vector3f
Used to animate the x component.
ANIMATION_PROPERTY_X - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x component.
ANIMATION_PROPERTY_XW - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x and w components.
ANIMATION_PROPERTY_XY - Static variable in class net.rim.device.api.math.Vector2f
Used to animate the x and y components.
ANIMATION_PROPERTY_XY - Static variable in class net.rim.device.api.math.Vector3f
Used to animate the x and y components.
ANIMATION_PROPERTY_XY - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x and y components.
ANIMATION_PROPERTY_XYW - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x, y and w components.
ANIMATION_PROPERTY_XYZ - Static variable in class net.rim.device.api.math.Vector3f
Used to animate the x, y and z components.
ANIMATION_PROPERTY_XYZ - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x, y and z components.
ANIMATION_PROPERTY_XYZW - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x, y, z and w components.
ANIMATION_PROPERTY_XZ - Static variable in class net.rim.device.api.math.Vector3f
Used to animate the x and z components.
ANIMATION_PROPERTY_XZ - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x and z components.
ANIMATION_PROPERTY_XZW - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x, z and w components.
ANIMATION_PROPERTY_Y - Static variable in class net.rim.device.api.math.Vector2f
Used to animate the y component.
ANIMATION_PROPERTY_Y - Static variable in class net.rim.device.api.math.Vector3f
Used to animate the y component.
ANIMATION_PROPERTY_Y - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the y component.
ANIMATION_PROPERTY_YW - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x and w components.
ANIMATION_PROPERTY_YZ - Static variable in class net.rim.device.api.math.Vector3f
Used to animate the y and z components.
ANIMATION_PROPERTY_YZ - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the y and z components.
ANIMATION_PROPERTY_YZW - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the y, z and w components.
ANIMATION_PROPERTY_Z - Static variable in class net.rim.device.api.math.Vector3f
Used to animate the z component.
ANIMATION_PROPERTY_Z - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the z component.
ANIMATION_PROPERTY_ZW - Static variable in class net.rim.device.api.math.Vector4f
Used to animate the x and w components.
animationBegin(AbstractAnimation) - Method in interface net.rim.device.api.animation.AnimationListener
Method that is called when an animation associated with the listener begins.
animationEnd(AbstractAnimation) - Method in interface net.rim.device.api.animation.AnimationListener
Method that is called when an animation associated with the listener ends.
AnimationGroup - Class in net.rim.device.api.animation
A collection class that groups together a set of animations.
AnimationKeyframeSequence - Class in net.rim.device.api.animation
Defines a class that represents animation sequence data as an ordering of two or more keyframes on a time scale between 0.0 and 1.0.
AnimationKeyframeSequence(int, int, int) - Constructor for class net.rim.device.api.animation.AnimationKeyframeSequence
Class constructor.
AnimationKeyframeSequence(int, int, int, int) - Constructor for class net.rim.device.api.animation.AnimationKeyframeSequence
Class constructor.
AnimationListener - Interface in net.rim.device.api.animation
Defines an interface that allows you to register a listener on an AbstractAnimation.
AnimationTrigger - Class in net.rim.device.api.animation
Defines a class you can use to trigger animations to begin or end.
AnimationTrigger() - Constructor for class net.rim.device.api.animation.AnimationTrigger
Class constructor.
AnimationValue - Class in net.rim.device.api.animation
Defines an interface for an object value that gets passed to the Animatable target during animation, allowing the target to get or set animation values for the property that is currently being animated.
Animator - Class in net.rim.device.api.animation
Defines a top level AnimationGroup that controls updates of all animations in the group.
Animator(int) - Constructor for class net.rim.device.api.animation.Animator
Class constructor.
Animator(int, TimeSource) - Constructor for class net.rim.device.api.animation.Animator
Class constructor.
AnimatorListener - Interface in net.rim.device.api.animation
Defines an interface for a listener that can be registered with an Animator to receive callbacks when the Animator begins processing and when it becomes idle.
animatorProcessing(boolean) - Method in interface net.rim.device.api.animation.AnimatorListener
Callback method called when the Animator transitions from the idle state to the processing state.
animatorUpdate() - Method in interface net.rim.device.api.animation.AnimatorListener
Callback method called when the Animator is playing and handling updates on at least 1 or more active animations.
ANNIVERSARY - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContact
Anniversary date for a contact.
AnswerToReset - Class in net.rim.device.api.smartcard
Represents an Answer to Reset object(ATR).
AnswerToReset(byte[]) - Constructor for class net.rim.device.api.smartcard.AnswerToReset
Constructs an ATR object using the response from the card when an ATR request is sent.
ANTIALIAS_DEFAULT - Static variable in class net.rim.device.api.ui.Font
Default anti-aliasing: the anti-alias mode which best suits the font technology.
ANTIALIAS_LOW_RES - Static variable in class net.rim.device.api.ui.Font
Anti-aliasing using 16 intensity levels.
ANTIALIAS_NONE - Static variable in class net.rim.device.api.ui.Font
No anti-aliasing.
ANTIALIAS_STANDARD - Static variable in class net.rim.device.api.ui.Font
Anti-aliasing using 256 intensity levels.
ANTIALIAS_SUBPIXEL - Static variable in class net.rim.device.api.ui.Font
Anti-aliasing by treating the three sub-pixels of a pixel on an LCD display separately.
ANTIQUEWHITE - Static variable in class net.rim.device.api.ui.Color
 
ANY - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter any text.
APDUConnection - Interface in javax.microedition.apdu
This interface defines the APDU (Application Protocol Data Unit) connection.
APDUException - Exception in javacard.framework
APDUException represents an APDU-related exception.
APDUException(short) - Constructor for exception javacard.framework.APDUException
Constructs an APDUException.
API_ACCESS_DENIED - Static variable in class net.rim.device.api.location.Geofence
Indicates denied access to the API.
APOSTROPHE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '''.
APP_ICON - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleRole
Accessible application icon.
APP_REGISTRY_KEY - Static variable in class net.rim.device.api.browser.field.RenderingSession
Application registry key.
APP_REGISTRY_KEY - Static variable in class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry
Application registry key for this registry.
APP_TYPE_ADDRESSBOOK - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Address Book application.
APP_TYPE_BLUETOOTH_CONFIG - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Bluetooth Configuration
APP_TYPE_CALCULATOR - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Calculator application
APP_TYPE_CALENDAR - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Calendar application.
APP_TYPE_CAMERA - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Camera application
APP_TYPE_MAPS - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the BlackBerry Maps application.
APP_TYPE_MEMOPAD - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Memo Pad application.
APP_TYPE_MESSAGES - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Message application.
APP_TYPE_PHONE - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Phone application.
APP_TYPE_SEARCH - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Search application
APP_TYPE_TASKS - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Tasks application.
APP_VERSION - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Application version.
APP_VERSION_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default application version (null).
AppContentListener - Interface in net.rim.device.api.unifiedsearch.content
Receives notifications about content management requests from the Unified Search Framework.
AppContentManager - Class in net.rim.device.api.unifiedsearch.content
The primary way an application communicates with the Unified Search Service.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(String, Image) - Method in interface javax.microedition.lcdui.Choice
Appends an element to the Choice.
append(String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
append(Item) - Method in class javax.microedition.lcdui.Form
Adds an Item into the Form.
append(String) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one String to the form.
append(Image) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one Image to the form.
append(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Appends a Layer to this LayerManager.
append(String, Image) - Method in class javax.microedition.lcdui.List
 
append(String, String) - Method in class net.rim.blackberry.api.browser.MultipartPostData
Appends the given name-value pair to the form data.
append(String, String) - Method in class net.rim.blackberry.api.browser.PostData
Appends the given name-value pair to the form data.
append(String, String) - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Appends the given name-value pair to a buffer.
append(ASN1BitSet, ASN1BitSet) - Static method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Appends the contents of two ASN1BitSets together and returns the result.
append(NDEFMessage) - Method in interface net.rim.device.api.io.nfc.ndef.NDEFTagConnection
Appends an NDEF message to the NDEF tag.
append(StringBuffer, String, int, int) - Static method in class net.rim.device.api.util.StringUtilities
Appends a subsection of a String to a StringBuffer.
append(StringBuffer, byte[], int, int) - Static method in class net.rim.device.api.util.StringUtilities
Append a subsection of a byte array to a StringBuffer.
append(StringBuffer, StringBuffer) - Static method in class net.rim.device.api.util.StringUtilities
Append a StringBuffer to another StringBuffer.
append(StringBuffer, StringBuffer, int, int) - Static method in class net.rim.device.api.util.StringUtilities
Append a subsection of a StringBuffer to another StringBuffer.
append(String, Object) - Method in class org.json.me.JSONObject
Append values to the array under a key.
appendAddress(StringBuffer, boolean, int, int, int) - Static method in class net.rim.device.api.io.MobitexAddress
Deprecated. Forms an address string and appends it to provided buffer.
appendBit(boolean) - Method in class com.google.zxing.common.BitArray
 
appendBit(int) - Method in class com.google.zxing.qrcode.encoder.BitVector
Deprecated.  
appendBitArray(BitArray) - Method in class com.google.zxing.common.BitArray
 
appendBits(int, int) - Method in class com.google.zxing.common.BitArray
Appends the least-significant bits, from value, in order from most-significant to least-significant.
appendBits(int, int) - Method in class com.google.zxing.qrcode.encoder.BitVector
Deprecated.  
appendBitVector(BitVector) - Method in class com.google.zxing.qrcode.encoder.BitVector
Deprecated.  
appendByte(int) - Method in class com.google.zxing.common.ByteArray
 
appendChild(Node) - Method in interface org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(byte[], byte, byte) - Method in class net.rim.device.api.smartcard.ResponseAPDU
Append the given data to the data portion of the response APDU.
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
appendHex(StringBuffer, int, int, int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Appends a hex value to provided string buffer.
appendHex(byte[], int, int, int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Appends a hex value to provided byte array.
appendLcData(byte[]) - Method in class net.rim.device.api.smartcard.CommandAPDU
Append data to the command data.
appendLcData(byte[], int, int) - Method in class net.rim.device.api.smartcard.CommandAPDU
Append data to the command data.
appendMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
Adds the medium newMedium to the end of the list.
appendMessage(Message) - Method in class net.rim.blackberry.api.mail.Folder
Saves a message to this folder.
appendMessages(Message[]) - Method in class net.rim.blackberry.api.mail.Folder
Saves several messages to this folder.
appendNumber(StringBuffer, byte, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for byte value to buffer.
appendNumber(StringBuffer, byte, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits with padding for byte value to buffer.
appendNumber(StringBuffer, short, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for short integer value to buffer.
appendNumber(StringBuffer, short, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits with padding for short integer value to buffer.
appendNumber(StringBuffer, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for decimal integer value to buffer.
appendNumber(StringBuffer, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for integer value to buffer.
appendNumber(StringBuffer, int, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits with padding for integer value to buffer.
appendNumber(StringBuffer, long) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for decimal long integer value to buffer.
appendNumber(StringBuffer, long, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for long integer value to buffer.
appendNumber(StringBuffer, long, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits with padding for long integer value to buffer.
appendPattern(byte[], int, int[], int) - Static method in class com.google.zxing.oned.AbstractUPCEANWriter
Appends the given pattern to the target array starting at pos.
appendRecord(NDEFRecord) - Method in class net.rim.device.api.io.nfc.ndef.NDEFMessage
Appends an NDEF record to the message.
appendRecords(NDEFRecord[]) - Method in class net.rim.device.api.io.nfc.ndef.NDEFMessage
Append a set of NDEF records to the message.
APPLICATION - Static variable in class net.rim.device.api.i18n.Locale
In a global event, check this flag to see if the change was an application or a global one.
Application - Class in net.rim.device.api.system
The base class for all device applications.
Application() - Constructor for class net.rim.device.api.system.Application
Constructs a new Application instance.
APPLICATION - Static variable in class net.rim.device.api.ui.Font
In a global event, check this flag to see if the change was an application or a global one.
APPLICATION_FONT - Static variable in class net.rim.device.api.ui.FontManager
Application font: Use this flag in FontManager.load(InputStream, String, int) or FontManager.load(String, String, int) to load a custom application-specific font.
APPLICATION_PARAMETER - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Application Parameter header.
APPLICATION_SPECIFIC_CLASS_FLAG - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A 2-bit flag used to indicate the tag is Application-specific.
ApplicationArguments - Class in net.rim.blackberry.api.invoke
Base class for application arguments to be used for application invocation.
ApplicationArguments() - Constructor for class net.rim.blackberry.api.invoke.ApplicationArguments
Creates a new ApplicationArguments instance.
ApplicationDescriptor - Class in net.rim.device.api.system
Encapsulates descriptive information for an application.
ApplicationDescriptor(ApplicationDescriptor, String[]) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new ApplicationDescriptor instance using another ApplicationDescriptor as a template.
ApplicationDescriptor(ApplicationDescriptor, String, String[]) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new ApplicationDescriptor with the specified name using another ApplicationDescriptor as a template.
ApplicationDescriptor(ApplicationDescriptor, String, String[], Bitmap, int, String, int) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Deprecated. The caching of icon Bitmap objects is no longer supported. Use ApplicationDescriptor.ApplicationDescriptor(ApplicationDescriptor,String,String[],int,String,int) instead.
ApplicationDescriptor(ApplicationDescriptor, String, String[], Bitmap, int, String, int, int) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Deprecated. The caching of icon Bitmap objects is no longer supported. Use ApplicationDescriptor.ApplicationDescriptor(ApplicationDescriptor,String,String[],int,String,int,int) instead.
ApplicationDescriptor(ApplicationDescriptor, String, String[], int, String, int) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new ApplicationDescriptor instance with the specified name and initial settings using another ApplicationDescriptor as a template.
ApplicationDescriptor(ApplicationDescriptor, String, String[], int, String, int, int) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new ApplicationDescriptor instance with the specified name and initial settings using another ApplicationDescriptor as a template.
ApplicationDescriptor(ApplicationDescriptor, String, String[], int, String, int, int, String) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new ApplicationDescriptor instance with the specified name and initial settings using another ApplicationDescriptor as a template.
ApplicationFolderIntegrationConfig - Class in net.rim.blackberry.api.messagelist
Specifies how application folder messages should be integrated.
ApplicationFolderIntegrationConfig() - Constructor for class net.rim.blackberry.api.messagelist.ApplicationFolderIntegrationConfig
Creates default configuration object with all integration settings set to false.
ApplicationFolderIntegrationConfig(boolean) - Constructor for class net.rim.blackberry.api.messagelist.ApplicationFolderIntegrationConfig
Creates configuration object based on message list integration setting.
ApplicationFolderIntegrationConfig(boolean, boolean, ApplicationDescriptor) - Constructor for class net.rim.blackberry.api.messagelist.ApplicationFolderIntegrationConfig
Creates configuration object based on message list and home screen integration settings.
ApplicationIcon - Class in net.rim.blackberry.api.messagelist
Application icon class is used in conjunction with application indicator and application messages.
ApplicationIcon(EncodedImage) - Constructor for class net.rim.blackberry.api.messagelist.ApplicationIcon
Creates an application icon based on the encoded image.
ApplicationIcon(EncodedImage, boolean) - Constructor for class net.rim.blackberry.api.messagelist.ApplicationIcon
Creates an application icon based on the encoded image and scaling attribute.
ApplicationIndicator - Class in net.rim.blackberry.api.messagelist
Represents an application indicator that consists of an icon and optional numeric value.
ApplicationIndicatorRegistry - Class in net.rim.blackberry.api.messagelist
Application indicator registry.
ApplicationManager - Class in net.rim.device.api.system
Manages all Java applications on the device.
ApplicationManagerException - Exception in net.rim.device.api.system
Thrown when the application manager encounters an error.
ApplicationManagerException(String) - Constructor for exception net.rim.device.api.system.ApplicationManagerException
Constructs a new application manager exception with specific detail message.
ApplicationMenuItem - Class in net.rim.blackberry.api.menuitem
Provides the functionality to add items to application menus.
ApplicationMenuItem(Object, int) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Creates a new ApplicationMenuItem instance with provided context and menu position.
ApplicationMenuItem(int, Image) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Creates a new ApplicationMenuItem instance with provided menu position and icon.
ApplicationMenuItem(int) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Creates a new ApplicationMenuItem instance with provided menu position.
ApplicationMenuItemRepository - Class in net.rim.blackberry.api.menuitem
Contains the functionality necessary for registering ApplicationMenuItem instances.
ApplicationMessage - Interface in net.rim.blackberry.api.messagelist
Defines an application message interface which instances are stored in ApplicationMessageFolder.
ApplicationMessage.Status - Interface in net.rim.blackberry.api.messagelist
Defines generic application message statuses that may be optionally supported by application.
ApplicationMessageFolder - Class in net.rim.blackberry.api.messagelist
Folder to store application messages.
ApplicationMessageFolderListener - Interface in net.rim.blackberry.api.messagelist
Folder listener that is notified when the user has manipulated one or more application messages in the Messages application.
ApplicationMessageFolderRegistry - Class in net.rim.blackberry.api.messagelist
Registry for application folders.
ApplicationMessageSearchProperties - Class in net.rim.blackberry.api.messagelist
Defines message search properties.
ApplicationMessageSearchProperties(boolean) - Constructor for class net.rim.blackberry.api.messagelist.ApplicationMessageSearchProperties
Creates search properties with specified operation support value.
ApplicationPermissions - Class in net.rim.device.api.applicationcontrol
Instances of this class will store a mapping from permissions to values.
ApplicationPermissions() - Constructor for class net.rim.device.api.applicationcontrol.ApplicationPermissions
Creates a new empty ApplicationPermissions object.
ApplicationPermissionsManager - Class in net.rim.device.api.applicationcontrol
Allows applications to query the application control database to get their permissions and request additional permissions.
apply(int, int, long, Object) - Method in interface net.rim.device.api.collection.IntRangedActionTarget
Applies an action to a range of elements in this collection.
apply(long, long, long, Object) - Method in interface net.rim.device.api.collection.LongRangedActionTarget
Applies an action to a range of elements in this collection.
apply(long, long, long, Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Applies an action to a range of elements in each one of this collection's sources, using long integer keys.
apply(int, int, long, Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Applies an action to a range of elements in each one of this collection's sources, using integer keys.
applyFillAsForegroundStyle(Graphics) - Method in class net.rim.device.api.lbs.maps.view.Style
Applies the fill characteristics of this style to the foreground properties of the specified Graphics object.
applyForegroundStyle(Graphics) - Method in class net.rim.device.api.lbs.maps.view.Style
Applies the edge characteristics of this style to the specified Graphics object.
applyLabelFontStyle(Graphics) - Method in class net.rim.device.api.lbs.maps.view.Style
Applies the label characteristics of this style to the specified Graphics object.
applyMaskPenaltyRule1(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
applyMaskPenaltyRule2(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
applyMaskPenaltyRule3(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
applyMaskPenaltyRule4(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
applyPattern(String) - Method in class net.rim.device.api.i18n.MessageFormat
Applies a new pattern string to this formatter.
applyPattern(int) - Method in class net.rim.device.api.i18n.SimpleDateFormat
Applies a date/time format style to this formatter.
applyPattern(String) - Method in class net.rim.device.api.i18n.SimpleDateFormat
Applies a date/time pattern string to this formatter.
applyTheme() - Method in class net.rim.device.api.ui.component.SpinBoxField
Called by the framework to tell each Field to apply theme attributes to itself.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
APRIL - Static variable in class javax.microedition.pim.RepeatRule
Constant for the month of April used with MONTH_IN_YEAR field.
AQUA - Static variable in class net.rim.device.api.ui.Color
Equivalent to CYAN.
AQUAMARINE - Static variable in class net.rim.device.api.ui.Color
 
AQUARIUS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
ARABIC_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Arabic script.
ARC4Key - Class in net.rim.device.api.crypto
Creates an ARC4 key.
ARC4Key() - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates a new random ARC4Key object of size 128 bytes.
ARC4Key(int) - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates a new random ARC4Key object by specifying the key length.
ARC4Key(byte[]) - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates an ARC4Key object given an array of key data.
ARC4Key(byte[], int, int) - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates an ARC4Key object.
ARC4PseudoRandomSource - Class in net.rim.device.api.crypto
Represents a pseudo-random number generator (PRNG) that uses the Alledged RC4 (ARC4) algorithm to expand a finite length seed into an arbitrarily long stream of pseudo-random bytes.
ARC4PseudoRandomSource(byte[]) - Constructor for class net.rim.device.api.crypto.ARC4PseudoRandomSource
Creates an ARC4PseudoRandomSource object with the given (secret) seed data.
ARC4PseudoRandomSource(byte[], int, int) - Constructor for class net.rim.device.api.crypto.ARC4PseudoRandomSource
Creates an ARC4PseudoRandomSource object with the given (secret) seed data.
ARC4PseudoRandomSource(ARC4Key) - Constructor for class net.rim.device.api.crypto.ARC4PseudoRandomSource
Creates an ARC4PseudoRandomSource object using the specified ARC4Key to initialize the pseudo-random source.
ArcTan(int) - Static method in class net.rim.device.api.math.Fixed32
Computes ArcTan(f) in radians, f is a fixed point number.
areArrowsEnabled() - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView
Indicates if rendering of arrows is currently enabled.
areCertificatesPresent() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns true if there are certificates in the message, else returns false.
areWAFsSupported(int) - Static method in class net.rim.device.api.system.RadioInfo
Determines if any of the provided Wireless Access Families are supported by the device.
ARG_CALL - Static variable in class net.rim.blackberry.api.invoke.PhoneArguments
Argument to open the Phone application for an outgoing call.
ARG_CAMERA_APP - Static variable in class net.rim.blackberry.api.invoke.CameraArguments
Argument to start the camera application.
ARG_COMPOSE - Static variable in class net.rim.blackberry.api.invoke.AddressBookArguments
Argument to open the address book in its compose window.
ARG_DEFAULT - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the Messages application using the default (main message list) view.
ARG_EDIT - Static variable in class net.rim.blackberry.api.invoke.MemoArguments
Use this argument to open the Memo Pad application to edit an existing memo.
ARG_KML - Static variable in class net.rim.blackberry.api.invoke.MapsArguments
Use this argument to open Maps and display information provided from a KML document.
ARG_LOCAL_SEARCH - Static variable in class net.rim.blackberry.api.invoke.MapsArguments
Use this argument to open Maps and display local search information.
ARG_LOCATION_DOCUMENT - Static variable in class net.rim.blackberry.api.invoke.MapsArguments
Use this argument to open Maps and display points provided by a location document.
ARG_NEW - Static variable in class net.rim.blackberry.api.invoke.AddressBookArguments
Argument to open the address book and create a new address card.
ARG_NEW - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the "New Appointment" screen
ARG_NEW - Static variable in class net.rim.blackberry.api.invoke.MemoArguments
Use this argument to open the Memo Pad application to create a new memo.
ARG_NEW - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the Messages application to compose a new email message.
ARG_NEW - Static variable in class net.rim.blackberry.api.invoke.TaskArguments
Use this argument to open the Task application to create a new task
ARG_NEW_MMS - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the Messages application to compose a new MMS message.
ARG_NEW_PIN - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the Messages application to compose a new PIN message.
ARG_NEW_SMS - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the Messages application to compose a new SMS message.
ARG_SAVED - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the Messages application in the saved message list.
ARG_SEARCH - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the Messages application in the message search screen.
ARG_VIDEO_RECORDER - Static variable in class net.rim.blackberry.api.invoke.CameraArguments
Argument to start the video recorder application.
ARG_VIEW - Static variable in class net.rim.blackberry.api.invoke.AddressBookArguments
Argument to open the address book and view a particular address card.
ARG_VIEW - Static variable in class net.rim.blackberry.api.invoke.MemoArguments
Deprecated. The Memo Pad application no longer has a separate "View" screen. Use the MemoArguments.ARG_EDIT constant to view a memo instead.
ARG_VIEW - Static variable in class net.rim.blackberry.api.invoke.TaskArguments
Use this argument to open the Task application to view/edit an existing task
ARG_VIEW_AGENDA - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the agenda view.
ARG_VIEW_DAY - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the day view.
ARG_VIEW_DEFAULT - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the default view
ARG_VIEW_MONTH - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the month view.
ARG_VIEW_WEEK - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the week view.
ARIES - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ARMENIAN_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Armenian script.
array() - Method in class java.nio.ByteBuffer
Returns the byte array that backs this buffer  (optional operation).
array() - Method in class java.nio.FloatBuffer
Returns the float array that backs this buffer  (optional operation).
array() - Method in class java.nio.IntBuffer
Returns the int array that backs this buffer  (optional operation).
array() - Method in class java.nio.ShortBuffer
Returns the short array that backs this buffer  (optional operation).
array() - Method in class org.json.me.JSONWriter
Begin appending a new array.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
arrayOffset() - Method in class java.nio.ByteBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.FloatBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.IntBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.ShortBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
Arrays - Class in net.rim.device.api.util
Provides a host of utility functions for manipulating arrays.
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
asFloatBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a float buffer.
asin(double) - Static method in class net.rim.device.api.util.MathUtilities
Returns the arc sine of the value x.
asIntBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as an int buffer.
ask(int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates a standard inquiry dialog.
ask(int, String) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with the specified message.
ask(int, String, int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with the specified message.
ask(String, Object[], int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with the specified message and choices.
ask(String, Object[], int[], int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with the specified message, choices, and values.
ASN1BitSet - Class in net.rim.device.api.crypto.asn1
Implements the Abstract Syntax Notation One (ASN1) functionality.
ASN1BitSet(byte[], int) - Constructor for class net.rim.device.api.crypto.asn1.ASN1BitSet
Create a new ASN1BitSet instance.
ASN1EncodingException - Exception in net.rim.device.api.crypto.asn1
Thrown whenever a malformed or unexpected Distinguished Encoding Rules (DER) encoded type is parsed or an unsupported Basic Encoding Rules (BER) feature is found in the input stream.
ASN1EncodingException() - Constructor for exception net.rim.device.api.crypto.asn1.ASN1EncodingException
Constructs a ASN1EncodingException object with no detailed message.
ASN1EncodingException(String) - Constructor for exception net.rim.device.api.crypto.asn1.ASN1EncodingException
Constructs a ASN1EncodingException object with a detailed message.
ASN1InputByteArray - Class in net.rim.device.api.crypto.asn1
A parser which parses bytes according to the ASN.1 Distinguished Encoding Rules (DER) format specification.
ASN1InputByteArray(byte[]) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Creates an ASN1InputByteArray using buffer as the data.
ASN1InputByteArray(byte[], int) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Creates an ASN1InputByteArray using buffer as the data.
ASN1InputStream - Class in net.rim.device.api.crypto.asn1
A parser which parses bytes according to the ASN.1 Distinguished Encoding Rules (DER) and Basic Encoding Rules (BER) format specification.
ASN1InputStream(InputStream) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputStream
Constructs an ASN1InputStream object which reads bytes from inputStream.
ASN1InputStream(byte[]) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputStream
Creates an ASN1InputStream object based upon the data in the given byte array.
ASN1InputStream(byte[], int, int) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputStream
Creates an ASN1InputStream based upon the data in the given byte array.
ASN1OutputStream - Class in net.rim.device.api.crypto.asn1
An output stream which outputs bytes according to the ASN.1 Distinguished Encoding Rules (DER) format/encoding specification.
ASN1OutputStream() - Constructor for class net.rim.device.api.crypto.asn1.ASN1OutputStream
Constructs an ASN1OutputStream which writes some unknown number of bytes using a ByteArrayOutputStream.
ASN1OutputStream(OutputStream) - Constructor for class net.rim.device.api.crypto.asn1.ASN1OutputStream
Constructs an ASN1OutputStream which writes some unknown number of bytes.
assertKeys(CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.ControlledAccess
Determines if provided code signing keys match wrapped object's keys.
asShortBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a short buffer.
AssociatedData - Class in net.rim.device.api.crypto.keystore
Used to provide an aliasing service for the records that are contained inside the keystore.
AssociatedData(long, byte[]) - Constructor for class net.rim.device.api.crypto.keystore.AssociatedData
Sets the association with the appropriate data for this class.
AssociatedData(long, byte[][]) - Constructor for class net.rim.device.api.crypto.keystore.AssociatedData
Sets the association with the appropriate data for this class.
AssociatedDataKeyStoreIndex - Class in net.rim.device.api.crypto.keystore
This class allows for easy use of current associated data elements to be used as an index into the keystore.
AssociatedDataKeyStoreIndex(long) - Constructor for class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
Accepts a long which would refer to the association for an AssociatedData object.
ASSUME_CODE_39_CHECK_DIGIT - Static variable in class com.google.zxing.DecodeHintType
Assume Code 39 codes employ a check digit.
ASTERISK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '*'.
AsymmetricCryptoToken - Interface in net.rim.device.api.crypto
Defines a crypto token for asymmetric key algorithms.
at(int) - Method in class com.google.zxing.common.ByteArray
Access an unsigned byte at location index.
at(int) - Method in class com.google.zxing.qrcode.encoder.BitVector
Deprecated.  
at(int, int) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
AT_TARGET - Static variable in interface org.w3c.dom.events.Event
The event is currently being evaluated at the target EventTarget.
atan(double) - Static method in class net.rim.device.api.util.MathUtilities
Returns the arc tangent of the value x.
atan2(double, double) - Static method in class net.rim.device.api.util.MathUtilities
Converts rectangular coordinates (x,y) to polar coordinates (r,theta).
atand2(int, int) - Static method in class net.rim.device.api.math.Fixed32
Returns the arctangent of y/x in degrees for the point (x,y) with consideration to all 4 quadrants.
attach(URI, String, DatabaseSecurityOptions) - Method in interface net.rim.device.api.database.Database
Attaches a database file to this opened connection.
ATTACHMENT - Static variable in interface net.rim.blackberry.api.mail.Part
Present this part as an attachment.
AttachmentDownloadManager - Class in net.rim.blackberry.api.mail
This class provides the ability to prgrammatically download email attachments for incoming message.
AttachmentDownloadManager() - Constructor for class net.rim.blackberry.api.mail.AttachmentDownloadManager
Constructor to initialize AttachmentDownloadManager instance.
AttachmentHandler - Interface in net.rim.blackberry.api.mail
Defines functionality one must implement to perform custom attachment actions.
AttachmentHandlerManager - Class in net.rim.blackberry.api.mail
The manager class for attachment handling.
attemptAborted(String, Exception) - Method in interface net.rim.device.api.io.transport.ConnectionAttemptListener
The ConnectionFactory will call this method if no connection can be attempted (for example, no transport is available, invalid arguments, etc.)
attemptFailed(TransportDescriptor, int, String, Exception) - Method in interface net.rim.device.api.io.transport.ConnectionAttemptListener
The ConnectionFactory will call this method if the call to Connector.open() failed.
attempting(TransportDescriptor, int, String) - Method in interface net.rim.device.api.io.transport.ConnectionAttemptListener
The ConnectionFactory will call this method just before attempting the connection.
attemptSucceeded(int, ConnectionDescriptor) - Method in interface net.rim.device.api.io.transport.ConnectionAttemptListener
The ConnectionFactory will call this method if the call to Connector.open() was successful.
ATTENDEES - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
A list of e-mail addresses identifying attendees at an Event.
Attr - Interface in org.w3c.dom
The Attr interface represents an attribute in an Element object.
ATTR_ASST - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as related to an ASSISTANT.
ATTR_AUTO - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as related to an AUTOMOBILE.
ATTR_DIRECTION - Static variable in class net.rim.device.api.ui.TransitionContext
Attribute that indicates the path of movement for an animation.
ATTR_DURATION - Static variable in class net.rim.device.api.ui.TransitionContext
Attribute that controls the elapsed time of the transition animation in milliseconds.
ATTR_FAX - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as related to FAX.
ATTR_FAX2 - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContact
Attribute used on values in the TEL field to indicate that the fax number is a secondary fax number.
ATTR_HOME - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as related to HOME contact information.
ATTR_HOME2 - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContact
Attribute used on values in the TEL field to indicate that the phone number is a secondary home number.
ATTR_KIND - Static variable in class net.rim.device.api.ui.TransitionContext
Attribute that indicates whether the incoming or outgoing screen is animated.
ATTR_MOBILE - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as related to MOBILE contact information.
ATTR_MOBILE2 - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContact
Attribute used on values in the TEL field to indicate that the mobile number is a secondary mobile number.
ATTR_NONE - Static variable in interface javax.microedition.pim.PIMItem
Constant indicating that no additional attributes are applicable to a data value for a field.
ATTR_OTHER - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as "OTHER".
ATTR_PAGER - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as related to PAGER.
ATTR_PREFERRED - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value with preferred status for retrieval or display purposes (platform specific).
ATTR_SCALE - Static variable in class net.rim.device.api.ui.TransitionContext
Attribute that controls the percentage of the screen's original size to zoom to/from.
ATTR_SMS - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as related to SMS (short message service) contact information.
ATTR_STYLE - Static variable in class net.rim.device.api.ui.TransitionContext
Attribute for the slide transition that controls whether the outgoing screen also animates or not.
ATTR_WORK - Static variable in interface javax.microedition.pim.Contact
Attribute classifying a data value as related to WORK contact information.
ATTR_WORK2 - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContact
Attribute used on values in the TEL field to indicate that the phone number is a secondary work number.
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
Attributes - Interface in org.xml.sax
Interface for a list of XML attributes.
AttributesImpl - Class in org.xml.sax.helpers
Default implementation of the Attributes interface.
AttributesImpl() - Constructor for class org.xml.sax.helpers.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(Attributes) - Constructor for class org.xml.sax.helpers.AttributesImpl
Copy an existing Attributes object.
Audio - Class in net.rim.device.api.system
Provides access to the device's audio system and speaker.
AUDIO_CODEC_VOICENOTE - Static variable in class net.rim.device.api.system.Audio
Deprecated. No longer supported
AUDIO_ERROR_BAD_DATA - Static variable in class net.rim.device.api.system.Audio
Invalid data was provided
AUDIO_ERROR_BAD_STATE - Static variable in class net.rim.device.api.system.Audio
Playback is already in progress
AUDIO_ERROR_FILESYSTEM_FULL - Static variable in class net.rim.device.api.system.Audio
Filesystem is full
AUDIO_ERROR_UNKNOWN - Static variable in class net.rim.device.api.system.Audio
Unknown error
AUDIO_OK - Static variable in class net.rim.device.api.system.Audio
No error
AUDIO_PATH_BLUETOOTH - Static variable in interface net.rim.device.api.media.control.AudioPathControl
Audio Path is Bluetooth SCO such as a paired Bluetooth enabled device, for example, a Bluetooth car kit.
AUDIO_PATH_BLUETOOTH_A2DP - Static variable in interface net.rim.device.api.media.control.AudioPathControl
Audio Path is for a paired Bluetooth enabled device such as a Bluetooth stereo headset for listening to music.
AUDIO_PATH_HANDSET - Static variable in interface net.rim.device.api.media.control.AudioPathControl
Audio Path is the earpiece on the BlackBerry device.
AUDIO_PATH_HANDSFREE - Static variable in interface net.rim.device.api.media.control.AudioPathControl
Audio Path is the speakerphone on the BlackBerry device.
AUDIO_PATH_HEADSET - Static variable in interface net.rim.device.api.media.control.AudioPathControl
Audio Path is the BlackBerry Hands-free Headset.
AUDIO_PATH_HEADSET_HANDSFREE - Static variable in interface net.rim.device.api.media.control.AudioPathControl
Audio Path is the speakerphone on the BlackBerry device and the BlackBerry Hands-free Headset.
AUDIO_REQUEST_PENDING - Static variable in class net.rim.device.api.system.Audio
Request pending
audioDone(int) - Method in interface net.rim.device.api.system.AlertListener
Invoked when an audio alert ends.
AudioFileListener - Interface in net.rim.device.api.system
Deprecated. No longer supported
audioFileOperationComplete(int) - Method in interface net.rim.device.api.system.AudioFileListener
Deprecated. Invoked when an audio file operation is complete.
audioFileOperationFailed(int, int) - Method in interface net.rim.device.api.system.AudioFileListener
Deprecated. Invoked when an audio file operation fails.
AudioFormatControl - Interface in javax.microedition.amms.control
AudioFormatControl controls the setting of the audio format.
AudioListener - Interface in net.rim.device.api.system
This interface is the base interface for an application to receive audio events.
AudioPathControl - Interface in net.rim.device.api.media.control
AudioPathControl provides access to changing the audio path on media streams.
AudioVirtualizerControl - Interface in javax.microedition.amms.control.audioeffect
AudioVirtualizerControl is an effect to virtualize audio channels.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
AUGUST - Static variable in class javax.microedition.pim.RepeatRule
Constant for the month of August used with MONTH_IN_YEAR field.
AUTH_LIFETIME_ERROR - Static variable in class net.rim.device.api.gps.GPSSettings
Indicates an internal error has occurred when retrieving the authentication life time value.
AUTH_LIFETIME_UNSET - Static variable in class net.rim.device.api.gps.GPSSettings
Indicates that the authentication life time value was not set by the network.
authenticate() - Method in class javax.bluetooth.RemoteDevice
Attempts to authenticate this RemoteDevice.
authenticate(SecurityUIManager, DataBuffer, UserAuthenticatorContextObject) - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Authenticate the device's user with this authenticator.
AUTHENTICATE_ENCRYPT - Static variable in interface javax.bluetooth.ServiceRecord
Authentication and encryption are required for connections to this service.
AUTHENTICATE_NOENCRYPT - Static variable in interface javax.bluetooth.ServiceRecord
Authentication is required for connections to this service, but not encryption.
authenticateImpl(SecurityUIManager, DataBuffer, UserAuthenticatorContextObject) - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Authenticate the device's user with this authenticator.
AUTHENTICATION_MECHANISM_FINGERPRINT - Static variable in class net.rim.device.api.userauthenticator.UserAuthenticator
Provides fingerprint authentication.
AUTHENTICATION_MECHANISM_OTHER - Static variable in class net.rim.device.api.userauthenticator.UserAuthenticator
Provides an authentication mechanism other than smart card, fingerprint, or proximity.
AUTHENTICATION_MECHANISM_PROXIMITY - Static variable in class net.rim.device.api.userauthenticator.UserAuthenticator
Provides proximity authentication.
AUTHENTICATION_MECHANISM_SMART_CARD - Static variable in class net.rim.device.api.userauthenticator.UserAuthenticator
Provides smart card authentication.
AuthenticationControl - Interface in net.rim.device.api.media.control
AuthenticationControl allows authentication credentials to be set for a Player created with an RTSP locator.
AuthenticationStatusEvent - Class in net.rim.device.api.wlan.hotspot
An event object used to update HotspotStatusListener through HotspotAuthenticationAgent during any hotspot process.
AuthenticationStatusEvent(int) - Constructor for class net.rim.device.api.wlan.hotspot.AuthenticationStatusEvent
Creates an authentication status event to update hotspot status listeners.
AuthenticationStatusEvent(int, int, String) - Constructor for class net.rim.device.api.wlan.hotspot.AuthenticationStatusEvent
Creates an authentication status event to update hotspot status listeners.
Authenticator - Interface in javax.obex
This interface provides a way to respond to authentication challenge and authentication response headers.
AuthInfo - Interface in net.rim.blackberry.web.widget.jil
 
AUTHMODE_ANY - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access to any MIDlet suites.
AUTHMODE_PRIVATE - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access only to the current MIDlet suite.
AUTHOR_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for AUTHOR information.
authorize(Connection) - Method in class javax.bluetooth.RemoteDevice
Determines if this RemoteDevice should be allowed to continue to access the local service provided by the Connection.
authorize(String) - Method in class net.rim.blackberry.web.widget.jil.JILWidgetStorefront
This method will be invoked when the Widget Engine is launching a widget whose authorization has expired
AUTO - Static variable in interface javax.microedition.amms.control.camera.FlashControl
The camera will autoflash according to the lighting conditions.
AUTO - Static variable in interface javax.microedition.amms.control.camera.FocusControl
Autofocus.
AUTO - Static variable in interface javax.microedition.amms.control.imageeffect.ImageTonalityControl
Automatic setting.
AUTO - Static variable in interface javax.microedition.amms.control.imageeffect.WhiteBalanceControl
Automatic setting.
AUTO - Static variable in interface javax.microedition.amms.control.tuner.TunerControl
Automatic stereo mode.
AUTO_LOCK - Static variable in interface javax.microedition.amms.control.camera.FocusControl
Locks the autofocus.
AUTO_SIZE - Static variable in class net.rim.device.api.ui.container.GridFieldManager
Indicates that rows or columns should be automatically sized, with the available space divided evently among the rows or columns.
AUTO_WITH_REDEYEREDUCE - Static variable in interface javax.microedition.amms.control.camera.FlashControl
The camera will autoflash according to the lighting conditions and if it flashes it will use red-eye reduction.
AUTOCAP - Static variable in class net.rim.device.api.input.AutoTextInputHelper
Do automatic capitalization based on preceding punctuation.
AUTOCAP_OFF - Static variable in class net.rim.device.api.input.AutoTextInputHelper
Do no automatic capitalization based on preceding punctuation.
AUTOCAP_OFF - Static variable in class net.rim.device.api.ui.component.AutoTextEditField
Do no automatic capitalization based on preceding punctuation.
AutoCompleteField - Class in net.rim.device.api.ui.component
AutoCompleteField lets you create a text field that presents users with a changing list of words that are associated with the characters they have typed in the field.
AutoCompleteField(BasicFilteredList) - Constructor for class net.rim.device.api.ui.component.AutoCompleteField
Instantiate the field, passing in a filtered list.
AutoCompleteField(BasicFilteredList, long) - Constructor for class net.rim.device.api.ui.component.AutoCompleteField
Instantiate the field, passing in a filtered list and style attributes for the AutoCompleteField.
AutoCompleteField(BasicFilteredList, long, long, long) - Constructor for class net.rim.device.api.ui.component.AutoCompleteField
Instantiate the field, passing in a filtered list and style attributes for the AutoCompleteField as well as its BasicEditField and ListField.
AUTOMATIC_LOGIN_FLAG - Static variable in class net.rim.device.api.wlan.hotspot.HotspotInfo
Flag that identifies the login type of the network.
AUTOPERIOD - Static variable in class net.rim.device.api.input.AutoTextInputHelper
Do automatic period insertion after two spaces.
AUTOPERIOD_OFF - Static variable in class net.rim.device.api.input.AutoTextInputHelper
Do no automatic period insertion after two spaces.
AUTOPERIOD_OFF - Static variable in class net.rim.device.api.ui.component.AutoTextEditField
Do no automatic period insertion after two spaces.
AUTOREPLACE - Static variable in class net.rim.device.api.input.AutoTextInputHelper
Do autotext substitution on this field.
AUTOREPLACE_OFF - Static variable in class net.rim.device.api.input.AutoTextInputHelper
Do no autotext substitution on this field.
AUTOREPLACE_OFF - Static variable in class net.rim.device.api.ui.component.AutoTextEditField
Do no autotext substitution on this field.
AutoText - Class in net.rim.device.api.ui.autotext
Interface to an AutoTextEngine.
AutoText() - Constructor for class net.rim.device.api.ui.autotext.AutoText
AutoTextEditField - Class in net.rim.device.api.ui.component
An editable text field designed to provide autotext support.
AutoTextEditField() - Constructor for class net.rim.device.api.ui.component.AutoTextEditField
Constructs a new default AutoTextEditField instance.
AutoTextEditField(String, String) - Constructor for class net.rim.device.api.ui.component.AutoTextEditField
Constructs a new AutoTextEditField instance.
AutoTextEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.AutoTextEditField
Constructs a new, smaller AutoTextEditField instance, of a given style.
AutoTextInputHelper - Class in net.rim.device.api.input
Enriches the input helper with the autotext features which are: auto-capitalization, auto-period, and auto-substitution.
AutoTextInputHelper() - Constructor for class net.rim.device.api.input.AutoTextInputHelper
Constructs an AutoTextInputHelper instance.
AutoTextInputHelper(long) - Constructor for class net.rim.device.api.input.AutoTextInputHelper
Constructs an AutoTextInputHelper instance.
AutoTextInputHelper(Screen) - Constructor for class net.rim.device.api.input.AutoTextInputHelper
Constructs an AutoTextInputHelper instance.
AutoTextInputHelper(Screen, long) - Constructor for class net.rim.device.api.input.AutoTextInputHelper
Constructs an AutoTextInputHelper instance with specified input style.
AVAILABILITY - Static variable in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Bit flag for a linked contact's availability.
AVAILABILITY_AWAY - Static variable in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Contact is away, busy, on the phone, etc.
AVAILABILITY_OFFLINE - Static variable in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Contact is offline or otherwise unavailable.
AVAILABILITY_ONLINE - Static variable in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Contact is online, available, free to chat, etc.
AVAILABILITY_UNSET - Static variable in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Availability has not been set for this contact.
available() - Method in class com.google.zxing.common.BitSource
 
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
AVAILABLE - Static variable in class javax.microedition.location.LocationProvider
Availability status code: the location provider is available.
available() - Method in class net.rim.device.api.compress.GZIPInputStream
Retreives number of bytes which can be read from this stream without blocking.
available() - Method in class net.rim.device.api.compress.ZLibInputStream
Retreives number of bytes which can be read from this stream without blocking.
available() - Method in class net.rim.device.api.crypto.BlockDecryptor
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
 
available() - Method in class net.rim.device.api.crypto.CryptoInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class net.rim.device.api.io.Base64InputStream
Retrieves number of available bytes.
available() - Method in class net.rim.device.api.io.SharedInputStream
Retrieves number of bytes immediately available for reading.
available() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves number of available bytes.
AVAILABLE - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleState
For any element that has finished loading and is available for reading.
available() - Method in class net.rim.device.api.util.DataBuffer
Retrieves number of elements left in the buffer beyond the read/write position.
availableChanged(boolean) - Method in interface net.rim.device.api.system.capability.DeviceCapabilityListener
Notifies this listener when the observed capability type has changed its availability state.
availableSize() - Method in interface javax.microedition.io.file.FileConnection
Determines the free memory that is available on the file system that the file or directory resides on.
AXIS_HORIZONTAL - Static variable in class net.rim.device.api.ui.Field
Axis specifier.
AXIS_NEGATIVE_X - Static variable in class net.rim.device.api.system.DeviceOrientationUtil
Represents a negative X axis that is used for DeviceOrientationUtil.changeCoordinateSystem(float[], float[], int, int, int).
AXIS_NEGATIVE_Y - Static variable in class net.rim.device.api.system.DeviceOrientationUtil
Represents a negative Y axis that is used for DeviceOrientationUtil.changeCoordinateSystem(float[], float[], int, int, int).
AXIS_NEGATIVE_Z - Static variable in class net.rim.device.api.system.DeviceOrientationUtil
Represents a negative Z axis that is used for DeviceOrientationUtil.changeCoordinateSystem(float[], float[], int, int, int).
AXIS_SEQUENTIAL - Static variable in class net.rim.device.api.ui.Field
Axis specifier.
AXIS_VERTICAL - Static variable in class net.rim.device.api.ui.Field
Axis specifier.
AXIS_X - Static variable in class net.rim.device.api.system.DeviceOrientationUtil
Represents a positive X axis that is used for DeviceOrientationUtil.changeCoordinateSystem(float[], float[], int, int, int).
AXIS_Y - Static variable in class net.rim.device.api.system.DeviceOrientationUtil
Represents a positive Y axis that is used for DeviceOrientationUtil.changeCoordinateSystem(float[], float[], int, int, int).
AXIS_Z - Static variable in class net.rim.device.api.system.DeviceOrientationUtil
Represents a positive Z axis that is used for DeviceOrientationUtil.changeCoordinateSystem(float[], float[], int, int, int).
azimuthTo(Coordinates) - Method in class javax.microedition.location.Coordinates
Calculates the azimuth between the two points according to the ellipsoid model of WGS84.
AZURE - Static variable in class net.rim.device.api.ui.Color
 

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