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 class net.rim.device.api.ldap.LDAPQuery
Aborts the current query (if a query is currently running).
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(int) - Static method in class net.rim.device.api.math.Fixed32
Returns the absolute value of the given parameter
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
AbstractPhoneListener - class net.rim.blackberry.api.phone.AbstractPhoneListener.
A helper class defining an empty implementation of the PhoneListener class.
AbstractString - interface net.rim.device.api.util.AbstractString.
Defines a set of utility methods for string data.
AbstractStringWrapper - class net.rim.device.api.util.AbstractStringWrapper.
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.
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.MDSPushInputStream
Accepts this push.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection that represents a server side socket connection
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
Determines if this application receives KeyListener.keyUp(int, int) events.
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.
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.
activate() - Method in class net.rim.device.api.system.Application
Handles foregrounding event.
ActiveAutoTextEditField - class net.rim.device.api.ui.component.ActiveAutoTextEditField.
Field that uses a supplied set of string patterns to scan through a simple text string and 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 new, smaller ActiveAutoTextEditField instance.
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.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the VM.
ActiveFieldContext - class net.rim.device.api.ui.component.ActiveFieldContext.
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 net.rim.device.api.ui.component.ActiveFieldCookie.
Describes functionality provided by cookies that get added to active fields.
ActiveRichTextField - class net.rim.device.api.ui.component.ActiveRichTextField.
Field that uses a supplied set of string patterns to scan through a simple text string and pick out "active" regions.
ActiveRichTextField.RegionQueue - class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue.
Collects the arrays of regions and fonts common to rich-text fields.
ActiveRichTextField.RegionQueue(int, int) - Constructor for class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Creates a new RegionQueue instance for the specified string.
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, 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".
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".
ACUTE_ACCENT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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 page address menu item (false).
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[], 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(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[], 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(ContextMenu) - Method in class net.rim.device.api.ui.component.Menu
Adds a list of menu items to this menu.
add(ContextMenu, boolean) - Method in class net.rim.device.api.ui.component.Menu
Adds a list of menu items to this menu.
add(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is (this + a) mod modulus.
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.Manager
Adds a field to this manager.
add(Field) - Method in class net.rim.device.api.ui.component.Dialog
Adds a field to this dialog.
add(int[], int) - Static method in class net.rim.device.api.util.Arrays
Adds an element to the end of the provided array.
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(int, Object) - Method in class net.rim.device.api.util.IntMultiMap
Maps value to key.
add(long[], long) - Static method in class net.rim.device.api.util.Arrays
Adds an element to the end of the provided array.
add(MenuItem) - Method in class net.rim.device.api.ui.component.Menu
Adds a menu item to this menu.
add(Object) - Method in interface net.rim.device.api.collection.WritableSet
Adds an element to this set.
add(Object) - Method in interface net.rim.device.api.collection.WritableList
Adds an element to the end of this list.
add(Object) - Method in class net.rim.device.api.collection.util.SparseList
Adds an element to this list.
add(Object) - Method in class net.rim.device.api.util.SimpleSortingVector
Adds provided object to this vector.
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(Object[], Object) - Static method in class net.rim.device.api.util.Arrays
Adds an element to the end of the provided array.
add(Object, Object) - Method in class net.rim.device.api.util.MultiMap
Maps value to key.
add(RadioButtonField) - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Adds a radio button field to this group.
add(String, Object, int) - Method in class net.rim.device.api.ui.component.Menu
Adds text item to this menu with the given cookie and ID.
add(String, String, int, Locale) - Method in class net.rim.device.api.ui.autotext.AutoText
Add an autotext entry for the specified parameters.
addAlertListener(AlertListener) - Method in class net.rim.device.api.system.Application
Adds an alert listener to this application.
addAndGetIndex(Object) - Method in class net.rim.device.api.collection.util.SparseList
Adds an element to this list and return its index.
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.CMSSigner
Add an attribute to the CMSSigner.
addAttribute(CMSAttribute) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Add an attribute to the unprotected attributes field of this message.
addAttribute(String) - Method in class net.rim.device.api.ldap.LDAPQuery
Request that the server return a specific attribute.
addBinary(int, int, byte[], int, int) - Method in interface javax.microedition.pim.PIMItem
Adds a binary value to a field within the item.
addBinary(int, int, byte[], int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a binary value to a field within 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 the field.
addBoolean(int, int, boolean) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a boolean value to the field.
addCall(CallLog) - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Adds a call to the log.
addCategory(String) - Method in interface javax.microedition.pim.PIMList
Adds a category to the PIMList.
addCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Adds a category to the PIMList.
addCertificates(Certificate[]) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Adds certificates to the message in the normal, IETF RFC manner.
addChildNode(int, Object) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new child node to this tree field.
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.
addCollectionListener(CollectionListener) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
 
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.UnsortedReadableList
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.LongSortedReadableList
Registers a listener to receive collection events.
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.CollectionListenerManager
Registers a new collection listener.
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.synchronization.OTASyncCapableSyncItem
 
addCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
Registers a listener to receive collection events.
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.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 class net.rim.device.api.crypto.keystore.CertificateStatusManager
Registers a listener to receive collection events.
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.Item
Adds a context sensitive Command to the item.
addCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Adds a command to the Displayable.
addCommand(Command) - Method in class javax.microedition.lcdui.Alert
Commands are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.
addConnection(DatagramConnection) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds a super-connection to the protocol.
addContentTypeParameter(String, String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Adds a content type parameter for this part.
addCustomField(Field) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Adds a user field to this manager.
addDate(int, int, long) - Method in interface javax.microedition.pim.PIMItem
Adds a date to a specified field.
addDate(int, int, long) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a date to a specified field.
addDgramId(DatagramStatusListener, int, int) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds an entry to the datagram status listener mapping table.
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(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Adds a new 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.collection.util.BigLongVector
Adds a new element to the end of this vector.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(Object) - Method in class net.rim.device.api.collection.util.BigVector
Adds a new element to the end of this vector.
addElement(Object) - Method in class net.rim.device.api.util.ContentProtectedVector
Adds provided element to the end of 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.
addEncryptionAlgorithm(byte, int) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Add an encryption algorithm with the specified priority.
addExceptDate(long) - Method in class javax.microedition.pim.RepeatRule
Adds a date for which the event will not occur.
addExceptDate(long) - Method in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Adds a date for which the event will 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.
addFilter(String) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds a filter to the query.
addFilter(String, 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.Store
Adds a folder listener to this store.
addFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Folder
Adds a listener for folder events on this folder.
addGlobalEventListener(GlobalEventListener) - Method in class net.rim.device.api.system.Application
Adds a global event listener to this application.
addHeader(String, String) - Method in interface net.rim.blackberry.api.mail.Part
Adds a value to header field by name.
addHeader(String, String) - Method in class net.rim.blackberry.api.mail.Message
Adds a value to list of values for header by name.
addHeader(String, String) - Method in class net.rim.blackberry.api.mail.BodyPart
Adds a header for this body part.
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
Adds a holster event listener to this application.
addIndex(KeyStoreIndex) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
addIndex(KeyStoreIndex) - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
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.CombinedKeyStore
Adds an index to all of the information currently in the key store.
addIndices(KeyStoreIndex[]) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
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.CombinedKeyStore
Adds an array of indices to all of the information currently in the key store.
addInt(int, int, int) - Method in interface javax.microedition.pim.PIMItem
Adds the integer value contained in the field.
addInt(int, int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds the integer value contained in the field.
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.
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) - 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.
addListener(LDAPListener) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds a LDAP listener to this query.
addListener(MemoryCleanerListener) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Registers a listener with this daemon.
addListener(Object[], Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Adds a listener to the list of listeners.
addListener(PersistentContentListener) - Static method in class net.rim.device.api.system.PersistentContent
Adds a persistent content listener.
addListener(PhoneLogListener) - Static method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Registers PhoneLogListener instance with the system
addListener(PIMListListener) - Method in interface net.rim.blackberry.api.pdap.BlackBerryPIMList
Adds a PIM list listener to this PIM list.
addListener(PIMListListener) - Method in interface net.rim.blackberry.api.pim.BlackBerryPIMList
Deprecated. Adds a PIM list listener to this PIM list.
addListener(Vector, Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Adds a listener to the list of listeners.
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.
addMediaListener(MediaListener) - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Registers a listener with the MediaPlayer.
addMediaListener(MediaListener) - Method in class net.rim.plazmic.mediaengine.MediaManager
Adds a listener to the media.
addMenuItem(long, ApplicationMenuItem) - 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.
addParticipant(PhoneCallLogID) - Method in class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Adds a participant to this call.
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
Adds a peripheral listener to this application.
addPhoneListener(PhoneListener) - Static method in class net.rim.blackberry.api.phone.Phone
Registers a phone listener with the system.
addPlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Add a player listener for this player.
addProperty(String, String) - Method in class net.rim.device.api.io.http.HttpHeaders
Adds a new key/value pair to the header list.
ADDR - Static variable in interface javax.microedition.pim.Contact
Represents the address of the contact.
ADDR - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Address of this contact.
ADDR_COUNTRY - Static variable in interface javax.microedition.pim.Contact
Represents the country field of the contact's address array.
ADDR_COUNTRY - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Country field of this contact's address array.
ADDR_EXTRA - Static variable in interface javax.microedition.pim.Contact
Represents an extra field of the contact's address array.
ADDR_EXTRA - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Extra field of this contact's address array.
ADDR_LOCALITY - Static variable in interface javax.microedition.pim.Contact
Represents the locality (for example, city) field of the contact's address array.
ADDR_LOCALITY - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Locality (for example, city) field of this contact's address array.
ADDR_POBOX - Static variable in interface javax.microedition.pim.Contact
Represents the post office box number field of the contact's address array.
ADDR_POBOX - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Post office box number field of this contact's address array.
ADDR_POSTALCODE - Static variable in interface javax.microedition.pim.Contact
Represents the postal code field of the contact's address array.
ADDR_POSTALCODE - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Postal code field of this contact's address array.
ADDR_REGION - Static variable in interface javax.microedition.pim.Contact
Represents the region (for example, state or province) field of the contact's address array.
ADDR_REGION - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Region (for example, state or province) field of this contact's address array.
ADDR_STREET - Static variable in interface javax.microedition.pim.Contact
Represents the street address field of the contact's address.
ADDR_STREET - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Street address field of this contact's address.
addRadioListener(RadioListener) - Method in class net.rim.device.api.system.Application
Adds a radio event listener to this application.
addRealtimeClockListener(RealtimeClockListener) - Method in class net.rim.device.api.system.Application
Adds a real-time clock event listener to this application.
addReceiptRequest(CMSReceiptRequest) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Add a signed receipt request to this message.
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.
addRecipient(Certificate) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Add a recipient using a default algorithm.
addRecipient(Certificate, int, PrivateKey, Certificate) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Adds a recipient.
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
 
Address - class net.rim.blackberry.api.mail.Address.
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.
AddressBookArguments - class net.rim.blackberry.api.invoke.AddressBookArguments.
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.
AddressException - exception net.rim.blackberry.api.mail.AddressException.
Thrown when an address is invalid.
AddressException() - Constructor for class net.rim.blackberry.api.mail.AddressException
Constructs a new AddressException instance with no detail message.
AddressException(String) - Constructor for class net.rim.blackberry.api.mail.AddressException
Constructs a new AddressException instance with the provided detail message.
ADDRSIZE - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Use PIMList.stringArraySize(int) instead
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 this 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.
addServiceListener(ServiceListener) - Method in class net.rim.blackberry.api.mail.Service
Registers a service listener to handle service events for this server.
addSiblingNode(int, Object) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new sibling node to this tree field.
addSigner(CMSSigner) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Adds a signer to the message.
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.
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 the field.
addString(int, int, String) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a string value to the field.
addStringArray(int, int, String[]) - Method in interface javax.microedition.pim.PIMItem
Adds a string array value to the field.
addStringArray(int, int, String[]) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a string array value to the field.
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 class net.rim.device.api.synchronization.SyncItem
 
addSyncObject(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Adds a SyncObject to this SyncCollection.
addSystemListener(SystemListener) - Method in class net.rim.device.api.system.Application
Adds a system event listener to this application.
addToCategory(String) - Method in interface javax.microedition.pim.PIMItem
Adds a category to this item.
addToCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a category to this item.
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.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.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.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.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.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.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.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.keystore.PublicKeyKeyStoreIndex
 
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.LabelKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the label from the data object passed in.
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.AssociatedDataKeyStoreIndex
This method adds the KeyStoreData item to the KeyStoreDataMap given the associated data that is contained within that KeyStoreData.
addTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.system.Application
Adds a trackwheel event listener to this application.
addTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.ui.Screen
Registers a trackwheel event listener for this screen.
addViewListener(ViewListener) - Static method in class net.rim.blackberry.api.mail.Session
Registers a listener for view notification.
addWeakListener(MemoryCleanerListener) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Registers a weak reference for a listener with this daemon.
addWeakListener(PersistentContentListener) - Static method in class net.rim.device.api.system.PersistentContent
Adds a weak persistent content listener.
adpcmDone(int) - Method in interface net.rim.device.api.system.AlertListener2
Invoked when an ADPCM alert ends.
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.
AESDecryptorEngine - class net.rim.device.api.crypto.AESDecryptorEngine.
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.
AESEncryptorEngine - class net.rim.device.api.crypto.AESEncryptorEngine.
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.
AESKey - class net.rim.device.api.crypto.AESKey.
Creates an Advanced Encryption Standard (AES) key.
AESKey() - Constructor for class net.rim.device.api.crypto.AESKey
Creates a new random 128-bit key.
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(int) - Constructor for class net.rim.device.api.crypto.AESKey
Creates a new random key of 128, 192, or 256 bits.
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
Represents the date and time of the alarm for this event.
ALARM - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Represents the date and time of the alarm for this event.
Alert - class javax.microedition.lcdui.Alert.
An alert is a screen that shows data to the user and waits for a certain period of time before proceeding to the next screen.
Alert - class net.rim.device.api.system.Alert.
Provides access to the device's audio system.
ALERT - Static variable in class javax.microedition.lcdui.Display
Image type for Alert image.
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_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(String) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an alert dialog.
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.
AlertListener - interface net.rim.device.api.system.AlertListener.
Provides functionality for receiving alert events.
AlertListener2 - interface net.rim.device.api.system.AlertListener2.
Provides functionality for receiving alert events.
AlertProtocol - interface net.rim.device.api.crypto.tls.AlertProtocol.
Defines the methods and possible common constants for the alert protocol.
AlertType - class javax.microedition.lcdui.AlertType.
The AlertType provides an indication of the nature of alerts.
AlertType() - Constructor for class javax.microedition.lcdui.AlertType
Protected constructor for subclasses.
ALICEBLUE - Static variable in class net.rim.device.api.ui.Color
 
ALL_FIPS_TESTS_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing all of the FIPS tests.
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.
ALLDAY - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. Indicates whether or not an event is an all day event.
allocateDatagramId(Datagram) - Method in class net.rim.device.api.io.DatagramTransportBase
Allocates an ID for provided datagram.
allocateDatagramId(Datagram) - Method in class net.rim.device.api.io.DatagramConnectionBase
Allocates an ID for the provided datagram.
ALLOW_DECIMAL - Static variable in class net.rim.device.api.ui.text.NumericTextFilter
Text style that allows numeric strings with decimal notation.
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.
allowOTASync(SyncCollection, boolean) - Method in class net.rim.device.api.synchronization.SyncManager
Allow OTA synchronization for the given SyncCollection.
allowsChildren() - Method in interface net.rim.device.api.collection.ReadableTree
Determines if this node allows children.
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
 
ALPHA_BITDEPTH_MONO - Static variable in class net.rim.device.api.system.Bitmap
 
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_URL - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Used to lookup the URLs in getSubjectAltNameStrings and getIssuerAltNameStrings.
ALWAYS_LOG - Static variable in class net.rim.device.api.system.EventLogger
Always log event, regardless of severity.
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.
AMPERSAND - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
and(BitSet) - Method in class net.rim.device.api.util.BitSet
Performs bitwise AND on this set with provided mask.
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).
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.
APOSTROPHE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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_CALENDAR - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Calendar 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_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).
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(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(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(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double 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(Image) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one Image to the form.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(Item) - Method in class javax.microedition.lcdui.Form
Adds an Item into the Form.
append(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Appends a Layer to this LayerManager.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
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(String) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one String to the form.
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 section of a StringBuffer another StringBuffer.
append(StringBuffer, StringBuffer, int, int) - Static method in class net.rim.device.api.util.StringUtilities
 
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(String, Image) - Method in class javax.microedition.lcdui.List
 
append(String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
append(String, Image) - Method in interface javax.microedition.lcdui.Choice
Appends an element to the Choice.
append(String, String) - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Appends the given name-value pair to a buffer.
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.MultipartPostData
Appends the given name-value pair to the form data.
appendAddress(StringBuffer, boolean, int, int, int) - Static method in class net.rim.device.api.io.MobitexAddress
Forms an address string and appends it to provided buffer.
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(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
appendFont(Font) - Method in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Adds a new font into the master table.
appendFont(Font, int, int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Adds a new font into the master table.
appendHex(byte[], int, int, int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Appends a hex value to provided byte array.
appendHex(StringBuffer, int, int, int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Appends a hex value to provided string buffer.
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, 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.
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.
appendRegion(int, byte, long) - Method in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Appends a region into the table set.
Application - class net.rim.device.api.system.Application.
The base class for all device applications.
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 - 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_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.
Application() - Constructor for class net.rim.device.api.system.Application
Constructs a new Application instance.
ApplicationArguments - class net.rim.blackberry.api.invoke.ApplicationArguments.
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 net.rim.device.api.system.ApplicationDescriptor.
Encapsulates descriptive information for an application.
ApplicationDescriptor(ApplicationDescriptor, String[]) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new ApplicationDescriptor, using another descriptor as a template.
ApplicationDescriptor(ApplicationDescriptor, String, String[]) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new named ApplicationDescriptor, using another descriptor as a template.
ApplicationDescriptor(ApplicationDescriptor, String, String[], Bitmap, int, String, int) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new named ApplicationDescriptor, using another descriptor as a template, and providing initial settings.
ApplicationDescriptor(ApplicationDescriptor, String, String[], Bitmap, int, String, int, int) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new named ApplicationDescriptor, using another descriptor as a template, and providing initial settings.
ApplicationManager - class net.rim.device.api.system.ApplicationManager.
Manages all Java applications on the device.
ApplicationManagerException - exception net.rim.device.api.system.ApplicationManagerException.
Thrown when the application manager encounters an error.
ApplicationManagerException(String) - Constructor for class net.rim.device.api.system.ApplicationManagerException
Constructs a new application manager exception with specific detail message.
ApplicationMenuItem - class net.rim.blackberry.api.menuitem.ApplicationMenuItem.
Provides the functionality for adding items to application menus.
ApplicationMenuItem(int) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Creates a new ApplicationMenuItem instance with provided menu position.
ApplicationMenuItem(Object, int) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Creates a new ApplicationMenuItem instance with provided context and menu position.
ApplicationMenuItemRepository - class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository.
Contains the functionality necessary for registering ApplicationMenuItem instances.
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(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.
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.
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.
applyPattern(String) - Method in class net.rim.device.api.i18n.MessageFormat
Applies a new pattern string to this formatter.
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
Represents the constant for the month: April.
APRIL - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the constant for the month: April.
AQUA - Static variable in class net.rim.device.api.ui.Color
 
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
ARC4Key - class net.rim.device.api.crypto.ARC4Key.
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(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.
ARC4Key(int) - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates a new random ARC4Key object by specifying the key length.
ARC4PseudoRandomSource - class net.rim.device.api.crypto.ARC4PseudoRandomSource.
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(ARC4Key) - Constructor for class net.rim.device.api.crypto.ARC4PseudoRandomSource
Creates an ARC4PseudoRandomSource object using the specified ARC4Key to initialize the pseudo-random source.
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.
ArcTan(int) - Static method in class net.rim.device.api.math.Fixed32
Computes ArcTan(f), f is a fixed point number |f| <= 1 For the inverse tangent calls, all approximations are valid for |t| <= 1.
areCertificatesPresent() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns true if there are certificates in the message, else returns false.
ARG_CALL - Static variable in class net.rim.blackberry.api.invoke.PhoneArguments
Argument to open the Phone application for an outgoing call.
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 message centre in the default (main message list) view.
ARG_SAVED - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the message centre in the saved message list.
ARG_SEARCH - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the message centre in the message search screen.
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_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
ArithmeticException - exception java.lang.ArithmeticException.
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
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 java.lang.ArrayIndexOutOfBoundsException.
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
Arrays - class net.rim.device.api.util.Arrays.
Provides a host of utility functions for manipulating arrays.
ArrayStoreException - exception java.lang.ArrayStoreException.
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ask(int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an standard inquiry dialog.
ask(int, String) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with provided message.
ask(int, String, int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with provided message.
ask(String, Object[], int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with provided message and choices.
ask(String, Object[], int[], int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with provided message, choices, and values.
ASN1BitSet - class net.rim.device.api.crypto.asn1.ASN1BitSet.
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 net.rim.device.api.crypto.asn1.ASN1EncodingException.
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 class net.rim.device.api.crypto.asn1.ASN1EncodingException
Constructs a ASN1EncodingException object with no detailed message.
ASN1EncodingException(String) - Constructor for class net.rim.device.api.crypto.asn1.ASN1EncodingException
Constructs a ASN1EncodingException object with a detailed message.
ASN1InputByteArray - class net.rim.device.api.crypto.asn1.ASN1InputByteArray.
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 net.rim.device.api.crypto.asn1.ASN1InputStream.
A parser which parses bytes according to the ASN.1 Distinguished Encoding Rules (DER) and Basic Encoding Rules (BER) format specification.
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.
ASN1InputStream(InputStream) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputStream
Constructs an ASN1InputStream object which reads bytes from inputStream.
ASN1OutputStream - class net.rim.device.api.crypto.asn1.ASN1OutputStream.
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.
AssociatedData - class net.rim.device.api.crypto.keystore.AssociatedData.
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 net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex.
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.
ASTERISK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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.
ATTACHMENT - Static variable in interface net.rim.blackberry.api.mail.Part
Present this part as an attachment.
AttachmentHandler - interface net.rim.blackberry.api.mail.AttachmentHandler.
Defines functionality one must implement to perform custom attachment actions.
AttachmentHandlerManager - class net.rim.blackberry.api.mail.AttachmentHandlerManager.
The manager class for attachment handling.
ATTENDEES - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
A list of e-mail addresses identifying attendees at an Event.
ATTENDEES - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. A list of e-mail addresses identifying attendees at an Event.
Attr - interface org.w3c.dom.Attr.
The Attr interface represents an attribute in an Element object.
ATTR_ASST - Static variable in interface javax.microedition.pim.Contact
Represents the information (usually name or phone number) of a contact's assistant.
ATTR_ASST - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Information (usually name or phone number) for an assistant to a contact.
ATTR_AUTO - Static variable in interface javax.microedition.pim.Contact
Represents the automobile phone number of a contact.
ATTR_AUTO - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Automobile phone number for a contact.
ATTR_FAX - Static variable in interface javax.microedition.pim.Contact
Represents the fax number of a contact.
ATTR_FAX - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Fax number for a contact.
ATTR_HOME - Static variable in interface javax.microedition.pim.Contact
Represents the home phone number of a contact.
ATTR_HOME - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Home phone number for a contact.
ATTR_MOBILE - Static variable in interface javax.microedition.pim.Contact
Represents the mobile phone number of a contact.
ATTR_MOBILE - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Mobile phone number for a contact.
ATTR_NONE - Static variable in interface javax.microedition.pim.PIMItem
Indicates that no additional attributes are applicable for this field.
ATTR_NONE - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Indicates that no additional attributes are applicable for this field.
ATTR_OTHER - Static variable in interface javax.microedition.pim.Contact
Represents an "other" field for a contact.
ATTR_OTHER - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Other information for a contact.
ATTR_PAGER - Static variable in interface javax.microedition.pim.Contact
Represents a pager number for a contact.
ATTR_PAGER - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Pager number for a contact.
ATTR_PREFERRED - Static variable in interface javax.microedition.pim.Contact
Indicates that a field is the preferred attribute for a contact.
ATTR_PREFERRED - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Indicates that a field is the preferred attribute for a contact.
ATTR_SMS - Static variable in interface javax.microedition.pim.Contact
Represents the SMS address of a contact.
ATTR_SMS - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. SMS address for a contact.
ATTR_WORK - Static variable in interface javax.microedition.pim.Contact
Represents the work phone number of a contact.
ATTR_WORK - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Work phone number of a contact.
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
attributes - Variable in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Text attributes for regions.
Attributes - interface org.xml.sax.Attributes.
Interface for a list of XML attributes.
audioDone(int) - Method in interface net.rim.device.api.system.AlertListener
Invoked when an audio alert ends.
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
Represents the constant for the month: August.
AUGUST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the constant for the month: August.
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.
AutoText - class net.rim.device.api.ui.autotext.AutoText.
Interface to an AutoTextEngine.
AutoText() - Constructor for class net.rim.device.api.ui.autotext.AutoText
 
AutoTextEditField - class net.rim.device.api.ui.component.AutoTextEditField.
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.
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() - 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.compress.GZIPInputStream
Retreives number of bytes which can be read from this stream without blocking.
available() - Method in class net.rim.device.api.io.SharedInputStream
Retrieves number of bytes available for reading.
available() - Method in class net.rim.device.api.io.Base64InputStream
Retrieves number of available bytes.
available() - Method in class net.rim.device.api.util.DataBuffer
Retrieves number of elements left in the buffer beyond the read/write position.
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.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.CMSSignedDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream
 
available() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves number of available bytes.
AZURE - Static variable in class net.rim.device.api.ui.Color
 

B

BACK - Static variable in class javax.microedition.lcdui.Command
A navigation command that returns the user to the logically previous screen.
backgroundColors - Variable in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Background colours for regions.
Backlight - class net.rim.device.api.system.Backlight.
Provides access to the device's backlight(s).
Backlight() - Constructor for class net.rim.device.api.system.Backlight
 
BACKSPACE - Static variable in interface net.rim.device.api.system.Characters
Represents the Backspace key.
backspace() - Method in class net.rim.device.api.ui.component.EmailAddressEditField
Deletes character to the left of the cursor, or deletes selection.
backspace() - Method in class net.rim.device.api.ui.component.BasicEditField
Deletes character to the left of the cursor, or deletes selection.
backspace() - Method in class net.rim.device.api.ui.component.AutoTextEditField
Deletes character to the left of the cursor, or deletes selection.
backspace(int) - Method in class net.rim.device.api.ui.component.BasicEditField
Deletes specified number of characters to the left of the cursor.
backspace(int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Deletes specified number of characters to the left of the cursor, with indication of source of this action.
BackwardStatusException - exception net.rim.device.api.crypto.keystore.BackwardStatusException.
An exception representing times when someone is attempting to set the status of a certificate backwards.
BackwardStatusException() - Constructor for class net.rim.device.api.crypto.keystore.BackwardStatusException
Creates a BackwardStatusException with no parameters.
BackwardStatusException(String) - Constructor for class net.rim.device.api.crypto.keystore.BackwardStatusException
Creates a BackwardStatusException with a description string.
BAD_CERTIFICATE - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a certificate was corrupt, contained signatures that did not verify correctly, etc.
BAD_EXTENSIONS - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate has unrecognized critical extensions.
BAD_RECORD_MAC - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
This alert is returned if a record is received with an incorrect Message Authentication Code (MAC).
BadPaddingException - exception net.rim.device.api.crypto.BadPaddingException.
The exception class thrown when there is a problem unpadding some data that has been padded.
BadPaddingException() - Constructor for class net.rim.device.api.crypto.BadPaddingException
Creates a BadPaddingException object.
BadPaddingException(String) - Constructor for class net.rim.device.api.crypto.BadPaddingException
Creates a BadPaddingException object with a message string.
BALLOT_BOX - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BALLOT_BOX_WITH_CHECK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BALLOT_X - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BAND_CDMA_1900 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 1900 MHz CDMA band.
BAND_CDMA_800 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 800 MHz CDMA band.
BAND_DATATAC_800 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 800 MHz Datatac band.
BAND_GSM_1800 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 1800 MHz GSM band.
BAND_GSM_1900 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 1900 MHz GSM band.
BAND_GSM_850 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 850 MHz GSM band.
BAND_GSM_900 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 900 MHz GSM band.
BAND_IDEN_800 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 800 MHz iDEN band.
BAND_MOBITEX_900 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 900 MHz Mobitex band.
BARE - Static variable in class net.rim.device.api.ui.component.ButtonField
Don't draw button outline.
Base64InputStream - class net.rim.device.api.io.Base64InputStream.
Input stream for reading Base64 encoded data.
Base64InputStream(InputStream) - Constructor for class net.rim.device.api.io.Base64InputStream
Constructs a new Base64InputStream instance with underlying input stream.
Base64InputStream(InputStream, boolean) - Constructor for class net.rim.device.api.io.Base64InputStream
Constructs a new Base64InputStream instance with underlying input stream.
Base64OutputStream - class net.rim.device.api.io.Base64OutputStream.
Ouput stream for writing Base64 encoded data.
Base64OutputStream(OutputStream) - Constructor for class net.rim.device.api.io.Base64OutputStream
Constructs a new Base64OutputSream instance with underlying output stream.
Base64OutputStream(OutputStream, boolean, boolean) - Constructor for class net.rim.device.api.io.Base64OutputStream
Constructs a new Base64OutputStream instance with specific newline and carriage return settings.
BASELINE - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point at the baseline of text.
BASELINE - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for the baseline of the text.
baseStationChange() - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the radio has changed base stations.
BasicEditField - class net.rim.device.api.ui.component.BasicEditField.
An editable simple text field with no formatting.
BasicEditField() - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs an empty BasicEditField instance.
BasicEditField(long) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs an empty BasicEditField instance of particular style.
BasicEditField(String, String) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs an BasicEditField instance with label and initial contents.
BasicEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs a smaller BasicEditField instance with label, initial contents, and particular style.
BATCH_OPERATION - Static variable in class net.rim.blackberry.api.mail.event.StoreEvent
Indicates that a batch operation has occurred on this store, such as a bulk delete or bulk add.
batchOperation(StoreEvent) - Method in interface net.rim.blackberry.api.mail.event.StoreListener
Invoked when a batch operation (such as a bulk add or delete) occurs on a store.
batteryGood() - Method in interface net.rim.device.api.system.SystemListener
Invoked when the internal battery voltage has returned to normal.
batteryLow() - Method in interface net.rim.device.api.system.SystemListener
Invoked when the internal battery voltage falls below a critical level.
batteryStatusChange(int) - Method in interface net.rim.device.api.system.SystemListener
Invoked when the internal battery state has changed.
BAUD_115200 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
115200 baud.
BAUD_19200 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
19200 baud.
BAUD_230400 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
230400 baud.
BAUD_2400 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
2400 baud.
BAUD_38400 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
38400 baud.
BAUD_4800 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
4800 baud.
BAUD_57600 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
57600 baud.
BAUD_7200 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
7200 buad.
BAUD_9600 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
9600 baud.
BCC - Static variable in interface net.rim.blackberry.api.mail.Message.RecipientType
"Bcc" (blind carbon copy) recipients
BCC - Static variable in class net.rim.blackberry.api.mail.Header
"Bcc" header tag.
before(Object) - Method in class java.util.Calendar
Compares the time field records.
beginBulkUpdate(Collection) - Method in interface net.rim.device.api.collection.BulkUpdateCollectionListener
Monitoried collection is beginning a bulk update.
beginIndex - Variable in class net.rim.device.api.util.StringPattern.Match
First character of the matched sub-string within the string examined.
beginTransaction() - Method in class net.rim.device.api.synchronization.SyncItem
 
beginTransaction() - Method in interface net.rim.device.api.synchronization.SyncCollection
Starts a transaction.
BEIGE - Static variable in class net.rim.device.api.ui.Color
 
BigIntVector - class net.rim.device.api.collection.util.BigIntVector.
Vector optimized to support insert/delete operations without shuffling the entire array.
BigIntVector() - Constructor for class net.rim.device.api.collection.util.BigIntVector
Constructs a new empty vector.
BigIntVector(int) - Constructor for class net.rim.device.api.collection.util.BigIntVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigIntVector(int, int) - Constructor for class net.rim.device.api.collection.util.BigIntVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigLongVector - class net.rim.device.api.collection.util.BigLongVector.
Vector optimized to support insert/delete operations without shuffling the entire array.
BigLongVector() - Constructor for class net.rim.device.api.collection.util.BigLongVector
Constructs a new empty vector.
BigLongVector(int) - Constructor for class net.rim.device.api.collection.util.BigLongVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigLongVector(int, int) - Constructor for class net.rim.device.api.collection.util.BigLongVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigSortedReadableList - class net.rim.device.api.collection.util.BigSortedReadableList.
Maintains a large collection of elements in a sorted order.
BigSortedReadableList(CollectionEventSource, Comparator) - Constructor for class net.rim.device.api.collection.util.BigSortedReadableList
Constructs a new BigSortedReadableList instance and initialize with source.
BigSortedReadableList(Comparator) - Constructor for class net.rim.device.api.collection.util.BigSortedReadableList
Constructs a new BigSortedReadableList instance.
BigUnsortedReadableList - class net.rim.device.api.collection.util.BigUnsortedReadableList.
Maintains a large collection of unsorted elements.
BigUnsortedReadableList() - Constructor for class net.rim.device.api.collection.util.BigUnsortedReadableList
Constructs a new, empty BigUnsortedReadableList instance.
BigUnsortedReadableList(CollectionEventSource) - Constructor for class net.rim.device.api.collection.util.BigUnsortedReadableList
Constructs a new BigUnsortedReadableList instance.
BigVector - class net.rim.device.api.collection.util.BigVector.
Vector optimized to support insert/delete operations without shuffling the entire array.
BigVector() - Constructor for class net.rim.device.api.collection.util.BigVector
Constructs a new empty vector.
BigVector(int) - Constructor for class net.rim.device.api.collection.util.BigVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigVector(int, int) - Constructor for class net.rim.device.api.collection.util.BigVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BINARY - Static variable in interface javax.microedition.pim.PIMItem
Indicates that the data type is binary.
BINARY - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Indicates that the data type is binary.
BINARY_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for binary messages (value = "binary").
BinaryMessage - interface javax.wireless.messaging.BinaryMessage.
An interface representing a binary message.
binarySearch(Comparator, Object) - Method in class net.rim.device.api.collection.util.BigVector
Performs a binary search to locate a value.
binarySearch(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Performs a binary search to locate a value.
binarySearch(int[], int) - Static method in class net.rim.device.api.util.Arrays
Finds key in integer array using binary search.
binarySearch(int[], int, int, int) - Static method in class net.rim.device.api.util.Arrays
Finds key in section of integer array using binary search.
binarySearch(long) - Method in class net.rim.device.api.collection.util.BigLongVector
Performs a binary search to locate a value.
binarySearch(long[], long, int, int) - Static method in class net.rim.device.api.util.Arrays
Finds key in section of long integer array using binary search.
binarySearch(Object[], Object, Comparator, int, int) - Static method in class net.rim.device.api.util.Arrays
Finds object key in section of object array using binary search with provided comparator.
binarySearch(Object, int, int) - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Does binary search to locate an element.
BIRTHDAY - Static variable in interface javax.microedition.pim.Contact
Represents the birthday field of the contact.
BIRTHDAY - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Birthday field for this contact.
BISQUE - Static variable in class net.rim.device.api.ui.Color
 
bit_depth - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
The bit depth of the PNG.
BIT_STRING - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 BIT_STRING primitive type.
Bitmap - class net.rim.device.api.system.Bitmap.
Encapsulates a Bitmap graphic usable for display on the device.
Bitmap.PNGInfo - class net.rim.device.api.system.Bitmap.PNGInfo.
Provides additional information relevant for PNG bitmap graphics.
Bitmap.PNGInfo() - Constructor for class net.rim.device.api.system.Bitmap.PNGInfo
Constructs a new PNGInfo instance.
Bitmap(int, int) - Constructor for class net.rim.device.api.system.Bitmap
Constructs a blank bitmap object.
Bitmap(int, int, int) - Constructor for class net.rim.device.api.system.Bitmap
Constructs a blank bitmap object of a specific type.
Bitmap(int, int, int, byte[]) - Constructor for class net.rim.device.api.system.Bitmap
Constructs a new bitmap of a specific type from existing data.
BitmapField - class net.rim.device.api.ui.component.BitmapField.
Displays a bitmap.
BitmapField() - Constructor for class net.rim.device.api.ui.component.BitmapField
Constructs a new BitmapField instance.
BitmapField(Bitmap) - Constructor for class net.rim.device.api.ui.component.BitmapField
Constructs a new BitmapField instance with provided bitmap.
BitmapField(Bitmap, long) - Constructor for class net.rim.device.api.ui.component.BitmapField
Constructs a new BitmapField instance with provided bitmap and alignment style.
BitSet - class net.rim.device.api.util.BitSet.
Maintains a collection of bits.
BitSet() - Constructor for class net.rim.device.api.util.BitSet
Constructs a new BitSet instance with enough room for 128 bits.
BitSet(BitSet) - Constructor for class net.rim.device.api.util.BitSet
Constructs a new BitSet instance using another as a template.
BitSet(int) - Constructor for class net.rim.device.api.util.BitSet
Constructs a new BitSet instance of provided size.
BLACK - Static variable in class net.rim.device.api.ui.Graphics
Black (see CCIR 601.1).
BLACK - Static variable in class net.rim.device.api.ui.Color
 
BLACK_CLUB_SUIT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_DIAMOND_SUIT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_DOWN_POINTING_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_HEART_SUIT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_LEFT_POINTING_POINTER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_LEFT_POINTING_SMALL_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_LEFT_POINTING_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_RIGHT_POINTING_POINTER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_RIGHT_POINTING_SMALL_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_RIGHT_POINTING_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_SPADE_SUIT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_SUN_WITH_RAYS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_TELEPHONE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_UP_POINTING_SMALL_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_UP_POINTING_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BlackBerryContact - interface net.rim.blackberry.api.pdap.BlackBerryContact.
This interface represents a contact contained in the default RIM BlackBerry address book.
BlackBerryContact - interface net.rim.blackberry.api.pim.BlackBerryContact.
Deprecated. In favour of BlackBerryContact.
BlackBerryContactList - interface net.rim.blackberry.api.pdap.BlackBerryContactList.
Contains the functionality for the BlackBerry-specific implementation of a ContactList.
BlackBerryContactList - interface net.rim.blackberry.api.pim.BlackBerryContactList.
Deprecated. In favour of BlackBerryContactList.
BlackBerryContactList.AddressTypes - interface net.rim.blackberry.api.pdap.BlackBerryContactList.AddressTypes.
Describes the various address types supported by the BlackBerryContactList.choose(javax.microedition.pim.Contact, int, boolean) method.
BlackBerryEvent - interface net.rim.blackberry.api.pdap.BlackBerryEvent.
Represents an event contained in the default RIM BlackBerry calendar.
BlackBerryEvent - interface net.rim.blackberry.api.pim.BlackBerryEvent.
Deprecated. In favour of BlackBerryEvent.
BlackBerryPIMList - interface net.rim.blackberry.api.pdap.BlackBerryPIMList.
Contains the functionality for the BlackBerry-specific implementation of the PIMList.
BlackBerryPIMList - interface net.rim.blackberry.api.pim.BlackBerryPIMList.
Deprecated. In favour of BlackBerryPIMList.
BLANCHEDALMOND - Static variable in class net.rim.device.api.ui.Color
 
BLOCK_END - Static variable in interface javax.microedition.media.control.ToneControl
Defines an ending point for a block.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.TripleDESEncryptorEngine
The block length, in bytes, for the algorithm, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.TripleDESDecryptorEngine
Represents the block length in bytes for the algorithm, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SkipjackEncryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SkipjackDecryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA384Digest
Represents the block length, namely 128 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA224Digest
Represents the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.RIPEMD160Digest
A static definition stating the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.RIPEMD128Digest
A definition stating the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.RC2EncryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.RC2DecryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.MD4Digest
A static definition stating the block length of 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.MD2Digest
A static definition stating the block length of 16 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.DESEncryptorEngine
A public value stating the block length in bytes for the algorithm, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.DESDecryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.CAST128EncryptorEngine
A public value stating the block length in bytes for the algorithm, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.CAST128DecryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA512Digest
Represents the block length, namely 128 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA256Digest
Represents the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA1Digest
Definition stating the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.MD5Digest
A static definition stating the block length of 64 bytes.
BLOCK_START - Static variable in interface javax.microedition.media.control.ToneControl
Defines a starting point for a block.
BlockDecryptor - class net.rim.device.api.crypto.BlockDecryptor.
The superclass of all classes that implement block ciphers.
BlockDecryptor(BlockDecryptorEngine, InputStream) - Constructor for class net.rim.device.api.crypto.BlockDecryptor
Creates a BlockDecryptor object based on the given block decryptor and input stream.
BlockDecryptor(BlockUnformatterEngine, InputStream) - Constructor for class net.rim.device.api.crypto.BlockDecryptor
Creates a BlockDecryptor object using a given unformatter engine and input stream.
BlockDecryptorEngine - interface net.rim.device.api.crypto.BlockDecryptorEngine.
The BlockDecryptorEngine interface describes the functionality of using a block cipher for decryption.
BlockEncryptor - class net.rim.device.api.crypto.BlockEncryptor.
The superclass of all classes that implement block ciphers.
BlockEncryptor(BlockEncryptorEngine, OutputStream) - Constructor for class net.rim.device.api.crypto.BlockEncryptor
Creates a BlockEncryptor object using the specified block encryptor engine and output stream.
BlockEncryptor(BlockFormatterEngine, OutputStream) - Constructor for class net.rim.device.api.crypto.BlockEncryptor
Creates a BlockEncryptor object using the specified block encoder and output stream.
BlockEncryptorEngine - interface net.rim.device.api.crypto.BlockEncryptorEngine.
The BlockEncryptorEngine interface describes the functionality of using a block cipher for encryption.
BlockFormatterEngine - interface net.rim.device.api.crypto.BlockFormatterEngine.
The BlockFormatterEngine interface formats input by inserting padding into the data.
BlockUnformatterEngine - interface net.rim.device.api.crypto.BlockUnformatterEngine.
The BlockUnFormatterEngine interface removes any formatting from data.
BLUE - Static variable in class net.rim.device.api.ui.Color
 
BluetoothSerialPort - class net.rim.device.api.bluetooth.BluetoothSerialPort.
Provides access to the Bluetooth Serial Port profile.
BluetoothSerialPort(BluetoothSerialPortInfo, int, int, int, int, int, BluetoothSerialPortListener) - Constructor for class net.rim.device.api.bluetooth.BluetoothSerialPort
Constructs a new BluetoothSerialPort instance for client use.
BluetoothSerialPort(String, int, int, int, int, int, BluetoothSerialPortListener) - Constructor for class net.rim.device.api.bluetooth.BluetoothSerialPort
Constructs a new BluetoothSerialPort instance for server use.
BluetoothSerialPortInfo - class net.rim.device.api.bluetooth.BluetoothSerialPortInfo.
Encapsulates information about the current connection through the Bluetooth serial port.
BluetoothSerialPortInfo(byte[], int, String) - Constructor for class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Creates a new BluetoothSerialPortInfo instance.
BluetoothSerialPortListener - interface net.rim.device.api.bluetooth.BluetoothSerialPortListener.
Applications wanting to handle Bluetooth I/O events should implement this interface.
BLUEVIOLET - Static variable in class net.rim.device.api.ui.Color
 
BMP_STRING - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 BMP_STRING primitive type.
BODY_TRUNCATED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag indicates that the message has been truncated.
BodyPart - class net.rim.blackberry.api.mail.BodyPart.
Represents a part contained in a Multipart.
BodyPart.ContentType - interface net.rim.blackberry.api.mail.BodyPart.ContentType.
Constants defining some common attachment types and subtypes.
BodyPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.BodyPart
Constructs a new BodyPart instance.
BOLD - Static variable in class net.rim.device.api.ui.Font
Bold font style modifier.
Boolean - class java.lang.Boolean.
The Boolean class wraps a value of the primitive type boolean in an object.
BOOLEAN - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 BOOLEAN primitive type.
BOOLEAN - Static variable in interface javax.microedition.pim.PIMItem
Indicates that the data type is a Boolean.
BOOLEAN - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Indicates that the data type is a Boolean.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
bottom - Variable in class net.rim.device.api.ui.XYEdges
Bottom edge.
BOTTOM - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images below the text or image.
BOTTOM - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for the bottom of the text.
BOTTOMMOST - Static variable in class net.rim.device.api.ui.Manager
Indicates scrolling all the way to the bottom of the manager.
BOX_DRAWINGS_LIGHT_DOWN_AND_RIGHT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BOX_DRAWINGS_LIGHT_UP_AND_RIGHT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BOX_DRAWINGS_LIGHT_VERTICAL - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Branding - class net.rim.device.api.system.Branding.
Provides access to various branding information
Branding() - Constructor for class net.rim.device.api.system.Branding
 
BRIGHTNESS_100 - Static variable in class net.rim.device.api.system.LED
LED 100% brightness.
BRIGHTNESS_12 - Static variable in class net.rim.device.api.system.LED
LED 12% brightness.
BRIGHTNESS_25 - Static variable in class net.rim.device.api.system.LED
LED 25% brightness.
BRIGHTNESS_50 - Static variable in class net.rim.device.api.system.LED
LED 50% brightness.
BROKEN_BAR - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BROKEN_CHAIN - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate in a chain was not issued by the next authority in the chain.
BROWN - Static variable in class net.rim.device.api.ui.Color
 
Browser - class net.rim.blackberry.api.browser.Browser.
Provides access to the BlackBerry Browser.
BrowserContent - interface net.rim.device.api.browser.field.BrowserContent.
Field in which internet resource content (URLs) can be rendered.
BrowserContentBaseImpl - class net.rim.device.api.browser.field.BrowserContentBaseImpl.
Field in which internet resource content (URLs) can be rendered.
BrowserContentBaseImpl(String, Field, RenderingApplication, RenderingOptions, int) - Constructor for class net.rim.device.api.browser.field.BrowserContentBaseImpl
Constructs a new BrowserContent instance.
BrowserContentChangedEvent - class net.rim.device.api.browser.field.BrowserContentChangedEvent.
Event to signal that field's text and/or title may have changed.
BrowserContentChangedEvent(Object) - Constructor for class net.rim.device.api.browser.field.BrowserContentChangedEvent
Creates a new BrowserFieldChangedEvent instance.
BrowserContentManager - class net.rim.device.api.browser.field.BrowserContentManager.
 
BrowserContentManager(long) - Constructor for class net.rim.device.api.browser.field.BrowserContentManager
 
BrowserContentProvider - class net.rim.device.api.browser.plugin.BrowserContentProvider.
Defines functionality required of a provider of specialized browser contents.
BrowserContentProvider() - Constructor for class net.rim.device.api.browser.plugin.BrowserContentProvider
 
BrowserContentProviderContext - class net.rim.device.api.browser.plugin.BrowserContentProviderContext.
Collects context information handed to a browser field provider by the rendering session.
BrowserContentProviderContext(HttpConnection, RenderingApplication, RenderingSession, int, Event) - Constructor for class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Creates a new BrowserFieldProviderContext instance.
BrowserContentProviderRegistry - class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry.
Registry to handle registration of browser content providers.
BrowserContentProviderRegistry() - Constructor for class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry
Creates a new BrowserFieldProviderRegistry instance.
BrowserPageContext - interface net.rim.device.api.browser.plugin.BrowserPageContext.
Describes a collection of particular rendering properties.
BrowserSession - class net.rim.blackberry.api.browser.BrowserSession.
BrowserSession objects are associated with a particular connection via Browser.getSession(String).
BSTAT_CHARGING - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is charging.
BSTAT_DEAD - Static variable in class net.rim.device.api.system.DeviceInfo
Battery at or below zero percent.
BSTAT_IS_USING_EXTERNAL_POWER - Static variable in class net.rim.device.api.system.DeviceInfo
Device is connected to an external power source.
BSTAT_LOW - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is low.
BSTAT_LOW_RATE_CHARGING - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is charging, but at a reduced rate.
BSTAT_NO_RADIO - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is too low for radio usage.
BSTAT_NO_TURN_ON - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is too low for device to turn on.
BSTAT_NONE - Static variable in class net.rim.device.api.system.DeviceInfo
No battery.
BSTAT_REVERSED - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is inserted backwards.
BSTAT_TOO_COLD - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is too cold.
BSTAT_TOO_HOT - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is too hot.
BSTAT_UNKNOWN_BATTERY - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is not recognized by the firmware.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
BUFFER_LENGTH - Static variable in class net.rim.device.api.io.LineReader
 
BUFFERING_STARTED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the Player enters into a buffering mode.
BUFFERING_STOPPED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the Player leaves the buffering mode.
buildCertificateChain(Certificate, Certificate[], KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds a certificate chain for a certificate from a pool of certificates and a keystore.
buildCertificateChain(Certificate, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds a certificate chain for a certificate from a keystore.
buildCertificateChains(Certificate, Certificate[], KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds all of the certificate chains for a certificate from a pool of certificates and a keystore.
buildCertificateChains(Certificate, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds all of the certificate chains for a certificate from a keystore.
buildTrustedCertificateChain(Certificate, Certificate[], KeyStore, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds a trusted certificate chain for a certificate from a pool of certificates and a keystore.
buildTrustedCertificateChains(Certificate, Certificate[], KeyStore, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds all of the trusted certificate chains for a certificate from a pool of certificates and a keystore.
BulkUpdateCollectionListener - interface net.rim.device.api.collection.BulkUpdateCollectionListener.
Provides collection events that signal bulk update operations.
BULLET - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BURLYWOOD - Static variable in class net.rim.device.api.ui.Color
 
BUTTON - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item is to appear as a button.
ButtonField - class net.rim.device.api.ui.component.ButtonField.
Contains a button control.
ButtonField() - Constructor for class net.rim.device.api.ui.component.ButtonField
Constructs a new ButtonField instance.
ButtonField(long) - Constructor for class net.rim.device.api.ui.component.ButtonField
Constructs a new ButtonField instance with provided style.
ButtonField(String) - Constructor for class net.rim.device.api.ui.component.ButtonField
Constructs a new ButtonField instance with provided label.
ButtonField(String, long) - Constructor for class net.rim.device.api.ui.component.ButtonField
Constructs a new ButtonField instance with provided label and style.
buzzerDone(int) - Method in interface net.rim.device.api.system.AlertListener
Invoked when a buzzer alert ends.
Byte - class java.lang.Byte.
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
ByteArrayInputStream - class java.io.ByteArrayInputStream.
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - class java.io.ByteArrayOutputStream.
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred - Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
ByteVector - class net.rim.device.api.util.ByteVector.
Vector-like class for storing byte values.
ByteVector() - Constructor for class net.rim.device.api.util.ByteVector
Constructs an empty vector.
ByteVector(int) - Constructor for class net.rim.device.api.util.ByteVector
Constructs an empty vector with the specified initial capacity.
ByteVector(int, int) - Constructor for class net.rim.device.api.util.ByteVector
Constructs an empty vector with the specified initial capacity and capacity increment.

C

C2PND163V1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
C2PND163V1 = 1.2.840.10045.3.0.1 Represents the WTLS5 elliptic curve.
C4 - Static variable in interface javax.microedition.media.control.ToneControl
Middle C.
CADETBLUE - Static variable in class net.rim.device.api.ui.Color
 
calculateThumbprint(Certificate, Digest) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Calculates the thumbprint of the certificate using the given digest.
Calendar - class java.util.Calendar.
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone.
CalendarArguments - class net.rim.blackberry.api.invoke.CalendarArguments.
Encapsulates arguments to pass to the Calendar application.
CalendarArguments() - Constructor for class net.rim.blackberry.api.invoke.CalendarArguments
Creates a new CalendarArguments instance with default arguments.
CalendarArguments(String) - Constructor for class net.rim.blackberry.api.invoke.CalendarArguments
Creates a new CalendarArguments instance with provided arguments.
CALL_ERROR_AUTHORIZATION_FAILURE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Authorization failure.
CALL_ERROR_CALL_REPLACED_BY_STK - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Call replaced by STK (GSM SIM specific)
CALL_ERROR_CONGESTION - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Congestion.
CALL_ERROR_CONNECTION_DENIED_BY_NETWORK - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Connection denied by network.
CALL_ERROR_DUE_TO_FADING - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Call failed because of signal fading.
CALL_ERROR_EMERGENCY_CALLS_ONLY - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Emergency calls only.
CALL_ERROR_FDN_MISMATCH - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Fixed dialing number mismatch.
CALL_ERROR_GENERAL - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
General call error.
CALL_ERROR_HOLD_ERROR - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Hold error.
CALL_ERROR_INCOMING_CALL_BARRED - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Incoming call barred.
CALL_ERROR_LOST_DUE_TO_FADING - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Call lost because of signal fading.
CALL_ERROR_MAINTENANCE_REQUIRED - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Maintenance required.
CALL_ERROR_NUMBER_NOT_IN_SERVICE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Number not in service (IDEN specific).
CALL_ERROR_NUMBER_UNOBTAINABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Number unobtainable.
CALL_ERROR_OUTGOING_CALLS_BARRED - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Outgoing call barred.
CALL_ERROR_PLEASE_TRY_LATER - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Please try call later (IDEN specific).
CALL_ERROR_RADIO_PATH_UNAVAILABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Radio path unavailable.
CALL_ERROR_SERVICE_CONFLICT - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Service conflict TI (IDEN specific).
CALL_ERROR_SERVICE_NOT_AVAILABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Service not available.
CALL_ERROR_SUBSCRIBER_BUSY - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Subscriber busy.
CALL_ERROR_SYSTEM_BUSY_TRY_LATER - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
System busy, try later (IDEN specific).
CALL_ERROR_TRY_AGAIN - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Call failed, please try again.
CALL_ERROR_USER_BUSY_IN_DATA - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User busy in data (IDEN specific).
CALL_ERROR_USER_BUSY_IN_PRIVATE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User busy in private (IDEN specific).
CALL_ERROR_USER_NOT_AUTHORIZED - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User not authorized (IDEN specific).
CALL_ERROR_USER_NOT_AVAILABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User not available (IDEN specific).
CALL_ERROR_USER_NOT_REACHABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User not reachable (IDEN specific).
CALL_ERROR_USER_UNKNOWN - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User unknown (IDEN specific).
callAdded(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call gets added to a conference call.
callAdded(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callAnswered(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when the user answers a call (user driven).
callAnswered(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callAt(int, long) - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Retrieves a particular call from the log by index.
callConferenceCallEstablished(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a conference call has been established.
callConferenceCallEstablished(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callConnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when the network indicates a connected event (network driven).
callConnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callDirectConnectConnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a direct-connect call is connected.
callDirectConnectConnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callDirectConnectDisconnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a direct-connect call is disconnected.
callDirectConnectDisconnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callDisconnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a Call is disconnected.
callDisconnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callEndedByUser(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when the user ends the call.
callEndedByUser(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callFailed(int, int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call fails.
callFailed(int, int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callHeld(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call goes into the 'held' state.
callHeld(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callIncoming(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a new call is arriving.
callIncoming(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callInitiated(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call has been initiated by the device (outbound).
callInitiated(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
CallLog - class net.rim.blackberry.api.phone.phonelogs.CallLog.
Abstract base class for phone call logs contained by the PhoneLogs class.
callLogAdded(CallLog) - Method in interface net.rim.blackberry.api.phone.phonelogs.PhoneLogListener
Invoked when a new call log added.
callLogRemoved(CallLog) - Method in interface net.rim.blackberry.api.phone.phonelogs.PhoneLogListener
Invoked when a call log has been removed.
callLogUpdated(CallLog, CallLog) - Method in interface net.rim.blackberry.api.phone.phonelogs.PhoneLogListener
Invoked when a call log has been updated.
callRemoved(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call gets removed from a conference call.
callRemoved(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callResumed(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call goes from 'held' to 'resumed' state.
callResumed(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callSerially(Runnable) - Method in class javax.microedition.lcdui.Display
Causes the Runnable object r to have its run() method called later, serialized with the event stream, soon after completion of the repaint cycle.
callWaiting(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call is waiting.
callWaiting(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
CANCEL - Static variable in class javax.microedition.lcdui.Command
A command that is a standard negative answer to a dialog implemented by current screen.
CANCEL - Static variable in class net.rim.device.api.ui.component.Dialog
Cancel choice for use in dialogs.
CANCEL_SELECT - Static variable in class net.rim.device.api.ui.MenuItem
Cancel selection menu item.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class net.rim.device.api.ui.component.Dialog
Cancel this dialog.
cancel() - Method in class net.rim.plazmic.mediaengine.MediaManager
Cancels the current download if one exists.
cancel(Datagram) - Method in class net.rim.device.api.io.DatagramTransportBase
Attempts to cancel sending a datagram.
cancel(Datagram) - Method in class net.rim.device.api.io.DatagramConnectionBase
Attempts to cancel a sent datagram.
cancelAllDeferredEvents(long, int, Object) - Static method in class net.rim.device.api.notification.NotificationsManager
Cancels all events matching the source, level and trigger.
cancelDeferredEvent(long, long, Object, int, Object) - Static method in class net.rim.device.api.notification.NotificationsManager
Cancels the event.
cancelImmediateEvent(long, long, Object, Object) - Static method in class net.rim.device.api.notification.NotificationsManager
Cancels any current immediate events.
cancelInvokeLater(int) - Method in class net.rim.device.api.system.Application
Cancels a runnable timed to invoke later.
CANCELLED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Generic cancellation error.
CANCELLED - Static variable in class net.rim.device.api.ui.component.Menu
Value returned from show() when the menu is cancelled.
CANCER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Canvas - class javax.microedition.lcdui.Canvas.
The Canvas class is a base class for writing applications that need to handle low-level events and to issue graphics calls for drawing to the display.
Canvas() - Constructor for class javax.microedition.lcdui.Canvas
Constructs a new Canvas object.
CAPABILITY_GPS - Static variable in class net.rim.device.api.system.CDMAInfo
 
CAPABILITY_MIP - Static variable in class net.rim.device.api.system.CDMAInfo
 
CAPABILITY_SIP - Static variable in class net.rim.device.api.system.CDMAInfo
 
CAPABILITY_SMS - Static variable in class net.rim.device.api.system.CDMAInfo
 
CAPABILITY_VOICE - Static variable in class net.rim.device.api.system.CDMAInfo
 
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacity() - Method in class net.rim.device.api.util.IntVector
Returns the current capacity of this vector.
capacity() - Method in class net.rim.device.api.util.ByteVector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
capacityIncrement - Variable in class net.rim.device.api.util.IntVector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
capacityIncrement - Variable in class net.rim.device.api.util.ByteVector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
CAPRICORN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
CAST_128 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
CAST 128 symmetric encryption.
CAST128_CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
CAST128_CBC = 1.2.840.113533.7.66.10 Represents the cbc mode of cast
CAST128_CMS_KEY_WRAP - Static variable in class net.rim.device.api.crypto.oid.OIDs
CAST128_CMS_KEY_WRAP = 1.2.840.113533.7.66.15 Represents the key wrap algorithm for cast in cms
CAST128DecryptorEngine - class net.rim.device.api.crypto.CAST128DecryptorEngine.
Creates a CAST 128 decryption engine.
CAST128DecryptorEngine(CAST128Key) - Constructor for class net.rim.device.api.crypto.CAST128DecryptorEngine
Creates a CAST128DecryptorEngine object based on a given CAST128 key.
CAST128EncryptorEngine - class net.rim.device.api.crypto.CAST128EncryptorEngine.
Creates a CAST 128 encryption engine.
CAST128EncryptorEngine(CAST128Key) - Constructor for class net.rim.device.api.crypto.CAST128EncryptorEngine
Creates a CAST128EncryptorEngineobject given a CAST128 key.
CAST128Key - class net.rim.device.api.crypto.CAST128Key.
Represents a CAST128 key.
CAST128Key() - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a new CAST128Key populating the key data with random information.
CAST128Key(byte[]) - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a new CAST128Key populating the key with 16 bytes or 128 bits of data from the array passed in.
CAST128Key(byte[], int) - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a new CAST128Key populating the key with 16 bytes or 128 bits of data from the array passed in.
CASUAL - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Casual notification level.
CAUSE_NOT_APPLICABLE - Static variable in interface net.rim.device.api.system.RadioStatusListener
Inapplicable cause value.
CBCDecryptorEngine - class net.rim.device.api.crypto.CBCDecryptorEngine.
Provides the functionality of using CBC or Cipher Block Chaining mode for decryption.
CBCDecryptorEngine(BlockDecryptorEngine, InitializationVector) - Constructor for class net.rim.device.api.crypto.CBCDecryptorEngine
Creates a CBC decryptor engine given an algorithm engine and an initialization vector.
CBCEncryptorEngine - class net.rim.device.api.crypto.CBCEncryptorEngine.
Provides the functionality of using CBC or Cipher Block Chaining mode for encryption.
CBCEncryptorEngine(BlockEncryptorEngine) - Constructor for class net.rim.device.api.crypto.CBCEncryptorEngine
Creates a CBC encryptor engine with the given algorithm engine.
CBCEncryptorEngine(BlockEncryptorEngine, InitializationVector) - Constructor for class net.rim.device.api.crypto.CBCEncryptorEngine
Creates a CBC encryptor engine with the given algorithm engine and initialization vector.
CBCMAC - class net.rim.device.api.crypto.CBCMAC.
CBCMAC is method of producing a Message Authentication Code (MAC) using a block cipher in cipher-block-chaining (CBC) mode.
CBCMAC(BlockEncryptorEngine) - Constructor for class net.rim.device.api.crypto.CBCMAC
Creates an instance of the CBCMAC object with a given block cipher.
CBCMAC(BlockEncryptorEngine, BlockDecryptorEngine) - Constructor for class net.rim.device.api.crypto.CBCMAC
Creates an instance of the CBCMAC object with given encryptor and decryptor engines.
CBCMAC(SymmetricKey) - Constructor for class net.rim.device.api.crypto.CBCMAC
Creates an instance of the CBCMAC object with a given key.
CBCMAC(SymmetricKey, SymmetricKey) - Constructor for class net.rim.device.api.crypto.CBCMAC
Creates an instance of the CBCMAC object with given keys.
CC - Static variable in interface net.rim.blackberry.api.mail.Message.RecipientType
"Cc" (carbon copy) recipients
CC - Static variable in class net.rim.blackberry.api.mail.Header
"Cc" header tag.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
cdataSection(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
cdataSection(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
cdataSection(char[], int, int) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedHandler
Receive notification of a CDATA section.
CDMA_SET_FAST_DORMANCY_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Set fast dormancy (CDMA-specific).
CDMA_WIRELESS_NET_TYPE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
CDMA Network.
CDMAInfo - class net.rim.device.api.system.CDMAInfo.
Contains CDMA (Code Division Multiple Access) radio information.
CDMAInfo.CDMACellInfo - class net.rim.device.api.system.CDMAInfo.CDMACellInfo.
Contains CDMA (Code Division Multiple Access) cell information.
CEDILLA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
CENT_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
certAccessDescriptionOCSP - Static variable in class net.rim.device.api.crypto.oid.OIDs
certAccessDescriptionOCSP = 1.3.6.1.5.5.7.48.1 Information about the certificate access for ocsp.
certAuthorityInfoAccess - Static variable in class net.rim.device.api.crypto.oid.OIDs
certAuthorityInfoAccess = 1.3.6.1.5.5.7.1.1 Information about the certificate authority.
Certificate - interface javax.microedition.pki.Certificate.
Interface common to certificates.
Certificate - interface net.rim.device.api.crypto.certificate.Certificate.
Defines the properties of all certificates.
CERTIFICATE_ALREADY_REVOKED - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
CERTIFICATE_CHAIN_TOO_LONG - Static variable in class javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
CERTIFICATE_EXPIRED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a certificate has expired or is not currently valid.
CERTIFICATE_REVOKED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a certificate was revoked by its signer.
CERTIFICATE_UNKNOWN - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that another (unspecified) issue arose in processing the certificate, rendering it unacceptable.
CERTIFICATE_V1 - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Refers to an X509 Certificate that is version 1
CERTIFICATE_V2 - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Refers to an X509 Certificate that is version 2
CERTIFICATE_V3 - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Refers to an X509 Certificate that is version 3
certificateAdded(Certificate) - Method in class net.rim.device.api.crypto.keystore.KeyStoreManager
This method is called by the KeyStore when a new certificate is added to the KeyStore collection.
CertificateChainProperties - class net.rim.device.api.crypto.certificate.CertificateChainProperties.
This class iterates through the certificates in a certificate chain and returns a bitfield that indicates many of the properties of the chain, such as the validity, the trust status, the revocation status, and the strength of the certificates in the chain.
CertificateChainProperties() - Constructor for class net.rim.device.api.crypto.certificate.CertificateChainProperties
 
CertificateChainTooLongException - exception net.rim.device.api.crypto.certificate.CertificateChainTooLongException.
Thrown during certificate chain cerification to indicate that the chain is longer than the CA's policy allows.
CertificateChainTooLongException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateChainTooLongException
Creates a new CertificateChainTooLongException object.
CertificateChainTooLongException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateChainTooLongException
Creates a new CertificateChainTooLongException object given the text message associated with the exception.
CertificateDisplayField - class net.rim.device.api.crypto.certificate.CertificateDisplayField.
A helper class used with the Certificate.getCustomDisplayFields() method to provide custom information for display certificate fields in a dialog.
CertificateDisplayField(Field) - Constructor for class net.rim.device.api.crypto.certificate.CertificateDisplayField
Create a CertificateDisplayField object given the actual field to use.
CertificateDisplayField(String, String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateDisplayField
Create a CertificateDisplayField object given the specified label and value.
CertificateException - exception javax.microedition.pki.CertificateException.
The CertificateException encapsulates an error that occurred while a Certificate is being used.
CertificateException - exception net.rim.device.api.crypto.certificate.CertificateException.
Thrown whenever a malformed certificate is parsed, or if an unsupported feature is found in the certificate.
CertificateException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateException
Constructs a CertificateException object with no detailed message.
CertificateException(Certificate, byte) - Constructor for class javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateException
Constructs a CertificateException object with a detailed message.
CertificateException(String, Certificate, byte) - Constructor for class javax.microedition.pki.CertificateException
Create a new exception with a message, Certificate, and specific error reason.
CertificateExtension - class net.rim.device.api.crypto.certificate.CertificateExtension.
Represents a certificate extension.
CertificateExtension(OID, boolean, byte[]) - Constructor for class net.rim.device.api.crypto.certificate.CertificateExtension
Associates an OID, a data value, and a critical flag within a certificate extension.
CertificateFactory - class net.rim.device.api.crypto.certificate.CertificateFactory.
Create a new certificate given a String representing a certificate type.
CertificateField - interface net.rim.device.api.crypto.certificate.CertificateField.
Represents a certificate field.
CertificateHashKeyStoreIndex - class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex.
Implements an index to allow you to look up a key store data object by the SHA1 hash of the certificate in the data blob.
CertificateHashKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Creates an IssuerKeyStoreIndex object.
CertificateInvalidException - exception net.rim.device.api.crypto.certificate.CertificateInvalidException.
Thrown during certificate chain certification process to indicate that a certificate in the chain has expired.
CertificateInvalidException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateInvalidException
Creates a new CertificateInvalidException object.
CertificateInvalidException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateInvalidException
Creates a new CertificateInvalidException object given the text message associated with the exception.
CertificateKeyStoreIndex - class net.rim.device.api.crypto.certificate.CertificateKeyStoreIndex.
Implements an index to allow you to look up a key store data object by the certificate in the data blob.
CertificateKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.CertificateKeyStoreIndex
Creates an CertificateKeyStoreIndex object.
CertificateParsingException - exception net.rim.device.api.crypto.certificate.CertificateParsingException.
Thrown whenever a malformed certificate is parsed.
CertificateParsingException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateParsingException
Constructs a CertificateParsingException object with no detailed message.
CertificateParsingException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateParsingException
Constructs a CertificateParsingException object with a detailed message.
CertificateRevocationList - interface net.rim.device.api.crypto.certificate.CertificateRevocationList.
Provides support for Certificate Revocation Lists, such as X.509 CRLs.
CertificateRevokedException - exception net.rim.device.api.crypto.certificate.CertificateRevokedException.
Thrown during certificate chain cerification to indicate that a certificate in the chain has been revoked.
CertificateRevokedException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateRevokedException
Creates a new CertificateRevokedException object.
CertificateRevokedException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateRevokedException
Creates a new CertificateRevokedException object given the text message associated with the exception.
CertificateServerInfo - class net.rim.device.api.crypto.certificate.CertificateServerInfo.
This class represents the objects that are currently stored in the SyncCollection and contains a server, type of server and uid for the record.
CertificateServerInfo(String, int, int, String, String, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
 
CertificateServerInfo(String, int, String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
Creates a new CertificateServerInfo object.
CertificateServerInfo(String, int, String, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
Deprecated.  
CertificateServerInfo(String, int, String, String, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
Creates a new CertificateServerInfo object.
CertificateServerInfo(String, int, String, String, int, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
Deprecated.  
CertificateServers - class net.rim.device.api.crypto.certificate.CertificateServers.
This class is used to store the certificate servers so that we can ensure that they are maintained on the device through resets.
CertificateStatus - class net.rim.device.api.crypto.certificate.CertificateStatus.
Provides access to a certificate's current status, as determined by a CRL or OCSP query.
CertificateStatus() - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatus
Creates a CertificateStatus object with UNKNOWN status.
CertificateStatus(int, long, long, long, long) - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatus
Creates a CertificateStatus object with the given parameters.
CertificateStatus(int, long, long, long, long, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatus
Creates a CertificateStatus object with the given parameters.
CertificateStatusException - exception net.rim.device.api.crypto.certificate.CertificateStatusException.
Indicates that an error was encountered during the status request process.
CertificateStatusException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatusException
Creates a CertificateStatusException.
CertificateStatusException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatusException
Creates a CertificateStatusException with an error message.
CertificateStatusListener - interface net.rim.device.api.crypto.certificate.status.CertificateStatusListener.
Provides a listener interface for over-the-air certificate status requests.
CertificateStatusManager - class net.rim.device.api.crypto.keystore.CertificateStatusManager.
Coordinates all status methods required to use access and modify the CertificateStatus of any Certificate on the device.
CertificateStatusManagerTicket - interface net.rim.device.api.crypto.keystore.CertificateStatusManagerTicket.
The CertificateStatusManager implementation of the ticket interface that will be used to verify that applications actually have the necessary permissions to interact with the CertificateStatusManager.
CertificateStatusProvider - class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider.
Provides access to over-the-air certificate status through various supported protocols.
CertificateStatusRequest - class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest.
Encapsulates the information necessary for an over-the-air certificate status request.
CertificateStatusRequest(Certificate[], boolean, KeyStore, CertificateStatusManagerTicket, Object) - Constructor for class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Creates a new CertificateStatusRequest for the given certificate or certificate chain.
CertificateUtilities - class net.rim.device.api.crypto.certificate.CertificateUtilities.
Provides numerous utilities for creating, manipulating and verifying certificates and certificate chains.
CertificateVerificationException - exception net.rim.device.api.crypto.certificate.CertificateVerificationException.
Thrown when a certificate fails to verify.
CertificateVerificationException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateVerificationException
Constructs a CertificateVerificationException object with no detailed message.
CertificateVerificationException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateVerificationException
Constructs a CertificateVerificationException object with a detailed message.
CFBDecryptor - class net.rim.device.api.crypto.CFBDecryptor.
CFBDecryptor is the class used to iterate a given block cipher in 8 or 64-bit Cipher Feedback (CFB) mode.
CFBDecryptor(SymmetricKeyEncryptorEngine, InitializationVector, InputStream, boolean) - Constructor for class net.rim.device.api.crypto.CFBDecryptor
Creates the CFB cipher with the given encryptor engine and initialization vector.
CFBEncryptor - class net.rim.device.api.crypto.CFBEncryptor.
CFBEncryptor is the class used to iterate a given block cipher in 8 or 64-bit Cipher Feedback (CFB) mode.
CFBEncryptor(SymmetricKeyEncryptorEngine, InitializationVector, OutputStream, boolean) - Constructor for class net.rim.device.api.crypto.CFBEncryptor
Creates a CFB cipher with the given symmetric key engine and initialization vector.
ChainableCollection - interface net.rim.device.api.collection.ChainableCollection.
Base functionality for a collection that can receive and emit collection events.
challenge() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Displays the password dialog and prompts the user to enter a correct password.
challenge(String) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Displays a custom password dialog and prompts the user to enter a correct password.
CHANGE_OPTION - Static variable in class net.rim.device.api.ui.MenuItem
Change option menu item.
changed(MessageEvent) - Method in interface net.rim.blackberry.api.mail.event.MessageListener
Invoked when a change is made to a message.
changePassword() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
changePassword() - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
changePassword() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
This function is called to change the KeyStore password on the device.
changePassword() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Changes the passphrase.
changePreferredKeyStore(int) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Allows you to change the preferred key store.
Character - class java.lang.Character.
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
CharacterData - interface org.w3c.dom.CharacterData.
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
Characters - interface net.rim.device.api.system.Characters.
Represents the special characters defined in the base font classes.
characters(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
characters(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
CharacterUtilities - class net.rim.device.api.util.CharacterUtilities.
Retreives Unicode attributes for characters.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves a specific contained character from this field.
charAt(int) - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves the character at the specified offset.
charAt(int) - Method in interface net.rim.device.api.util.AbstractString
Retrieves character at provided position.
CHARM_HACK_KEY - Static variable in class net.rim.device.api.ui.Graphics
 
CHARSET_ISO_8859_1 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
CHARSET_UTF_8 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
charsWidth(char[], int, int) - Method in class javax.microedition.lcdui.Font
Returns the advance width of the characters in ch, starting at the specified offset and for the specified number of characters (length).
CHARTREUSE - Static variable in class net.rim.device.api.ui.Color
 
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char) - Method in class javax.microedition.lcdui.Font
Gets the advance width of the specified character in this Font.
CHECK_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
CheckboxField - class net.rim.device.api.ui.component.CheckboxField.
Contains a checkbox control.
CheckboxField() - Constructor for class net.rim.device.api.ui.component.CheckboxField
Creates a new CheckboxField instance.
CheckboxField(String, boolean) - Constructor for class net.rim.device.api.ui.component.CheckboxField
Constructs a new CheckboxField instance with label and starting state.
CheckboxField(String, boolean, long) - Constructor for class net.rim.device.api.ui.component.CheckboxField
Constructs a new CheckboxField instance with label, starting state, and style.
checkCertificateChain(int, Certificate[]) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Checks to make sure that the certificate at position is valid within the chain.
checkCertificateChain(int, Certificate[]) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Checks to make sure that the certificate at position is valid within the chain.
checkCertificateChain(int, Certificate[]) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Checks to make sure that the certificate at position is valid within the chain.
checkCrypt() - Method in class net.rim.device.api.io.http.HttpHeaders
Determines if all header values held in this class are properly protected.
checkCrypt() - Method in class net.rim.device.api.util.ContentProtectedVector
Determines if this vector's contents are protected properly.
checkCrypt() - Method in class net.rim.device.api.util.ContentProtectedHashtable
This method will return a boolean indicating if the protection setting of this hashtable matches that of the user's content protection settings.
checkEncoding(Object) - Static method in class net.rim.device.api.system.PersistentContent
Determines if provided encoding is protected under user's settings.
checkEncoding(Object, boolean, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Determines if provided encoding is protected under provided settings.
checkEntireChain() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns true if the status of the entire chain is to be checked.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkForClosed() - Method in class net.rim.device.api.io.DatagramConnectionBase
 
checkHash(int) - Method in class net.rim.device.api.crypto.keystore.KeyStoreDataMap
This is a test method that checks to see if the hash passed in is contained in the int multi map.
checkKeys(CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.ControlledAccess
Determines if the specified code signing keys match the wrapped object's keys.
checkMAC(byte[]) - Method in interface net.rim.device.api.crypto.MAC
Returns true if the MAC calculated so far is the same as the given MAC.
checkMAC(byte[], boolean) - Method in interface net.rim.device.api.crypto.MAC
Returns true if the MAC calculated so far is the same as the given MAC.
checkMAC(byte[], int) - Method in class net.rim.device.api.crypto.NullMAC
Returns true or false depending on how this object was constructed.
checkMAC(byte[], int) - Method in interface net.rim.device.api.crypto.MAC
Returns true if the MAC calculated so far is the same as the given MAC.
checkMAC(byte[], int, boolean) - Method in interface net.rim.device.api.crypto.MAC
Returns true if the MAC calculated so far is the same as the given MAC.
checkMAC(byte[], int, int, SymmetricKey, String, byte[], int, int) - Static method in class net.rim.device.api.crypto.Crypto
Returns true if the given MAC matches the generated MAC of the given data and the given key using the given algorithm.
checkPermission(String) - Method in class javax.microedition.midlet.MIDlet
Get the status of the specified permission.
CHECKSUM_MISMATCH - Static variable in class net.rim.plazmic.mediaengine.MediaException
Represents an error that occurs when the checksum fails.
checkTicket(CertificateStatusManagerTicket) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Checks the validity of the ticket.
checkTicket(KeyStoreDataTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns a boolean denoting whether or not this ticket will work for this KeyStoreData record.
checkTicket(KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Checks to make sure that the ticket is valid and that it is of the appropriate type.
checkTicket(KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
Returns a boolean denoting whether or not this ticket will work for this KeyStore.
checkTicket(KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore
 
checkTicket(KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
Checks the validity of the ticket.
checkTicket(KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a boolean denoting whether or not this ticket will work with this KeyStore.
checkTicket(KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Calls the checkTicket method on the preferred key store.
checkWord(String) - Method in class net.rim.device.api.ui.autotext.AutoText
Checks to see if the word passed in is a replaced string in the AutoText word list.
children() - Method in interface net.rim.device.api.collection.ReadableTree
Retrieves an enumeration of all of the immediate children nodes.
CHOCOLATE - Static variable in class net.rim.device.api.ui.Color
 
Choice - interface javax.microedition.lcdui.Choice.
Choice defines an API for a user interface components implementing selection from predefined number of choices.
CHOICE_GROUP_ELEMENT - Static variable in class javax.microedition.lcdui.Display
Image type for ChoiceGroup element image.
ChoiceField - class net.rim.device.api.ui.component.ChoiceField.
Base implementation of a choice field.
ChoiceField() - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new ChoiceField instance.
ChoiceField(long) - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new choice field instance with provided style.
ChoiceField(String, int, int) - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new ChoiceField instance with provided label and number of choices, setting initially selected value.
ChoiceField(String, int, int, long) - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new ChoiceField instance and sets initially selected value.
ChoiceGroup - class javax.microedition.lcdui.ChoiceGroup.
A ChoiceGroup is a group of selectable elements intended to be placed within a Form.
ChoiceGroup(String, int) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new, empty ChoiceGroup, specifying its title and its type.
ChoiceGroup(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new ChoiceGroup, specifying its title, the type of the ChoiceGroup, and an array of Strings and Images to be used as its initial contents.
CHOKE_SEND - Static variable in interface net.rim.device.api.io.ConnEvent
 
choose(Contact, int, boolean) - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactList
Launches the address book so that the user can pick an address.
choose(Contact, int, boolean) - Method in interface net.rim.blackberry.api.pim.BlackBerryContactList
Deprecated. Launches the address book so that the user can pick an address.
CID_BROWSERCONFIG - Static variable in class net.rim.blackberry.api.browser.Browser
Describes the CID of Browser Configuration service book entries
CIRCUMFLEX_ACCENT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
clamp(int, int, int) - Static method in class net.rim.device.api.util.MathUtilities
Clamps provided value between a lower and upper bound.
Class - class java.lang.Class.
Instances of the class Class represent classes and interfaces in a running Java application.
CLASS - Static variable in interface javax.microedition.pim.ToDo
Field specifying the desired access class for this contact.
CLASS - Static variable in interface javax.microedition.pim.Event
Field specifying the desired access class for this contact.
CLASS - Static variable in interface javax.microedition.pim.Contact
Field specifying the class of this contact.
CLASS - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Field specifying the desired access class for this contact.
CLASS - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Field specifying the desired access class for this contact.
CLASS - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Access class for this contact.
CLASS_CONFIDENTIAL - Static variable in interface javax.microedition.pim.ToDo
Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface javax.microedition.pim.Event
Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface javax.microedition.pim.Contact
Represents the constant for the "confidential" access class.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. "Confidential" access class.
CLASS_MASK - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A bitmask for the class flags of the Identifier octet.
CLASS_PRIVATE - Static variable in interface javax.microedition.pim.ToDo
Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface javax.microedition.pim.Event
Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface javax.microedition.pim.Contact
Represents the constant for the "private" access class.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. "Private" access class.
CLASS_PUBLIC - Static variable in interface javax.microedition.pim.ToDo
Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface javax.microedition.pim.Event
Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface javax.microedition.pim.Contact
Represents the constant for the "public" access class.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. "Public" access class.
ClassCastException - exception java.lang.ClassCastException.
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
classesEqual(Object, Object) - Static method in class net.rim.device.api.util.ObjectUtilities
Determines if two objects are instances of the same class.
ClassNotFoundException - exception java.lang.ClassNotFoundException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clean() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
This method is called when the user wants to clean out the keystore information requiring the entry of the password the next time they try to access anything in the keystore.
cleanAll() - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Starts a programmatic clean of the registered memory cleaner listeners.
cleanNow(int) - Method in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Invoked when an event occurs that should trigger a clean of sensitive information.
cleanNow(int) - Method in class net.rim.device.api.ldap.LDAPPasswordCache
 
cleanPassword(String, String) - Method in class net.rim.device.api.ldap.LDAPPasswordCache
This method cleans out the password for the entry represented by the server and baseQuery passed into this method.
clear() - Method in class java.util.Hashtable
Flush this hashtable.
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class net.rim.device.api.ui.Graphics
Clears the entire graphics area to the current background.
clear() - Method in class net.rim.device.api.ui.ContextMenu
Resets all values in this context menu and clears it of any menu items.
clear() - Method in class net.rim.device.api.util.ToIntHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.MultiMap
Removes all keys and values.
clear() - Method in class net.rim.device.api.util.LongIntHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.LongHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.IntMultiMap
Removes all keys and values.
clear() - Method in class net.rim.device.api.util.IntLongHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.IntIntHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.IntHashtable
Flush this hashtable.
clear(int) - Method in class net.rim.device.api.ui.component.BasicEditField
Clears this field's contents.
clear(int) - Method in class net.rim.device.api.util.BitSet
Clears bit by index.
clear(int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Clears a region to the current background.
clear(XYRect) - Method in class net.rim.device.api.ui.Graphics
Clears a region specified by an XYRect object to the current background.
clearCustomScrollArrows() - Method in class net.rim.device.api.ui.Manager
 
clearFlags(int) - Method in class net.rim.blackberry.api.mail.Message
Clears flags for this message.
clearLog() - Static method in class net.rim.device.api.system.EventLogger
Clears the EventLog of all events.
clearOut() - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Flush this manager's listener list.
clearSummaryParameter() - Method in interface net.rim.device.api.synchronization.SummaryParameterListener
Called after a "summary" command has completed, regardless of whether setSummaryParameter() has been called.
clearSyncObjectDirty(SyncObject) - Method in class net.rim.device.api.synchronization.SyncItem
 
clearSyncObjectDirty(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Marks the specified SyncObject as not dirty.
CLIENT_AUTHENTICATION - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for TLS web client authentication.
Clipboard - class net.rim.device.api.system.Clipboard.
Provides a global clipboard for cut and paste operations.
clipRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Intersects the current clip with the specified rectangle.
clockUpdated() - Method in interface net.rim.device.api.system.RealtimeClockListener
Invoked when the date and time is updated.
clone() - Method in class net.rim.device.api.util.CloneableVector
Retreives a clone of this vector.
clone() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
This method clones this CertificateServerInfo object exactly.
clone(Vector) - Static method in class net.rim.device.api.util.CloneableVector
Makes a clone of provided vector.
CloneableVector - class net.rim.device.api.util.CloneableVector.
A vector that can provide a clone of itself.
CloneableVector() - Constructor for class net.rim.device.api.util.CloneableVector
Constructs a new CloneableVector instance.
CloneableVector(int) - Constructor for class net.rim.device.api.util.CloneableVector
Constructs a new CloneableVector instance with your provided initial capacity.
CloneableVector(int, int) - Constructor for class net.rim.device.api.util.CloneableVector
Constructs a new CloneableVector instance with your provided initial capacity and capacity increment.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
CLOSE - Static variable in class net.rim.device.api.ui.MenuItem
Clsoe menu item.
CLOSE_NOTIFY - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Notifies the recipient that the sender will not send any more messages using this connection state.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
close() - Method in interface javax.microedition.media.Player
Close the Player and release its resources.
close() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Closes the serial port.
close() - Method in class net.rim.device.api.compress.ZLibOutputStream
Closes this output stream.
close() - Method in class net.rim.device.api.compress.ZLibInputStream
Closes this stream.
close() - Method in class net.rim.device.api.compress.GZIPOutputStream
Closes this output stream.
close() - Method in class net.rim.device.api.compress.GZIPInputStream
Closes this stream.
close() - Method in class net.rim.device.api.io.SharedOutputStream
Closes this output stream and releases any system resources it uses.
close() - Method in class net.rim.device.api.io.DatagramConnectionBase
Closes the connection.
close() - Method in class net.rim.device.api.io.Base64OutputStream
Closes this output stream.
close() - Method in class net.rim.device.api.io.Base64InputStream
Closes this input stream.
close() - Method in class net.rim.device.api.system.USBPort
Closes the channel.
close() - Method in class net.rim.device.api.system.SerialPort
Closes the serial port.
close() - Method in class net.rim.device.api.system.IOPort
Closes the I/O port.
close() - Method in class net.rim.device.api.ui.Screen
Closes this screen.
close() - Method in class net.rim.device.api.ui.component.Dialog
Closes this dialog.
close() - Method in class net.rim.device.api.crypto.ECIESEncryptor
 
close() - Method in class net.rim.device.api.crypto.CryptoOutputStream
Closes the output stream.
close() - Method in class net.rim.device.api.crypto.CryptoInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class net.rim.device.api.crypto.BlockEncryptor
 
close() - Method in class net.rim.device.api.crypto.BlockDecryptor
 
close() - Method in class net.rim.device.api.crypto.cms.EMSAcceptResponseOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSDataOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataOutputStream
 
close() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Close the connection.
close() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Close the connection.
close() - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
close() - Method in interface javax.microedition.pim.PIMList
Closes this list, releasing it's resources to memory.
close() - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Closes this list, releasing it's resources to memory.
close() - Method in class net.rim.device.api.mime.MIMEOutputStream
Closes this output stream.
close() - Method in class net.rim.device.api.mime.MIMEInputStream
Closes this input stream.
close() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Closes an instance of MediaPlayer.
close(DatagramConnection) - Method in class net.rim.device.api.io.DatagramTransportBase
Closes the connection.
close(MessageEvent) - Method in interface net.rim.blackberry.api.mail.event.ViewListener
Called when a message is closed in the message list.
CLOSED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is closed.
CLOSED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that the Player is closed.
CLOSED - Static variable in class net.rim.blackberry.api.mail.event.MessageEvent
Message was closed in the main messagse list UI.
CloseEvent - class net.rim.device.api.browser.field.CloseEvent.
Event to close the browser.
CloseEvent(Object) - Constructor for class net.rim.device.api.browser.field.CloseEvent
Constructs a new CloseEvent instance.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
CLOUD - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
CMM_HANDLE_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the specified handle is invalid.
CMM_HASH_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed due to an invalid hash.
CMM_MODULE_EXCLUDED - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is excluded by IT Policy from being present on the device
CMM_MODULE_IN_USE - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is currently in use.
CMM_MODULE_IN_USE_BY_PERSISTENT_STORE - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is currently in use by the persistent store.
CMM_MODULE_INCOMPATIBLE - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is incompatible with an existing module.
CMM_MODULE_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is invalid.
CMM_MODULE_REQUIRED - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is required by IT Policy to be present on the device
CMM_OK - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation completed successfully.
CMM_OK_MODULE_MARKED_FOR_DELETION - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation completed successfully; the module has been marked for deletion at the next reset.
CMM_OK_MODULE_OVERWRITTEN - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation completed successfully; a module was overwritten and marked for deletion in the process.
CMM_SIGNATURE_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed due to an invalid signature.
CMSAttribute - class net.rim.device.api.crypto.cms.CMSAttribute.
Represents an attribute that may be found/placed in a CMS message.
CMSAttribute(OID, byte[], boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSAttribute
Creates a CMSAttribute object.
CMSCompressedDataInputStream - class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream.
Implements a CMS compressed data input stream so that a message that has been compressed in the CMS format can be properly parsed and decompressed.
CMSCompressedDataOutputStream - class net.rim.device.api.crypto.cms.CMSCompressedDataOutputStream.
Implements a CMS Compressed data output stream so that outgoing data can be compressed and formatted as per CMS compressed data messages.
CMSCompressedDataOutputStream(OutputStream, int, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSCompressedDataOutputStream
Creates a compressed data output stream using ZLIB_COMPRESSION.
CMSCompressedDataOutputStream(OutputStream, int, int, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSCompressedDataOutputStream
Creates a compressed data output stream.
CMSContentTypes - interface net.rim.device.api.crypto.cms.CMSContentTypes.
The content types that the RIM version of CMS supports.
CMSContext - class net.rim.device.api.crypto.cms.CMSContext.
Implements a "two stage" method of processing CMS messages.
CMSDataInputStream - class net.rim.device.api.crypto.cms.CMSDataInputStream.
Implements a CMS data input stream.
CMSDataOutputStream - class net.rim.device.api.crypto.cms.CMSDataOutputStream.
Implements a CMS data output stream so that outgoing data can be written to the output stream.
CMSDataOutputStream(OutputStream, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSDataOutputStream
Creates a data output stream.
CMSDecryptionException - exception net.rim.device.api.crypto.cms.CMSDecryptionException.
Thrown when an error occurs while decrypting a CMS message.
CMSDecryptionException() - Constructor for class net.rim.device.api.crypto.cms.CMSDecryptionException
Constructs a CMSDecryptionException object with no detailed message.
CMSDecryptionException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSDecryptionException
Constructs a CMSDecryptionException object with a detailed message.
CMSEntityIdentifier - class net.rim.device.api.crypto.cms.CMSEntityIdentifier.
This class encompasses how entities ( whether recipients or signers ) are represented in CMS.
CMSEnvelopedDataConstants - interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants.
This interface contains a series of constants that are used by the CMSEnvelopedDataInputStream and CMSEnvelopedDataOutputStreams
CMSEnvelopedDataInputStream - class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream.
Defines an input stream to parse a CMS enveloped message.
CMSEnvelopedDataOutputStream - class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream.
Defines a CMS enveloped data output stream to handle a CMS enveloped data message.
CMSEnvelopedDataOutputStream(OutputStream, int, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMS enveloped data output stream so that all output is encrypted and formatted in an enveloped data object.
CMSEnvelopedDataOutputStream(OutputStream, int, boolean, int) - Constructor for class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMS enveloped data outputstream (CMSEnvelopedDataOutputStream) so that all output is encrypted and formatted in an enveloped data object.
CMSException - exception net.rim.device.api.crypto.cms.CMSException.
Thrown when a CMS error occurs.
CMSException() - Constructor for class net.rim.device.api.crypto.cms.CMSException
Constructs a CMSException object.
CMSException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSException
Constructs a CMSException object with a detailed message.
cmsIdAlgCMS3DESWrap - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgCMS3DESWrap = 1.2.840.113549.1.9.16.3.6 Represents the 3DES Key Wrap algorithm.
cmsIdAlgCMSRC2Wrap - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgCMSRC2Wrap = 1.2.840.113549.1.9.16.3.7 Represents the RC2 Key Wrap algorithm.
cmsIdAlgESDH - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgESDH = 1.2.840.113549.1.9.16.3.5 Represents the ephemeral static DH KDF.
cmsIdAlgPWRIKEK - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgPWRIKEK = 1.2.840.113549.1.9.16.3.9 Represents the password based recipient info type.
cmsIdAlgSSDH - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgSSDH = 1.2.840.113549.1.9.16.3.10 Represents the static static DH KDF
cmsIdAlgZLibCompress - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgZLibCompress = 1.2.840.113549.1.9.16.3.8 Represents the ZLib compression algorithm.
cmsIdAuthenticatedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAuthenticatedData = 1.2.840.113549.1.9.16.1.2 Represents AuthenticatedData type.
cmsIdCtCompressedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdCtCompressedData = 1.2.840.113549.1.9.16.3.6 Represents CompressedData type.
cmsIdCtContentInfo - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdCtContentInfo = 1.2.840.113549.1.9.16.1.6 Represents CtContentInfo type.
cmsIdCtReceipt - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdCtReceipt = 1.2.840.113549.1.9.16.1.1 Represents CtReceiptInfo type.
cmsIdData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdData = 1.2.840.113549.1.7.1 Represents Data type.
cmsIdDigestedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdDigestedData = 1.2.840.113549.1.7.5 Represents DigestedData type.
cmsIdEncrypedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdEncrypedData = 1.2.840.113549.1.7.6 Represents EncrypedData type.
cmsIdEnvelopedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdEnvelopedData = 1.2.840.113549.1.7.3 Represents EnvelopedData type.
cmsIdSignedAndEnvelopedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdSignedAndEnvelopedData = 1.2.840.113549.1.7.4 Represents SignedAndEnvelopedData type.
cmsIdSignedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdSignedData = 1.2.840.113549.1.7.2 Represents SignedData type.
CMSInputStream - class net.rim.device.api.crypto.cms.CMSInputStream.
A generic CMS input stream that the data, signed, and enveloped input streams extend.
CMSInputStream(InputStream) - Constructor for class net.rim.device.api.crypto.cms.CMSInputStream
Creates a CMS input stream.
CMSNoCertificateFoundException - exception net.rim.device.api.crypto.cms.CMSNoCertificateFoundException.
Thrown when no certificate can be found, in the message or in the key store, that matches the certificate specified in the message.
CMSNoCertificateFoundException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoCertificateFoundException
Constructs a CMSNoCertificateFoundException object.
CMSNoCertificateFoundException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoCertificateFoundException
Constructs a CMSNoCertificateFoundException object with a detailed message.
CMSNoPrivateKeyFoundException - exception net.rim.device.api.crypto.cms.CMSNoPrivateKeyFoundException.
Thrown when something is attempted to be decrypted but no private key can be found.
CMSNoPrivateKeyFoundException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoPrivateKeyFoundException
Constructs a CMSNoPrivateKeyFoundException object.
CMSNoPrivateKeyFoundException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoPrivateKeyFoundException
Constructs a CMSNoPrivateKeyFoundException object with a detailed message.
CMSNoPublicKeyFoundException - exception net.rim.device.api.crypto.cms.CMSNoPublicKeyFoundException.
Thrown when no public key can be found to verify a signature on a message.
CMSNoPublicKeyFoundException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoPublicKeyFoundException
Constructs a CMSNoPublicKeyFoundException object.
CMSNoPublicKeyFoundException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoPublicKeyFoundException
Constructs a CMSNoPublicKeyFoundException object with a detailed message.
CMSNoReceiptDataFoundException - exception net.rim.device.api.crypto.cms.CMSNoReceiptDataFoundException.
Thrown when the original message cannot be found to verify a signed receipt.
CMSNoReceiptDataFoundException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoReceiptDataFoundException
Constructs a CMSNoReceiptDataFoundException object.
CMSNoReceiptDataFoundException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoReceiptDataFoundException
Constructs a CMSNoReceiptDataFoundException object with a detailed message.
CMSNoSuchAlgorithmException - exception net.rim.device.api.crypto.cms.CMSNoSuchAlgorithmException.
Thrown when no matching algorithm can be found to carry out a desired task.
CMSNoSuchAlgorithmException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoSuchAlgorithmException
Constructs a CMSNoSuchAlgorithmException object.
CMSNoSuchAlgorithmException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoSuchAlgorithmException
Constructs a CMSNoSuchAlgorithmException object with a detailed message.
CMSNoSuchEntityException - exception net.rim.device.api.crypto.cms.CMSNoSuchEntityException.
Thrown when no CMSEntity can be found in the message.
CMSNoSuchEntityException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoSuchEntityException
Constructs a CMSNoSuchEntityException object.
CMSNoSuchEntityException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoSuchEntityException
Constructs a CMSNoSuchEntityException object with a detailed message.
CMSOutputStream - class net.rim.device.api.crypto.cms.CMSOutputStream.
A generic CMS output stream that all specific CMS output streams extend.
CMSOutputStream(OutputStream, int, boolean, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSOutputStream
Create a CMS output stream.
CMSParsingException - exception net.rim.device.api.crypto.cms.CMSParsingException.
Thrown when a malformed CMS message is parsed.
CMSParsingException() - Constructor for class net.rim.device.api.crypto.cms.CMSParsingException
Constructs a CMSParsingException object.
CMSParsingException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSParsingException
Constructs a CMSParsingException object with a detailed message.
CMSReceiptData - class net.rim.device.api.crypto.cms.CMSReceiptData.
A class containing information required to verify a signed receipt.
CMSReceiptRequest - class net.rim.device.api.crypto.cms.CMSReceiptRequest.
A CMSReceiptRequest allows the user to create a signed receipt request and add it to a CMSSignedDataOuptutStream.
CMSReceiptRequest(String[], String[]) - Constructor for class net.rim.device.api.crypto.cms.CMSReceiptRequest
Creates a CMSReceiptRequest object.
CMSSignedDataInputStream - class net.rim.device.api.crypto.cms.CMSSignedDataInputStream.
Implements a CMS signed data input stream so that a message that has been signed in the CMS format can be properly parsed and verified.
CMSSignedDataOutputStream - class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream.
Implements a CMSSigned data output stream so that outgoing data can be signed and formatted as per CMS signed data messages.
CMSSignedDataOutputStream(OutputStream, int, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Creates a signed data output stream.
CMSSignedDataOutputStream(OutputStream, int, boolean, boolean, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Creates a signed data output stream.
CMSSignedDataOutputStream(OutputStream, int, boolean, boolean, boolean, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Creates a signed data output stream.
CMSSignedReceiptInputStream - class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream.
A CMSSignedReceiptInputStream allows the user to read in a signed receipt and process it properly.
CMSSignedReceiptOutputStream - class net.rim.device.api.crypto.cms.CMSSignedReceiptOutputStream.
A CMSSignedReceiptOutputStream allows the user to properly create a signed receipt.
CMSSignedReceiptOutputStream(CMSSignedDataOutputStream, OID, byte[], byte[]) - Constructor for class net.rim.device.api.crypto.cms.CMSSignedReceiptOutputStream
Creates a CMSSignedReceiptOutputStream.
CMSSigner - class net.rim.device.api.crypto.cms.CMSSigner.
Groups together a signature signer and a group of certificates for use by CMS.
CMSSigner(SignatureSigner, Certificate) - Constructor for class net.rim.device.api.crypto.cms.CMSSigner
Creates a CMSSigner object for use in a CMSSignedDataOutputStream.
CMSSigner(SignatureSigner, Certificate[]) - Constructor for class net.rim.device.api.crypto.cms.CMSSigner
Creates a CMSSigner for use in a CMS signed data output stream.
CMSVerificationException - exception net.rim.device.api.crypto.cms.CMSVerificationException.
Thrown when the signature on a CMS signed message cannot be verified.
CMSVerificationException() - Constructor for class net.rim.device.api.crypto.cms.CMSVerificationException
Constructs a CMSVerificationException object.
CMSVerificationException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSVerificationException
Constructs a CMSVerificationException object with a detailed message.
code - Variable in class org.w3c.dom.DOMException
 
CODE_SIGNING - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for signing downloadable executable code.
CodeModuleManager - class net.rim.device.api.system.CodeModuleManager.
Manages the Java code modules installed on the device.
CodeSigningKey - class net.rim.device.api.system.CodeSigningKey.
Provides access to code signing keys to facilitate run-time access checking.
CodeSigningKey(int, byte[], String) - Constructor for class net.rim.device.api.system.CodeSigningKey
Creates new CodeSigningKey instance.
CodeSigningKey(String, byte[], String) - Constructor for class net.rim.device.api.system.CodeSigningKey
Creates new CodeSigningKey instance.
Collection - interface net.rim.device.api.collection.Collection.
Base type defining a Collection implementation.
CollectionCombiner - interface net.rim.device.api.collection.CollectionCombiner.
Allows a collection to collect and combine elements from a number of source collections.
CollectionEventSource - interface net.rim.device.api.collection.CollectionEventSource.
Defines functionality for collections that act as the source of collection events.
CollectionListener - interface net.rim.device.api.collection.CollectionListener.
Defines functionality required of collection event listeners.
CollectionListenerAction - interface net.rim.device.api.collection.util.CollectionListenerAction.
Defines means by which a collection can request actions of a registered listener.
CollectionListenerManager - class net.rim.device.api.collection.util.CollectionListenerManager.
Class that can manage a list of CollectionListener objects that register to receive collection events.
CollectionListenerManager() - Constructor for class net.rim.device.api.collection.util.CollectionListenerManager
Constructs a new CollectionListManager instance.
CollectionListenerWithHint - interface net.rim.device.api.collection.CollectionListenerWithHint.
Defines events used by collections implementing CollectionEventSource.
CollectionLock - class net.rim.device.api.collection.CollectionLock.
Global collection lock object to prevent deadlocks when using collections.
CollectionWithVersion - interface net.rim.device.api.collection.CollectionWithVersion.
Provides a means to retrieve an integer version number from a collection.
collidesWith(Image, int, int, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified Image with its upper left corner at the specified location.
collidesWith(Sprite, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified Sprite.
collidesWith(TiledLayer, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified TiledLayer.
COLON - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Color - class net.rim.device.api.ui.Color.
Defines colors for convinience.
COLOR_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_BORDER - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_BORDER - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
color_type - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
The color type of the PNG.
Color() - Constructor for class net.rim.device.api.ui.Color
 
COLUMNWISE_MONOCHROME - Static variable in class net.rim.device.api.system.Bitmap
Columnwise, monochrome bitmap type.
CombinedKeyStore - class net.rim.device.api.crypto.keystore.CombinedKeyStore.
This class allows a developer to combine several keystores into what looks like one keystore.
CombinedKeyStore(KeyStore[]) - Constructor for class net.rim.device.api.crypto.keystore.CombinedKeyStore
Initializes the combined keystore with an array of underlying keystores.
CombinedKeyStore(KeyStore[], int) - Constructor for class net.rim.device.api.crypto.keystore.CombinedKeyStore
Initializes the combined keystore with an array of underlying keystores.
COMMA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Command - class javax.microedition.lcdui.Command.
The Command class is a construct that encapsulates the semantic information of an action.
COMMAND_DELETE_SERVICE - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
COMMAND_INJECT_SERVICE - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
COMMAND_SERVICE_STATUS - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
COMMAND_SWITCH_SERVICE - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
Command(String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given label, type, and priority.
Command(String, String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given labels, type, and priority.
commandAction(Command, Displayable) - Method in interface javax.microedition.lcdui.CommandListener
Indicates that a command event has occurred on Displayable d.
commandAction(Command, Item) - Method in interface javax.microedition.lcdui.ItemCommandListener
Called by the system to indicate that a command has been invoked on a particular item.
CommandListener - interface javax.microedition.lcdui.CommandListener.
This interface is used by applications which need to receive high-level events from the implementation.
CommConnection - interface javax.microedition.io.CommConnection.
This interface defines a logical serial port connection.
Comment - interface org.w3c.dom.Comment.
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
comment(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
comment(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
comment(char[], int, int) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedHandler
Receive notification of a comment
COMMERCIAL_AT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
commit() - Method in interface javax.microedition.media.control.RecordControl
Complete the current recording.
commit() - Method in class net.rim.device.api.system.PersistentObject
Commits this object to the persistent store.
commit() - Method in interface javax.microedition.pim.PIMItem
Commits the PIMItem to the list.
commit() - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Commits the PIMItem to the list.
commit() - Method in class net.rim.device.api.servicebook.ServiceBook
Commits changes to the persistent store.
commit(Object) - Static method in class net.rim.device.api.system.PersistentObject
Commits provided object to the persistent store.
COMP_ENCRYPT - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Datagram is currently being compressed/encrypted.
Comparator - interface net.rim.device.api.util.Comparator.
Defines comparison methods useable to impose a total ordering on a collection of objects.
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
Returns RecordComparator.PRECEDES if rec1 precedes rec2 in sort order, or RecordComparator.FOLLOWS if rec1 follows rec2 in sort order, or RecordComparator.EQUIVALENT if rec1 and rec2 are equivalent in terms of sort order.
compare(byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Compares the integer represented in array a to the one represented in array b.
compare(byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Compares the integer represented in array a to the one represented in array b.
compare(CertificateStatus) - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Determines how this object's status compares to the specified object's status.
compare(int) - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Determines how this object's status compares to the specified object's status.
compare(int, int) - Method in interface net.rim.device.api.util.IntComparator
Compares two arguments for order.
compare(Object, Object) - Method in class net.rim.device.api.collection.LongKeyProviderAdaptorComparator
 
compare(Object, Object) - Method in class net.rim.device.api.util.InvertedOrderComparator
Compares two arguments for order.
compare(Object, Object) - Method in interface net.rim.device.api.util.Comparator
Compares two arguments for order.
compare(Object, Object) - Method in class net.rim.device.api.ldap.LDAPComparator
Compares two LDAPEntry objects.
compareDistinguishedNames(DistinguishedName, DistinguishedName) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Compares two DistinguishedNames component by component.
compareObjectToStringIgnoreCase(Object, Object) - Static method in class net.rim.device.api.util.StringUtilities
Compares the string form of two objects, ignoring case.
compareTo(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Compares this CryptoInteger with the specified CryptoInteger.
compareTo(int) - Method in class net.rim.device.api.crypto.CryptoInteger
Compares this CryptoInteger with the specified integer value.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareToIgnoreCase(String, String) - Static method in class net.rim.device.api.util.StringUtilities
Compare two strings, ignoring case.
CompiledResourceBundle - class net.rim.device.api.i18n.CompiledResourceBundle.
Used internally by the resource compiler.
CompiledResourceBundle(Locale, long, int[], short[], byte[]) - Constructor for class net.rim.device.api.i18n.CompiledResourceBundle
Constructs new CompilerdResourceBundle instance.
COMPLETED - Static variable in interface javax.microedition.pim.ToDo
Represents whether or not a ToDo has been completed.
COMPLETED - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Represents whether or not a ToDo has been completed.
COMPLETION_DATE - Static variable in interface javax.microedition.pim.ToDo
Represents the completion date for a ToDo.
COMPLETION_DATE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Represents the completion date for a ToDo.
COMPRESS_EC_PUBLIC_KEYS - Static variable in interface net.rim.device.api.crypto.encoder.PublicKeyEncoderFlags
Indicates that Elliptic Curve (EC) public keys must be encoded in a compressed format.
COMPRESS_NONE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates no compression mode.
COMPRESS_RIM - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates RIM-proprietary compression mode.
compress(Node) - Static method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
tell the DOM to compact the representation of the document containing the Node
COMPRESSED_DATA - Static variable in interface net.rim.device.api.crypto.cms.CMSContentTypes
Specifies a CMS content type of compressed data.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeHashCode(StringBuffer) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves hashcode of provided string buffer.
computeReverseLookupHashCodeBytes(byte[], int, int) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves restricted hashcode for section of a byte array.
computeReverseLookupHashCodeString(String) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves restricted hashcode for string (for use in reverse lookups).
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
concat(String) - Method in class java.lang.String
 
conferenceCallDisconnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a conference call is termindated ( all members disconnected).
conferenceCallDisconnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
ConferencePhoneCallLog - class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog.
A log object for a conference call (a call with two or more participants).
ConferencePhoneCallLog(Date, int, int, PhoneCallLogID, PhoneCallLogID, String) - Constructor for class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Creates a new ConferencePhoneCallLog instance.
CONFIRM_WMLSCRIPT_EXECUTION - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Prompt before executing WML script.
CONFIRM_WMLSCRIPT_EXECUTION_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default WML script execution mode (false).
CONFIRMATION - Static variable in class javax.microedition.lcdui.AlertType
A CONFIRMATION AlertType is a hint to confirm user actions.
connect() - Method in class javax.microedition.media.protocol.DataSource
Open a connection to the source described by the locator and initiate communication.
connected() - Method in interface net.rim.device.api.system.IOPortListener
Invoked when the port is connected.
Connection - interface javax.microedition.io.Connection.
This is the most basic type of generic connection.
CONNECTION_IPPP_UID - Static variable in class net.rim.device.api.io.http.PushInputStream
IPP/UID connection type.
CONNECTION_IPV4 - Static variable in class net.rim.device.api.io.http.PushInputStream
IPv4 connection type.
CONNECTION_SMSC - Static variable in class net.rim.device.api.io.http.PushInputStream
SMSC connection type.
ConnectionInfo - class net.rim.plazmic.mediaengine.io.ConnectionInfo.
Contains details about the connection.
ConnectionInfo() - Constructor for class net.rim.plazmic.mediaengine.io.ConnectionInfo
The default constructor.
ConnectionNotFoundException - exception javax.microedition.io.ConnectionNotFoundException.
This class is used to signal that a connection target cannot be found
ConnectionNotFoundException() - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
connectionRequested() - Method in interface net.rim.device.api.system.USBPortListener
Invoked when a connection is requested.
Connector - class javax.microedition.io.Connector.
This class is a factory used to create all the connection objects.
Connector - interface net.rim.plazmic.mediaengine.io.Connector.
This interface provides the means to extend MediaManager functionality with support for additional protocols and caching.
ConnEvent - interface net.rim.device.api.io.ConnEvent.
Describes data available to all connection events.
Consequence - interface net.rim.device.api.notification.Consequence.
The Consequence interface responds to notification events.
CONSTRAINT_MASK - Static variable in class javax.microedition.lcdui.TextField
The mask value for determining the constraint mode.
CONSTRUCTED_FLAG - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A flag used to indicate that an arbitrarily large construction has been formed from other ASN.1 types.
CONSUME_CLICK - Static variable in class net.rim.device.api.ui.component.ButtonField
Indicates to the button consume the click event.
CONSUME_INPUT - Static variable in class net.rim.device.api.ui.component.BasicEditField
Determines whether or not this field should consume all input characters; if it would normally.
CONSUMED_FIELD - Static variable in class net.rim.device.api.synchronization.ConverterUtilities
Marker indicates that the field has been consumed.
Contact - interface javax.microedition.pim.Contact.
Represents a PIM contact.
Contact - interface net.rim.blackberry.api.pim.Contact.
Deprecated. In favour of Contact.
CONTACT_LIST - Static variable in class javax.microedition.pim.PIM
Represents the Contact list type.
CONTACT_LIST - Static variable in class net.rim.blackberry.api.pim.PIM
Deprecated. Represents the Contact list type.
ContactAttachmentPart - class net.rim.blackberry.api.mail.ContactAttachmentPart.
Provides functionality for address card attachment parts This class makes use of the Contact class provided by the PIM API.
ContactAttachmentPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.ContactAttachmentPart
Creates a new, empty ContactAttachmentPart instance.
ContactAttachmentPart(Multipart, Contact) - Constructor for class net.rim.blackberry.api.mail.ContactAttachmentPart
Creates a new ContactAttachmentPart instance for provided contact.
ContactList - interface javax.microedition.pim.ContactList.
Represents a list of PIM contacts.
ContactList - interface net.rim.blackberry.api.pim.ContactList.
Deprecated. In favour of ContactList.
contains(byte) - Method in class net.rim.device.api.util.ByteVector
Tests if the specified element is a component in this vector.
contains(CertificateServerInfo) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns a boolean that determines if the specified CertificateServerInfo is contained on a server.
contains(int) - Method in interface net.rim.device.api.collection.ReadableIntMap
Determines if this collection contains an element with provided integer key.
contains(int) - Method in class net.rim.device.api.collection.util.SparseList
Determines if an index already has an associated element.
contains(int) - Method in class net.rim.device.api.util.ToIntHashtable
Determines if some key maps into the specified value in this hashtable.
contains(int) - Method in class net.rim.device.api.util.LongIntHashtable
Determines if some key maps into the specified value in this hashtable.
contains(int) - Method in class net.rim.device.api.util.IntVector
Tests if the specified element is a component in this vector.
contains(int) - Method in class net.rim.device.api.util.IntIntHashtable
Determines if some key maps into the specified value in this hashtable.
contains(int, int) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle entirely contains specified point.
contains(int, int, int, int) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle entirely contains specified coordinates.
contains(long) - Method in interface net.rim.device.api.collection.ReadableLongMap
Determines if this collection contains an element with provided long integer key.
contains(long) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Determines if this collection contains an element with provided long integer key.
contains(long) - Method in class net.rim.device.api.util.IntLongHashtable
Determines if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Object) - Method in class java.util.Hashtable
Determines if some key maps into the specified value in this hashtable.
contains(Object) - Method in interface net.rim.device.api.collection.WritableSet
Determines if this set contains an element.
contains(Object) - Method in interface net.rim.device.api.collection.ReadableSet
Determines if this collection contains an element.
contains(Object) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Determines if this collection contains an element.
contains(Object) - Method in class net.rim.device.api.util.LongHashtable
Determines if some key maps into the specified value in this hashtable.
contains(Object) - Method in class net.rim.device.api.util.IntHashtable
Determines if some key maps into the specified value in this hashtable.
contains(Object) - Method in class net.rim.device.api.util.ContentProtectedHashtable
Determines if some key maps into the specified value in this hashtable.
contains(Object[], Object) - Static method in class net.rim.device.api.util.Arrays
Determine if the specified element is present.
contains(XYPoint) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle contains specified point.
contains(XYRect) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle entirely contains another rectangle.
containsKey(int) - Method in class net.rim.device.api.util.IntMultiMap
Determines if key is mapped.
containsKey(int) - Method in class net.rim.device.api.util.IntLongHashtable
Determines if the specified object is a key in this hashtable.
containsKey(int) - Method in class net.rim.device.api.util.IntIntHashtable
Determines if the specified object is a key in this hashtable.
containsKey(int) - Method in class net.rim.device.api.util.IntHashtable
Determines if the specified object is a key in this hashtable.
containsKey(long) - Method in class net.rim.device.api.util.LongIntHashtable
Determines if the specified object is a key in this hashtable.
containsKey(long) - Method in class net.rim.device.api.util.LongHashtable
Determines if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.Hashtable
Determines if the specified object is a key in this hashtable.
containsKey(Object) - Method in class net.rim.device.api.util.ToIntHashtable
Determines if the specified object is a key in this hashtable.
containsKey(Object) - Method in class net.rim.device.api.util.MultiMap
Determines if key is mapped.
containsValue(int, Object) - Method in class net.rim.device.api.util.IntMultiMap
Determines if value is mapped to key.
containsValue(Object, Object) - Method in class net.rim.device.api.util.MultiMap
Determines if value is mapped to key.
CONTENT_TYPE - Static variable in class net.rim.blackberry.api.mail.BodyPart
MIME content-type header type.
CONTENT_TYPE_APPLICATION_JAVA_VM - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_PKCS7_MIME - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DD_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DRM_CONTENT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DRM_MESSAGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DRM_RIGHTS_PLUS_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DRM_RIGHTS_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_SYNCML_DM_PLUS_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_SYNCML_DM_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_SYNCML_NOTIFICATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_CERT_RESPONSE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_COC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_CONNECTIVITY_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_HASHED_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_LOC_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_LOCC_PLUS_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MMS_MESSAGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_ALTERNATIVE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_BYTERANGES - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_FORM_DATA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_MIXED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_RELATED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_ROLLOVER_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_SIA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_SIC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_SIGNED_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_SLC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_UAPROF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WMLC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WMLSCRIPTC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WTA_EVENTC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WTLS_CA_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WTLS_USER_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_XHTML_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WV_CSP_CIR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_WML_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_HDMLC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_WWW_FORM_URLENCODED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X509_CA_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X509_USER_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X968_CA_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X968_CROSS_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X968_USER_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_XHTML_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_GIF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_JPEG - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_PNG - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_TIFF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_VND_WAP_WBMP - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_ALTERNATIVE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_BYTERANGES - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_FORM_DATA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_MIXED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_RELATED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_STAR_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_CSS - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_HTML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_PLAIN - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_CO - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_CONNECTIVITY_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_SI - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_SL - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_WML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_WMLSCRIPT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_WTA_EVENT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_X_HDML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_X_TTML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_X_VCALENDAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_X_VCARD - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
ContentConnection - interface javax.microedition.io.ContentConnection.
This interface defines the stream connection over which content is passed.
ContentDescriptor - class javax.microedition.media.protocol.ContentDescriptor.
A ContentDescriptor identifies media data containers.
ContentDescriptor(String) - Constructor for class javax.microedition.media.protocol.ContentDescriptor
Create a content descriptor with the specified content type.
ContentProtectedHashtable - class net.rim.device.api.util.ContentProtectedHashtable.
This class provides a hashtable that will employ content protection on the values stored in the hashtable.
ContentProtectedHashtable() - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new, empty ContentProtectedHashtable using the default capacity and automatically protects the values in the hashtable.
ContentProtectedHashtable(boolean) - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new, empty ContentProtectedHashtable using the default capacity.
ContentProtectedHashtable(Hashtable, boolean) - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new ContentProtectedHashtable with the contents currently found in the Hashtable passed into this method.
ContentProtectedHashtable(int) - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new, empty ContentProtectedHashtable using the initial capacity and automatically protects the values in the hashtable.
ContentProtectedHashtable(int, boolean) - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new, empty ContentProtectedHashtable.
ContentProtectedVector - class net.rim.device.api.util.ContentProtectedVector.
Provides a vector that employs content protection on its contained elements.
ContentProtectedVector() - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance automatically protecting its contents.
ContentProtectedVector(boolean) - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance.
ContentProtectedVector(int) - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance of specified capacity, automatically protecting its contents.
ContentProtectedVector(int, int) - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance with specified capacity and capacity increment, automatically protecting its contents.
ContentProtectedVector(int, int, boolean) - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance with specified capacity and capacity incrememt.
CONTEXT_CHANGE_OPTION - Static variable in class net.rim.device.api.ui.component.ChoiceField
Context hint for the event being triggered from a change option dialog dismissal.
CONTEXT_SPECIFIC_CLASS_FLAG - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A 2-bit flag used to indicate the tag is Context-specific.
ContextMenu - class net.rim.device.api.ui.ContextMenu.
A context menu that provides actions "appropriate" to the current field hierarchy.
CONTINUOUS_IDLE - Static variable in class javax.microedition.lcdui.Gauge
The value representing the continuous-idle state of a non-interactive Gauge with indefinite range.
CONTINUOUS_RUNNING - Static variable in class javax.microedition.lcdui.Gauge
The value representing the continuous-running state of a non-interactive Gauge with indefinite range.
Control - interface javax.microedition.media.Control.
A Control object is used to control some media processing functions.
CONTROL_CHANGE - Static variable in interface javax.microedition.media.control.MIDIControl
Command value for Control Change message (0xB0, or 176).
Controllable - interface javax.microedition.media.Controllable.
Controllable provides an interface for obtaining the Controls from an object like a Player.
ControlledAccess - class net.rim.device.api.system.ControlledAccess.
Restricts access to an object to those callers than have permission.
ControlledAccess(Object) - Constructor for class net.rim.device.api.system.ControlledAccess
Creates new ControlledAccess instance for wrapping provided object.
ControlledAccess(Object, CodeSigningKey) - Constructor for class net.rim.device.api.system.ControlledAccess
Creates new ControlledAccess object for wrapping provided object using provided key.
ControlledAccess(Object, CodeSigningKey, CodeSigningKey) - Constructor for class net.rim.device.api.system.ControlledAccess
Creates new ControlledAccess object for wrapping provided object using provided keys.
ControlledAccessException - exception net.rim.device.api.system.ControlledAccessException.
This exception is thrown when a thread attempts to access a ControlledAccess object without the appropriate permission.
ControlledAccessException() - Constructor for class net.rim.device.api.system.ControlledAccessException
Creates a ControlledAccessException instance.
ControlledAccessException(CodeSigningKey) - Constructor for class net.rim.device.api.system.ControlledAccessException
Creates a ControlledAccessException instance specifying the key used to access the object.
ControlledAccessException(String) - Constructor for class net.rim.device.api.system.ControlledAccessException
Creates a ControlledAccessException instance using a message describing the reason for the exception.
convert(char, int) - Method in class net.rim.device.api.ui.text.URLTextFilter
Passes character through URL text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.UppercaseTextFilter
Passes character through upper case text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.TextFilter
Retrieves filtered version of provided character.
convert(char, int) - Method in class net.rim.device.api.ui.text.PhoneTextFilter
Passes character through phone text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.NumericTextFilter
Passes character through numeric text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.LowercaseTextFilter
Passes character through lower case text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.IPTextFilter
 
convert(char, int) - Method in class net.rim.device.api.ui.text.HexadecimalTextFilter
Passes character through hexadecimal text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.EmailAddressTextFilter
Retrieves filtered version of provided character.
convert(DataBuffer, int, int) - Method in class net.rim.device.api.synchronization.SyncItem
 
convert(DataBuffer, int, int) - Method in interface net.rim.device.api.synchronization.SyncConverter
Extracts a SyncObject from the synchronization data.
convert(int) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves string form of integer ID.
convert(String) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves integer form of string ID
convert(SyncObject, DataBuffer, int) - Method in class net.rim.device.api.synchronization.SyncItem
 
convert(SyncObject, DataBuffer, int) - Method in interface net.rim.device.api.synchronization.SyncConverter
Converts a SyncObject into synchronization data.
convertByteArrayToEncoding(byte[]) - Static method in class net.rim.device.api.system.PersistentContent
Converts a byte array to an encoding.
convertCertificate(Certificate) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Converts a RIM certificate into a J2ME certificate.
convertEncodingToByteArray(Object) - Static method in class net.rim.device.api.system.PersistentContent
Converts a PersistentContent encoding of an object to a byte array.
ConverterUtilities - class net.rim.device.api.synchronization.ConverterUtilities.
A set of static utility methods used when formatting or parsing data used during serial synchronization with the RIM desktop.
convertSize(int, int, int) - Static method in class net.rim.device.api.ui.Ui
Converts size unit measurements.
cookieID - Variable in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Cookie IDs for regions.
CookieProvider - interface net.rim.device.api.ui.component.CookieProvider.
Allows an object to provide cookies.
COPY - Static variable in class net.rim.device.api.ui.MenuItem
Copy menu item.
copy(byte[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a byte array.
copy(byte[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from a byte array.
copy(char[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a character array.
copy(char[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from a character array.
copy(DatagramBase) - Method in class net.rim.device.api.io.DatagramBase
Copies state and data from provided datagram.
copy(int[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of an integer array.
copy(int[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from an integer array.
copy(long[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a long integer array.
copy(long[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from a long integer array.
copy(short[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of short integer arary.
copy(short[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from a short integer array.
copyArea(int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Copies a region of this graphics canvas.
copyArea(int, int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Copies the contents of a rectangular area (x_src, y_src, width, height) to a destination area, whose anchor point identified by anchor is located at (x_dest, y_dest).
copyArea(XYRect, int, int) - Method in class net.rim.device.api.ui.Graphics
Copies a region of this graphics canvas, specified by an XYRect.
copyCalendar(Calendar, Calendar) - Static method in class net.rim.device.api.util.DateTimeUtilities
Copies a date from one calendar to another.
copyEncoding(Object) - Static method in class net.rim.device.api.system.PersistentContent
Retrieves a copy of the encoding.
copyFlagsInto(DatagramBase) - Method in class net.rim.device.api.io.DatagramConnectionBase
Copies flags from the connection to the datagram.
copyFlagsInto(DatagramBase) - Method in class net.rim.device.api.io.DatagramBase
Copies flags from this datagram into provided datagram.
copyInto(byte[]) - Method in class net.rim.device.api.util.ByteVector
Copies the components of this vector into the specified array.
copyInto(int[]) - Method in class net.rim.device.api.util.IntVector
Copies the components of this vector into the specified array.
copyInto(int, int, int[], int) - Method in class net.rim.device.api.collection.util.BigIntVector
Fills an array with elements from the vector.
copyInto(int, int, long[], int) - Method in class net.rim.device.api.collection.util.BigLongVector
Fills an array with elements from the vector.
copyInto(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.BigVector
Fills an array with elements from the vector.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyInto(Object[]) - Method in class net.rim.device.api.util.ContentProtectedVector
Copies this vector's components into the provided array.
copyInto(ServiceRecord) - Method in class net.rim.device.api.servicebook.ServiceRecord
Copies the data from this service record into another.
COPYRIGHT_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for COPYRIGHT information.
COPYRIGHT_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
CORAL - Static variable in class net.rim.device.api.ui.Color
 
CORE_OPTIONS_GUID - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Browser options GUID.
CORNFLOWERBLUE - Static variable in class net.rim.device.api.ui.Color
 
CORNSILK - Static variable in class net.rim.device.api.ui.Color
 
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
Cos(int) - Static method in class net.rim.device.api.math.Fixed32
Computes COS(f), f is a fixed point number in radians. 0 <= f <= PI/2
cosd(int) - Static method in class net.rim.device.api.math.