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 _

N

NAME - Static variable in interface javax.microedition.pim.Contact
Field specifying the name for this contact.
name - Variable in class javax.microedition.xml.rpc.Element
The qualified name of this Element.
NAME - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Name header.
NAME - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContactGroup
Represents the name field for an address group.
NAME - Static variable in interface net.rim.blackberry.api.pdap.contactlinking.LinkableContact
Field specifying the name for this LinkableContact.
NAME - Static variable in class net.rim.device.api.crypto.keystore.AssociatedData
A long representing the name associated data.
NAME_FAMILY - Static variable in interface javax.microedition.pim.Contact
Index into the string array for a NAME field, where the data at this index represents the family name.
NAME_FAMILY_YOMI - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContact
Index into the string array for a NAME field, where the data at this index represents the reading of the name in the NAME_FAMILY index.
NAME_GIVEN - Static variable in interface javax.microedition.pim.Contact
Index into the string array for a NAME field, where the data at this index represents the given name.
NAME_GIVEN_YOMI - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContact
Index into the string array for a NAME field, where the data at this index represents the reading of the name in the NAME_GIVEN index.
NAME_OTHER - Static variable in interface javax.microedition.pim.Contact
Index into the string array for a NAME field, where the data at this index represents other alternate name or names, such as a "middle" name.
NAME_PREFIX - Static variable in interface javax.microedition.pim.Contact
Index into the string array for a NAME field, where the data at this index represents a prefix to a name.
NAME_SUFFIX - Static variable in interface javax.microedition.pim.Contact
Index into the string array for a NAME field, where the data at this index represents a suffix to a name.
namedItem(String) - Method in interface org.w3c.dom.html2.HTMLCollection
This method retrieves a Node using a name.
namedItem(String) - Method in interface org.w3c.dom.html2.HTMLOptionsCollection
This method retrieves a Node using a name.
NamedNodeMap - Interface in org.w3c.dom
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
NameList - Interface in org.w3c.dom
The NameList interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be null values), without defining or constraining how this collection is implemented.
names() - Method in class org.json.me.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NAMESPACE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
NamespaceConstants - Class in javax.xml.rpc
The constants used in JAX-RPC Subset for namespace prefixes and URIs.
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
Constructor for NamespaceConstants.
NamespaceSupport - Class in org.xml.sax.helpers
Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.
NamespaceSupport() - Constructor for class org.xml.sax.helpers.NamespaceSupport
Create a new Namespace support object.
NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
The Not-a-Number (NaN) value of type float.
NAVAJOWHITE - Static variable in class net.rim.device.api.ui.Color
 
navigateNext() - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Navigates to the next mappable item.
navigatePrev() - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Navigates to the previous mappable item.
NAVIGATION_CLICK - Static variable in class net.rim.device.api.system.EventInjector.NavigationEvent
A constant representing a navigation click.
NAVIGATION_MASK - Static variable in interface net.rim.device.api.browser.field.RenderingConstants
Mask to get navigation type.
NAVIGATION_MODE - Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
This property determines the navigation type.
NAVIGATION_MODE_CARET - Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
Deprecated. Caret navigation mode is no longer supported. When used it is interpreted as equivalent to NAVIGATION_MODE_NODE
NAVIGATION_MODE_NODE - Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
This is one of the four options for the NAVIGATION_MODE property.
NAVIGATION_MODE_NONE - Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
This is one of the four options for the NAVIGATION_MODE property.
NAVIGATION_MODE_POINTER - Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
This is one of the four options for the NAVIGATION_MODE property.
NAVIGATION_MOVEMENT - Static variable in class net.rim.device.api.system.EventInjector.NavigationEvent
A constant representing a navigation movement.
NAVIGATION_SWIPE - Static variable in class net.rim.device.api.ui.TouchGesture
Quick motion gesture made with the trackpad.
NAVIGATION_TYPE_BACKWARD - Static variable in interface net.rim.device.api.browser.field.RenderingConstants
Backwards Navigation.
NAVIGATION_TYPE_FORWARD - Static variable in interface net.rim.device.api.browser.field.RenderingConstants
Forwards navigation.
NAVIGATION_TYPE_NO_CACHE - Static variable in interface net.rim.device.api.browser.field.RenderingConstants
No cache navigation.
NAVIGATION_TYPE_REFRESH - Static variable in interface net.rim.device.api.browser.field.RenderingConstants
Refresh navigation.
NAVIGATION_TYPE_REVALIDATE - Static variable in interface net.rim.device.api.browser.field.RenderingConstants
Revalidate navigation.
NAVIGATION_UNCLICK - Static variable in class net.rim.device.api.system.EventInjector.NavigationEvent
A constant representing a navigation click released.
navigationClick(int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.Dialog
Handles navigation click events.
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Invoked when the navigational action is selected.
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableController
Invoked when the navigational action is selected.
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabController
Invoked in response to a navigational action.
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Invoked in response to a navigational action.
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Invoked when a navigational action is performed.
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Implementation of Field.navigationClick(int,int).
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Invoked when the navigational action is selected.
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Invoked when the navigational action is selected.
navigationClick(int, int) - Method in class net.rim.device.api.ui.component.TextField
Mark navigationClick handled.
navigationClick(int, int) - Method in class net.rim.device.api.ui.extension.container.EyelidFieldManager
Displays the eyelids before delegating the click event to the focused field.
navigationClick(int, int) - Method in class net.rim.device.api.ui.Field
Invoked when the navigational action is selected.
navigationClick(int, int) - Method in class net.rim.device.api.ui.Manager
Invoked when the navigational action is selected.
navigationClick(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates navigational click events.
NavigationDeviceSettings - Class in net.rim.device.api.ui.input
NavigationDeviceSettings contains a set of attributes associated with any navigation device (Trackball, Trackpad, etc) (see Trackball, TouchEvent, TouchGesture).
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableController
Invoked in response to a navigational motion.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Invoked in response to a navigational motion.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Invoked when a navigational motion occurs.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Implementation of Field.navigationMovement(int,int,int,int).
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Invoked when a navigational motion occurs.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.component.SpinBoxField
Invoked when a navigational motion occurs.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Invoked when a navigational motion occurs.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.component.table.TableController
Move the Table Field focus from one data template to the next one to be focused vertically.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.container.FlowFieldManager
 
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.extension.container.EyelidFieldManager
Displays the eyelids before delegating the move event to the focused field.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.Field
Invoked when a navigational motion occurs.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.Manager
Invoked when a navigational motion occurs.
navigationMovement(int, int, int, int) - Method in class net.rim.device.api.ui.Screen
Invoked when a navigational motion occurs.
navigationRequestError(BrowserFieldRequest, Throwable) - Method in class net.rim.device.api.browser.field2.BrowserFieldErrorHandler
This method displays information when a BrowserField's navigationRequest() method fails.
navigationUnclick(int, int) - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
navigationUnclick(int, int) - Method in class net.rim.device.api.ui.component.table.DataController
Invoked when the navigational action is released.
navigationUnclick(int, int) - Method in class net.rim.device.api.ui.component.table.TableController
handle the navigation unclick event by invoking the command handler if it is set.
navigationUnclick(int, int) - Method in class net.rim.device.api.ui.component.TextField
Handle navigationUnclick if navigation click handled.
navigationUnclick(int, int) - Method in class net.rim.device.api.ui.Field
Invoked when the navigational action is released.
navigationUnclick(int, int) - Method in class net.rim.device.api.ui.Manager
Invoked when the navigational action is released.
navigationUnclick(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates navigation unclick events.
NAVY - Static variable in class net.rim.device.api.ui.Color
 
NDEF_TAG - Static variable in class net.rim.device.api.io.nfc.readerwriter.Target
Represents NFC tag types 1, 2, 3, 4.
NDEFMessage - Class in net.rim.device.api.io.nfc.ndef
Represents an NDEF message as specified by the NFC Forum.
NDEFMessage() - Constructor for class net.rim.device.api.io.nfc.ndef.NDEFMessage
Constructs an empty NDEF message.
NDEFMessage(byte[]) - Constructor for class net.rim.device.api.io.nfc.ndef.NDEFMessage
Constructs an NDEF message from a byte array.
NDEFMessageBuilder - Interface in net.rim.device.api.io.nfc.push
Creates NDEF messages to be pushed over the SNEP protocol on demand.
NDEFMessageListener - Interface in net.rim.device.api.io.nfc.ndef
Listens for NDEF message detection events.
NDEFMessageUtils - Class in net.rim.device.api.io.nfc.ndef
Helps create different types of NDEF messages.
NDEFPushManager - Class in net.rim.device.api.io.nfc.push
Registers listeners for NDEF push messages.
NDEFPushStatusCallback - Interface in net.rim.device.api.io.nfc.push
Receives results from NDEF push requests.
NDEFRecord - Class in net.rim.device.api.io.nfc.ndef
Represents an NDEF record as specified by the NFC Forum.
NDEFRecord() - Constructor for class net.rim.device.api.io.nfc.ndef.NDEFRecord
Creates an empty NDEF record.
NDEFRecord(int, String) - Constructor for class net.rim.device.api.io.nfc.ndef.NDEFRecord
Creates an empty NDEF record, setting the Type Name Format and Type Name Format string.
NDEFTagConnection - Interface in net.rim.device.api.io.nfc.ndef
Represents a connection to an NDEF tag.
NEED_RESULT_POINT_CALLBACK - Static variable in class com.google.zxing.DecodeHintType
The caller needs to be notified via callback when a possible ResultPoint is found.
needsBidiReordering() - Method in class net.rim.device.api.ui.TextMetrics
Returns information about whether bidirectional reordering was needed (or actually done, if reordering was turned on).
negate() - Method in class net.rim.device.api.math.Matrix3f
Negates this matrix.
negate(Matrix3f) - Method in class net.rim.device.api.math.Matrix3f
Gets the negate of this matrix in matrix dst.
negate() - Method in class net.rim.device.api.math.Matrix4f
Negates this matrix.
negate(Matrix4f) - Method in class net.rim.device.api.math.Matrix4f
Gets the negate of this matrix in dst.
negate() - Method in class net.rim.device.api.math.Vector2f
Negates this vector.
negate() - Method in class net.rim.device.api.math.Vector3f
Negates this vector.
negate() - Method in class net.rim.device.api.math.Vector4f
Negates this vector.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
The negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
negotiateDeferredEvent(long, long, Object, long, int, Object) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds the specified event to the event queue.
negotiateProtocolImpl(SmartCardCapabilities) - Method in class net.rim.device.api.smartcard.SmartCardReaderSession
Attempts to negotate a new protocol with the smartcard if desired.
net.rim.blackberry.api.accessory - package net.rim.blackberry.api.accessory
 
net.rim.blackberry.api.behavior - package net.rim.blackberry.api.behavior
 
net.rim.blackberry.api.blackberrymessenger - package net.rim.blackberry.api.blackberrymessenger
Provides access to the BlackBerry Messenger application.
net.rim.blackberry.api.browser - package net.rim.blackberry.api.browser
Provides access to the BlackBerry Browser application to create and display HTML or WML pages and to set browser options.
net.rim.blackberry.api.cradle - package net.rim.blackberry.api.cradle
 
net.rim.blackberry.api.homescreen - package net.rim.blackberry.api.homescreen
Provides classes and interfaces to access Home screen items and the theme on the BlackBerry device
net.rim.blackberry.api.invoke - package net.rim.blackberry.api.invoke
Allows third-party applications to remotely invoke internal applications
net.rim.blackberry.api.mail - package net.rim.blackberry.api.mail
 
net.rim.blackberry.api.mail.event - package net.rim.blackberry.api.mail.event
 
net.rim.blackberry.api.maps - package net.rim.blackberry.api.maps
 
net.rim.blackberry.api.menuitem - package net.rim.blackberry.api.menuitem
Provides functionality for adding custom menu items to applications.
net.rim.blackberry.api.messagelist - package net.rim.blackberry.api.messagelist
 
net.rim.blackberry.api.mms - package net.rim.blackberry.api.mms
 
net.rim.blackberry.api.options - package net.rim.blackberry.api.options
Provides functionality to add items to the handheld Options screen.
net.rim.blackberry.api.pdap - package net.rim.blackberry.api.pdap
 
net.rim.blackberry.api.pdap.contactlinking - package net.rim.blackberry.api.pdap.contactlinking
 
net.rim.blackberry.api.phone - package net.rim.blackberry.api.phone
 
net.rim.blackberry.api.phone.phonegui - package net.rim.blackberry.api.phone.phonegui
 
net.rim.blackberry.api.phone.phonelogs - package net.rim.blackberry.api.phone.phonelogs
 
net.rim.blackberry.api.profiles - package net.rim.blackberry.api.profiles
 
net.rim.blackberry.api.push - package net.rim.blackberry.api.push
Provides client-side push applications, that uses the BlackBerry Push API Frameworks, with connectivity management functionalities.
net.rim.blackberry.api.sendmenu - package net.rim.blackberry.api.sendmenu
 
net.rim.blackberry.api.sms - package net.rim.blackberry.api.sms
 
net.rim.blackberry.api.spellcheck - package net.rim.blackberry.api.spellcheck
 
net.rim.blackberry.api.stringpattern - package net.rim.blackberry.api.stringpattern
 
net.rim.blackberry.web.widget.jil - package net.rim.blackberry.web.widget.jil
 
net.rim.device.api.accessory - package net.rim.device.api.accessory
 
net.rim.device.api.amms.control.camera - package net.rim.device.api.amms.control.camera
 
net.rim.device.api.amms.control.fmradio - package net.rim.device.api.amms.control.fmradio
 
net.rim.device.api.animation - package net.rim.device.api.animation
Provides a framework you can use to incorporate rich animation into your applications and games.
net.rim.device.api.applicationcontrol - package net.rim.device.api.applicationcontrol
 
net.rim.device.api.barcodelib - package net.rim.device.api.barcodelib
 
net.rim.device.api.biometrics - package net.rim.device.api.biometrics
 
net.rim.device.api.bluetooth - package net.rim.device.api.bluetooth
Provides serial communication support for Bluetooth connections.
net.rim.device.api.browser.field - package net.rim.device.api.browser.field
Provides access to browser-component functionality you can incorporate in other applications
net.rim.device.api.browser.field2 - package net.rim.device.api.browser.field2
 
net.rim.device.api.browser.field2.debug - package net.rim.device.api.browser.field2.debug
 
net.rim.device.api.browser.plugin - package net.rim.device.api.browser.plugin
Defines the Plugin API used to add support for specific mime-types to RIM's browser application
net.rim.device.api.collection - package net.rim.device.api.collection
Defines basic functionality for data collections.
net.rim.device.api.collection.util - package net.rim.device.api.collection.util
Provids a variety of collection implementations and utilities.
net.rim.device.api.command - package net.rim.device.api.command
The Command Framework API provides support for defining functionality that you can use from different parts of your application or from other applications on the device.
net.rim.device.api.command.registrar - package net.rim.device.api.command.registrar
Provides support for registering and retrieving commands.
net.rim.device.api.compress - package net.rim.device.api.compress
Provides components for compressing and uncompressing data.
net.rim.device.api.content - package net.rim.device.api.content
 
net.rim.device.api.crypto - package net.rim.device.api.crypto

This page contains a tabular description with hyperlink to the members of the crypto API.

net.rim.device.api.crypto.asn1 - package net.rim.device.api.crypto.asn1
 
net.rim.device.api.crypto.certificate - package net.rim.device.api.crypto.certificate
 
net.rim.device.api.crypto.certificate.status - package net.rim.device.api.crypto.certificate.status
 
net.rim.device.api.crypto.certificate.wtls - package net.rim.device.api.crypto.certificate.wtls
 
net.rim.device.api.crypto.certificate.x509 - package net.rim.device.api.crypto.certificate.x509
 
net.rim.device.api.crypto.cms - package net.rim.device.api.crypto.cms
 
net.rim.device.api.crypto.encoder - package net.rim.device.api.crypto.encoder
 
net.rim.device.api.crypto.keystore - package net.rim.device.api.crypto.keystore
 
net.rim.device.api.crypto.oid - package net.rim.device.api.crypto.oid
 
net.rim.device.api.crypto.tls - package net.rim.device.api.crypto.tls
 
net.rim.device.api.crypto.tls.ssl30 - package net.rim.device.api.crypto.tls.ssl30
 
net.rim.device.api.crypto.tls.tls10 - package net.rim.device.api.crypto.tls.tls10
 
net.rim.device.api.crypto.tls.wtls20 - package net.rim.device.api.crypto.tls.wtls20
WTLS 2.0 Classes and Definitions Wireless Transport Layer Security (WTLS) is the security layer of the WAP, providing confidentiality, data integrity and authentication for WAP services.
net.rim.device.api.crypto.transcoder - package net.rim.device.api.crypto.transcoder
 
net.rim.device.api.database - package net.rim.device.api.database
Provides relational database functionality (using SQLite) for applications.
net.rim.device.api.drm - package net.rim.device.api.drm
 
net.rim.device.api.egl - package net.rim.device.api.egl
 
net.rim.device.api.gps - package net.rim.device.api.gps
 
net.rim.device.api.i18n - package net.rim.device.api.i18n
Provides functionality that supports the internationalization of applications on RIM Devices.
net.rim.device.api.im - package net.rim.device.api.im
 
net.rim.device.api.input - package net.rim.device.api.input
 
net.rim.device.api.invocation - package net.rim.device.api.invocation
 
net.rim.device.api.io - package net.rim.device.api.io
Provides a library of components to manage data I/O.
net.rim.device.api.io.file - package net.rim.device.api.io.file
 
net.rim.device.api.io.http - package net.rim.device.api.io.http
 
net.rim.device.api.io.messaging - package net.rim.device.api.io.messaging
 
net.rim.device.api.io.nfc - package net.rim.device.api.io.nfc
Provides access to the Near Field Communication (NFC) feature.
net.rim.device.api.io.nfc.emulation - package net.rim.device.api.io.nfc.emulation
This package contains classes which are used for tag and card emulation.
net.rim.device.api.io.nfc.handover - package net.rim.device.api.io.nfc.handover
This package contains classes which are used during connection handover negotiation with other wireless technologies, such as WiFi or Bluetooth.
net.rim.device.api.io.nfc.llcp - package net.rim.device.api.io.nfc.llcp
This package contains classes which are used for peer connections using the Logical Link Control Protocol (LLCP).
net.rim.device.api.io.nfc.ndef - package net.rim.device.api.io.nfc.ndef
This package contains classes which are used for NDEF connections and messages as defined by the NFC forum.
net.rim.device.api.io.nfc.ndef.rtd - package net.rim.device.api.io.nfc.ndef.rtd
 
net.rim.device.api.io.nfc.push - package net.rim.device.api.io.nfc.push
 
net.rim.device.api.io.nfc.readerwriter - package net.rim.device.api.io.nfc.readerwriter
This package contains classes which are used when reading or writing to tags or cards.
net.rim.device.api.io.nfc.se - package net.rim.device.api.io.nfc.se
This package contains classes which are used when interacting with the Secure Element which can either be embedded or SIM based.
net.rim.device.api.io.parser - package net.rim.device.api.io.parser
 
net.rim.device.api.io.parser.json - package net.rim.device.api.io.parser.json
 
net.rim.device.api.io.parser.rss - package net.rim.device.api.io.parser.rss
 
net.rim.device.api.io.parser.rss.event - package net.rim.device.api.io.parser.rss.event
 
net.rim.device.api.io.parser.rss.listener - package net.rim.device.api.io.parser.rss.listener
 
net.rim.device.api.io.parser.rss.model - package net.rim.device.api.io.parser.rss.model
 
net.rim.device.api.io.parser.soap - package net.rim.device.api.io.parser.soap
 
net.rim.device.api.io.parser.xml - package net.rim.device.api.io.parser.xml
 
net.rim.device.api.io.transport - package net.rim.device.api.io.transport
This package contains the implementation of the Network API.
net.rim.device.api.io.transport.options - package net.rim.device.api.io.transport.options
This package contains classes which are used with the Network API.
net.rim.device.api.itpolicy - package net.rim.device.api.itpolicy
Contains the classes that define IT Policy functionality.
net.rim.device.api.lbs - package net.rim.device.api.lbs
 
net.rim.device.api.lbs.compass - package net.rim.device.api.lbs.compass
 
net.rim.device.api.lbs.maps - package net.rim.device.api.lbs.maps
Contains classes for handling mappable objects in a map
net.rim.device.api.lbs.maps.model - package net.rim.device.api.lbs.maps.model
Provides classes and interfaces for data structures used in creating and customizing maps
net.rim.device.api.lbs.maps.model.geospatial - package net.rim.device.api.lbs.maps.model.geospatial
 
net.rim.device.api.lbs.maps.server - package net.rim.device.api.lbs.maps.server
 
net.rim.device.api.lbs.maps.server.exchange - package net.rim.device.api.lbs.maps.server.exchange
 
net.rim.device.api.lbs.maps.ui - package net.rim.device.api.lbs.maps.ui
 
net.rim.device.api.lbs.maps.utils - package net.rim.device.api.lbs.maps.utils
 
net.rim.device.api.lbs.maps.view - package net.rim.device.api.lbs.maps.view
 
net.rim.device.api.lbs.picker - package net.rim.device.api.lbs.picker
 
net.rim.device.api.lbs.travel - package net.rim.device.api.lbs.travel
Provides the capability to retrieve an estimate of the time it will take to travel between two points on a given date and time.
net.rim.device.api.lcdui - package net.rim.device.api.lcdui
 
net.rim.device.api.lcdui.control - package net.rim.device.api.lcdui.control
 
net.rim.device.api.lcdui.game - package net.rim.device.api.lcdui.game
 
net.rim.device.api.ldap - package net.rim.device.api.ldap

Lightweight Data Access Protocol (LDAP) Classes and Definitions.
net.rim.device.api.location - package net.rim.device.api.location
 
net.rim.device.api.lowmemory - package net.rim.device.api.lowmemory
Low Memory Classes and Definitions The LowMemory package maintains memory resources on the device when the device becomes over-taxed and runs low on memory.
net.rim.device.api.m2g - package net.rim.device.api.m2g
 
net.rim.device.api.math - package net.rim.device.api.math
 
net.rim.device.api.media - package net.rim.device.api.media
 
net.rim.device.api.media.control - package net.rim.device.api.media.control
 
net.rim.device.api.media.protocol - package net.rim.device.api.media.protocol
 
net.rim.device.api.memorycleaner - package net.rim.device.api.memorycleaner
Memorycleaner classes and definitions.
net.rim.device.api.mime - package net.rim.device.api.mime
Provides components for manipulating streams of MIME encoded data.
net.rim.device.api.notification - package net.rim.device.api.notification
Provides functionality to trigger event notifications through Consequence (i.e., tone, vibration or LED) or NotificationEngineListner (i.e., dialogs or interaction screens on the device).
net.rim.device.api.opengles - package net.rim.device.api.opengles
 
net.rim.device.api.openvg - package net.rim.device.api.openvg
 
net.rim.device.api.script - package net.rim.device.api.script
 
net.rim.device.api.servicebook - package net.rim.device.api.servicebook
Service Book Classes and Definitions.
net.rim.device.api.smartcard - package net.rim.device.api.smartcard
Provides a library of components for interacting with Smart Cards and Smart Card Readers.
net.rim.device.api.synchronization - package net.rim.device.api.synchronization
RIM Device collection synchronization library.
net.rim.device.api.system - package net.rim.device.api.system
Provides a variety of system-level functionality.
net.rim.device.api.system.capability - package net.rim.device.api.system.capability
 
net.rim.device.api.ui - package net.rim.device.api.ui
Provides fundamental functionality for constructing the user interface of a RIM Device application
net.rim.device.api.ui.accessibility - package net.rim.device.api.ui.accessibility
 
net.rim.device.api.ui.autotext - package net.rim.device.api.ui.autotext
 
net.rim.device.api.ui.component - package net.rim.device.api.ui.component
Provides a library of prebuilt interface components and controls for constructing usable UI applications
net.rim.device.api.ui.component.pane - package net.rim.device.api.ui.component.pane
 
net.rim.device.api.ui.component.progressindicator - package net.rim.device.api.ui.component.progressindicator
The Activity and Progress Indicator API allows you to display visual cues on a screen to indicate that work is being done or that a task is proceeding.
net.rim.device.api.ui.component.table - package net.rim.device.api.ui.component.table
 
net.rim.device.api.ui.container - package net.rim.device.api.ui.container
Provides a library of prebuilt interface component mangers for constructing usable UI applications
net.rim.device.api.ui.decor - package net.rim.device.api.ui.decor
 
net.rim.device.api.ui.extension.component - package net.rim.device.api.ui.extension.component
 
net.rim.device.api.ui.extension.container - package net.rim.device.api.ui.extension.container
 
net.rim.device.api.ui.image - package net.rim.device.api.ui.image
Provides classes for including images in applications.
net.rim.device.api.ui.input - package net.rim.device.api.ui.input
 
net.rim.device.api.ui.menu - package net.rim.device.api.ui.menu
 
net.rim.device.api.ui.picker - package net.rim.device.api.ui.picker
 
net.rim.device.api.ui.text - package net.rim.device.api.ui.text
Provides classes to filter text strings containing various kinds of data.
net.rim.device.api.ui.toolbar - package net.rim.device.api.ui.toolbar
 
net.rim.device.api.unifiedsearch - package net.rim.device.api.unifiedsearch
Provides classes for using the Unified Search Framework.
net.rim.device.api.unifiedsearch.action - package net.rim.device.api.unifiedsearch.action
 
net.rim.device.api.unifiedsearch.content - package net.rim.device.api.unifiedsearch.content
 
net.rim.device.api.unifiedsearch.entity - package net.rim.device.api.unifiedsearch.entity
 
net.rim.device.api.unifiedsearch.query - package net.rim.device.api.unifiedsearch.query
 
net.rim.device.api.unifiedsearch.registry - package net.rim.device.api.unifiedsearch.registry
 
net.rim.device.api.unifiedsearch.searchables - package net.rim.device.api.unifiedsearch.searchables
 
net.rim.device.api.unifiedsearch.searchables.adapters - package net.rim.device.api.unifiedsearch.searchables.adapters
 
net.rim.device.api.userauthenticator - package net.rim.device.api.userauthenticator
This package contains classes and interfaces that let you create and register a user authentication module.
net.rim.device.api.util - package net.rim.device.api.util
Provides a host of utility methods and intefaces useful within the context of the Device's system.
net.rim.device.api.web - package net.rim.device.api.web
 
net.rim.device.api.web.jse - package net.rim.device.api.web.jse
 
net.rim.device.api.wlan.hotspot - package net.rim.device.api.wlan.hotspot
 
net.rim.device.api.xml - package net.rim.device.api.xml
 
net.rim.device.api.xml.jaxp - package net.rim.device.api.xml.jaxp
 
net.rim.device.api.xml.parsers - package net.rim.device.api.xml.parsers
 
net.rim.device.cldc.io.ssl - package net.rim.device.cldc.io.ssl
 
net.rim.plazmic.mediaengine - package net.rim.plazmic.mediaengine
Plazmic Media Engine.
net.rim.plazmic.mediaengine.io - package net.rim.plazmic.mediaengine.io
Plazmic Media Engine I/O.
NETWORK_802_11 - Static variable in class net.rim.device.api.system.RadioInfo
802.11 network.
NETWORK_CDMA - Static variable in class net.rim.device.api.system.RadioInfo
CDMA network.
NETWORK_DATATAC - Static variable in class net.rim.device.api.system.RadioInfo
Deprecated. DataTAC is no longer supported.
NETWORK_DELAY_FEATURE - Static variable in class net.rim.device.api.wlan.hotspot.HotspotClientRegistry
Used by HotspotClientRegistry.isFeatureSupported(byte) to determine whether delayed login into the network is supported.
NETWORK_DELAY_FLAG - Static variable in class net.rim.device.api.wlan.hotspot.HotspotInfo
Flag that specifies whether to delay login into automatic networks.
NETWORK_GPRS - Static variable in class net.rim.device.api.system.RadioInfo
GPRS network.
NETWORK_IDEN - Static variable in class net.rim.device.api.system.RadioInfo
iDEN network.
NETWORK_MOBITEX - Static variable in class net.rim.device.api.system.RadioInfo
Deprecated. Mobitex is no longer supported.
NETWORK_NONE - Static variable in class net.rim.device.api.system.RadioInfo
No radio network supported.
NETWORK_SERVICE_DATA - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing data service.
NETWORK_SERVICE_DIRECT_CONNECT - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing direct connect service.
NETWORK_SERVICE_E911_CALLBACK_MODE - Static variable in class net.rim.device.api.system.RadioInfo
Device is in E911 callback mode.
NETWORK_SERVICE_EDGE - Static variable in class net.rim.device.api.system.RadioInfo
Device is in EDGE coverage.
NETWORK_SERVICE_EMERGENCY_ONLY - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing emergency service only.
NETWORK_SERVICE_EVDO - Static variable in class net.rim.device.api.system.RadioInfo
Deprecated. NETWORK_SERVICE_EVDO is no longer supported. NETWORK_SERVICE_EVDO is replaced by NETWORK_SERVICE_EVDO_REV0.
NETWORK_SERVICE_EVDO_ONLY - Static variable in class net.rim.device.api.system.RadioInfo
Deprecated. NETWORK_SERVICE_EVDO_ONLY is no longer supported. NETWORK_SERVICE_EVDO_ONLY is replaced by NETWORK_SERVICE_EVDO_REV0_ONLY.
NETWORK_SERVICE_EVDO_REV0 - Static variable in class net.rim.device.api.system.RadioInfo
Device is in EV-DO coverage with 1X.
NETWORK_SERVICE_EVDO_REV0_ONLY - Static variable in class net.rim.device.api.system.RadioInfo
Device is in EV-DO coverage only, No 1X
NETWORK_SERVICE_EVDO_REVA - Static variable in class net.rim.device.api.system.RadioInfo
Device is in EV-DO coverage with 1X.
NETWORK_SERVICE_EVDO_REVA_ONLY - Static variable in class net.rim.device.api.system.RadioInfo
Device is in EV-DO coverage only, No 1X
NETWORK_SERVICE_GAN - Static variable in class net.rim.device.api.system.RadioInfo
Device is in GAN mode.
NETWORK_SERVICE_IN_CITY_ZONE - Static variable in class net.rim.device.api.system.RadioInfo
Device is in the 'city' zone.
NETWORK_SERVICE_IN_HOME_ZONE - Static variable in class net.rim.device.api.system.RadioInfo
Device is in the 'home' zone.
NETWORK_SERVICE_MODEM_MODE_ENABLED - Static variable in class net.rim.device.api.system.RadioInfo
Device is in modem (only) mode.
NETWORK_SERVICE_ROAMING - Static variable in class net.rim.device.api.system.RadioInfo
Device is roaming.
NETWORK_SERVICE_ROAMING_OFF_CAMPUS - Static variable in class net.rim.device.api.system.RadioInfo
Device is roaming onto another network campus.
NETWORK_SERVICE_SDGC - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing SDGC service.
NETWORK_SERVICE_SUPPRESS_ROAMING - Static variable in class net.rim.device.api.system.RadioInfo
The roaming indicator should be suppressed.
NETWORK_SERVICE_UMTS - Static variable in class net.rim.device.api.system.RadioInfo
Device is in UMTS coverage.
NETWORK_SERVICE_VOICE - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing voice service.
NETWORK_TYPE_AUTOMATIC - Static variable in class net.rim.device.api.wlan.hotspot.HotspotClient
The bit of the network types bitmask that indicates whether the hotspot client supports automatic login type networks.
NETWORK_TYPE_DEFAULT_TO_MANUAL - Static variable in class net.rim.device.api.wlan.hotspot.HotspotClient
The bit of the network types bitmask which indicates that support for automatic login type networks should have manual login setting by default.
NETWORK_TYPE_MANUAL - Static variable in class net.rim.device.api.wlan.hotspot.HotspotClient
The bit of the network types bitmask that indicates whether the hotspot client supports manual login type networks.
NETWORK_UMTS - Static variable in class net.rim.device.api.system.RadioInfo
UMTS network.
networkConnected() - Method in interface net.rim.device.api.system.WLANConnectionListener
Invoked when the device has connected to a WLAN network.
networkDisconnected(int) - Method in interface net.rim.device.api.system.WLANConnectionListener
Invoked when the device has disconnected from a WLAN network, or when a connection attempt to a WLAN network has failed.
networkScanComplete(boolean) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when a scan for available networks is completed.
networkServiceChange(int, int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the available service(s) provided by the network change.
networkStarted(int, int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the radio has been turned on or has just been switched to a new network.
networkStateChange(int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the network state has changed.
NEVER_DIRTY - Static variable in class net.rim.device.api.ui.component.ButtonField
Indicates to the button not become dirty or muddy on the click event.
NEW - Static variable in class net.rim.blackberry.api.mail.event.MessageEvent
The compose screen is opened to create a new message.
NEW_FOLDER_NAME - Static variable in class net.rim.blackberry.api.mail.Folder
Default name for new folders.
NEW_RSS_CHANNEL_EVENT - Static variable in class net.rim.device.api.io.parser.rss.event.RSSEvent
 
NEW_RSS_ITEM_EVENT - Static variable in class net.rim.device.api.io.parser.rss.event.RSSEvent
 
NEW_SERVER_UID - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
newAddressBase() - Method in class net.rim.device.api.io.DatagramBase
Retrieve new address base.
newConfiguration(long, long, byte, int, Object) - Method in interface net.rim.device.api.notification.Consequence
The framework calls this method to extract a particular cookie object appropriate for the sourceID provided.
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object automatically allocating a buffer
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newDatagram(byte[], int) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
newDatagram(byte[], int, String) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
newDatagram(int) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
newDatagram(int, String) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
newDatagram() - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram object with an empty 0 byte buffer.
newDatagram(int) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram object automatically allocating a buffer.
newDatagram(int, String) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram object.
newDatagram(byte[]) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram object.
newDatagram(byte[], int) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram object.
newDatagram(byte[], int, String) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram object.
newDatagram(byte[], int, int) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram object.
newDatagram(byte[], int, int, String) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram object.
newDatagram(byte[], int, int, String) - Method in class net.rim.device.api.io.DatagramTransportBase
Makes a new datagram object.
newDatagramAddressBase(String, boolean) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram address base from provided string.
newDatagramAddressBase(DatagramAddressBase, boolean) - Method in class net.rim.device.api.io.DatagramConnectionBase
Builds a new datagram address base cloned from provided one.
newDatagramAddressBase(String, boolean) - Method in class net.rim.device.api.io.DatagramTransportBase
Creates a new datagram address base given an address string.
newDatagramAddressBase(DatagramAddressBase, boolean) - Method in class net.rim.device.api.io.DatagramTransportBase
Creates a new datagram address base given an existing address base.
newDocument() - Method in class net.rim.device.api.xml.parsers.DocumentBuilder
Creates an empty Document object.
newDocumentBuilder() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
Creates a new DocumentBuilder object using the current parameters.
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
newInstance(QName, Element, Element) - Static method in class javax.microedition.xml.rpc.Operation
Creates an Operation object representing an invocation of an RPC.
newInstance(QName, Element, Element, FaultDetailHandler) - Static method in class javax.microedition.xml.rpc.Operation
Creates an Operation object representing an invocation of an RPC.
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Creates a new SAXParserFactory object.
newInstance() - Static method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
Creates a new DocumentBuilderFactory object.
newInstance() - Static method in class net.rim.device.api.xml.parsers.SAXParserFactory
Creates a new SAXParserFactory object.
newMessage(String) - Method in interface javax.wireless.messaging.MessageConnection
Constructs a new message object of a given type.
newMessage(String, String) - Method in interface javax.wireless.messaging.MessageConnection
Constructs a new Message object of a given type and initializes it with the given destination address.
newMessage(MessageEvent) - Method in interface net.rim.blackberry.api.mail.event.ViewListenerExtended
Called when the compose screen is opened to create a new message.
NewRSSChannelEvent - Class in net.rim.device.api.io.parser.rss.event
This event is posted by an RSSParser when a new channel is detected in an RSS document.
NewRSSItemEvent - Class in net.rim.device.api.io.parser.rss.event
This event is posted by an RSSParser when a new item is parsed in a RSS document.
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Creates a new SAXParser object using the currently configuration.
newSAXParser() - Method in class net.rim.device.api.xml.parsers.SAXParserFactory
Creates a new SAXParser object using the currently configuration.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
NEXT - Static variable in interface javax.microedition.amms.control.camera.FocusControl
Moves the setting to the next supported level.
NEXT - Static variable in interface javax.microedition.amms.control.camera.ZoomControl
Moves the setting to the next level.
NEXT - Static variable in interface javax.microedition.amms.control.imageeffect.ImageTonalityControl
Moves the setting to the next supported level.
NEXT - Static variable in interface javax.microedition.amms.control.imageeffect.WhiteBalanceControl
Moves the setting to the next supported level.
next() - Method in class net.rim.device.api.database.BufferedCursor
 
next() - Method in interface net.rim.device.api.database.Cursor
Moves the cursor to the next row.
next(StringBuffer) - Method in class net.rim.device.api.input.LookupVariantIterator
Returns the next element in the variant iteration sequence.
next() - Method in class net.rim.device.api.ui.text.BreakIterator
Method searches for the boundary following to the current boundary.
next(int) - Method in class net.rim.device.api.ui.text.BreakIterator
Method searches for the boundary following the aCount of boundaries from the current position.
next() - Method in class org.json.me.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.me.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.me.JSONTokener
Get the next n characters.
nextClean() - Method in class org.json.me.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class net.rim.device.api.database.CursorEnumeration
Navigates to the next row and returns it.
nextElement() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsElementEnumeration
 
nextElement() - Method in class net.rim.device.api.util.EmptyEnumeration
Retrieves the next element in this enumeration.
nextElement() - Method in interface net.rim.device.api.util.IntEnumeration
Retrieves the next element of this enumeration.
nextElement() - Method in interface net.rim.device.api.util.LongEnumeration
Retrieves the next element of this enumeration.
nextElement() - Method in class net.rim.device.api.util.ObjectEnumerator
Retrieves next element.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFocus(int, int) - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView
Returns the index of the next field that should be given focus.
nextFocus(int, int) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Returns the index of the next field that should be given focus.
nextFocus(int, int) - Method in class net.rim.device.api.ui.component.pane.PaneView
Returns the index of the next field that should be given focus.
nextFocus(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Override of Manager.nextFocus().
nextFocus(int, int) - Method in class net.rim.device.api.ui.container.AbsoluteFieldManager
Retrieves the index of the next field that should be given focus in the indicated direction of movement.
nextFocus(int, boolean) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Returns the index of the next controlled field that should be given the focus.
nextFocus(int, int) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Retrieves the index of the next field that should be given focus.
nextFocus(int, int) - Method in class net.rim.device.api.ui.container.GridFieldManager
Retrieves the index of the next field that should be given focus.
nextFocus(int, int) - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Retrieves the index of the next field that should be given focus.
nextFocus(int, int) - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Retrieves the index of the next field that should be given focus.
nextFocus(int, boolean) - Method in class net.rim.device.api.ui.Manager
Deprecated. Please use Manager.nextFocus(int, int) instead
nextFocus(int, int) - Method in class net.rim.device.api.ui.Manager
Retrieves the index of the next field that should be given focus.
nextFrame() - Method in class javax.microedition.lcdui.game.Sprite
Selects the next frame in the frame sequence.
nextGsElement() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsElementEnumeration
Retrieves the next GsElement in this enumeration if there is at least one more element to provide.
nextIndex() - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Returns the index of the Pane that is after the currently-selected index.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextNode(int, int, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves the next node in a prefix depth first traversal of the tree.
nextNode() - Method in interface org.w3c.dom.traversal.NodeIterator
Returns the next node in the set and advances the position of the iterator in the set.
nextNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
nextRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
nextString(char) - Method in class org.json.me.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.me.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.me.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextValue() - Method in class org.json.me.JSONTokener
Get the next value.
NFC_ALL - Static variable in class net.rim.device.api.io.nfc.NFCManager
Constant that indicates all NFC features.
NFC_EMBEDDED_SECURE_ELEMENT_CARD_EMULATION - Static variable in class net.rim.device.api.io.nfc.NFCManager
Constant that identifies NFC embedded secure element card emulation.
NFC_EMBEDDED_SECURE_ELEMENT_CARD_EMULATION_PERSISTENT - Static variable in class net.rim.device.api.io.nfc.NFCManager
Constant that identifies NFC embedded secure element card emulation persistent setting.
NFC_NONE - Static variable in class net.rim.device.api.io.nfc.NFCManager
Constant that indicates no NFC service is available.
NFC_TAG_CARD_EMULATION - Static variable in class net.rim.device.api.io.nfc.NFCManager
Constant that identifies NFC tag or card emulation (non-Secure Element).
NFC_TAG_CARD_READER_WRITER - Static variable in class net.rim.device.api.io.nfc.NFCManager
Constant that indicates an NFC card reader or writer.
NFC_UICC_CARD_EMULATION - Static variable in class net.rim.device.api.io.nfc.NFCManager
Constant that identifies NFC UICC SIM secure element card emulation.
NFC_UICC_CARD_EMULATION_PERSISTENT - Static variable in class net.rim.device.api.io.nfc.NFCManager
Constant that identifies NFC UICC SIM secure element card emulation persistent setting.
NFCException - Exception in net.rim.device.api.io.nfc
Represents an error that occurs during operations of the NFC API.
NFCException(String) - Constructor for exception net.rim.device.api.io.nfc.NFCException
Constructs an NFC exception.
NFCFieldListener - Interface in net.rim.device.api.io.nfc
Receives notifications when an emulated target detects changes in the NFC field.
NFCInUseException - Exception in net.rim.device.api.io.nfc
Indicates that some exclusive NFC functionality, such as NFC virtual target emulation, is already in use.
NFCInUseException(String, String) - Constructor for exception net.rim.device.api.io.nfc.NFCInUseException
Creates an exception.
NFCManager - Class in net.rim.device.api.io.nfc
Manages the status of NFC on the device.
NFCStatusListener - Interface in net.rim.device.api.io.nfc
Receives notifications related to changes in NFC service information.
NICKNAME - Static variable in interface javax.microedition.pim.Contact
Field where the data represents a nickname.
NO - Static variable in class net.rim.device.api.ui.component.Dialog
No choice for use in dialogs; same behaviour as CANCEL.
NO_ALTED_PAGE_UP_DOWN - Static variable in class net.rim.device.api.ui.component.ListField
Prevent the ALT key from triggering page up/down scrolling.
NO_BREAK_SPACE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as ' '.
NO_CERTIFICATE - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that the certificate could not be found.
NO_COMPLEX_INPUT - Static variable in class net.rim.device.api.ui.component.TextField
This style bit indicates that the input method should switch to some primitive form of input.
NO_CONNECTION - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
indicates that a message was received while there is no secure connection with the sender.
NO_DATA_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If data is specified for a Node which does not support data.
NO_EDIT_MODE_INPUT - Static variable in class net.rim.device.api.ui.component.TextField
If set, edit mode is disabled on this field.
NO_ERROR - Static variable in interface net.rim.device.api.io.DatagramStatusListener
No error.
NO_ERROR - Static variable in class net.rim.device.api.location.Geofence
Indicates no error.
NO_FILESYSTEM_ACCESS - Static variable in exception net.rim.blackberry.web.widget.jil.JILWidgetException
 
NO_FONT_DATA - Static variable in class net.rim.device.api.ui.FontManager
Status code: Returned if no font data was found when trying to load or unload a font.
NO_FREE_HANDLES - Static variable in exception net.rim.device.api.io.file.FileIOException
There are no more free handles.
NO_GRANULARITY - Static variable in class net.rim.device.api.system.MultiServicePlatformConstants
The mask describing an interest in all wipe commands regardless of the type of data being deleted.
NO_HIGHLIGHT - Static variable in class net.rim.device.api.ui.extension.component.PictureScrollField.HighlightStyle
Constant for specifying no highlight effect.
NO_HORIZONTAL_SCROLL - Static variable in class net.rim.device.api.ui.Manager
ScrollView will not support horizontal scrolling.
NO_HORIZONTAL_SCROLL - Static variable in class net.rim.device.api.ui.ScrollView
ScrollView will not support horizontal scrolling.
NO_HORIZONTAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.Manager
ScrollView will not show horizontal scrollbars.
NO_HORIZONTAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.ScrollView
ScrollView will not show horizontal scrollbars.
NO_HTTP_CODE - Static variable in exception net.rim.device.api.lbs.travel.TravelTimeException
Indicates that no HTTP response code has been specified.
NO_LEARNING - Static variable in class net.rim.device.api.ui.component.TextField
Suggests auto learning feature disable for current text component.
NO_MODIFICATION_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify an object where modifications are not allowed.
NO_NETWORK_ACCESS - Static variable in exception net.rim.blackberry.web.widget.jil.JILWidgetException
 
NO_NEWLINE - Static variable in class net.rim.device.api.input.InputHelperBase
Ignore newlines from user input or pasting.
NO_NEWLINE - Static variable in class net.rim.device.api.ui.component.TextField
Ignore newlines from user input or pasting.
NO_PERMISSION - Static variable in class net.rim.device.api.ui.FontManager
Status code: Returned if do not have the permission to continue the load/unload request.
NO_PORTS - Static variable in class net.rim.device.api.ui.text.IPTextFilter
A constant indicating that no ports are allowed in the string.
NO_REGISTERED_HANDLER - Static variable in exception javax.microedition.content.ContentHandlerException
The reason is NO_REGISTERED_HANDLER in a ContentHandlerException when there is no content handler registered of the requested combination of ID, type, suffix, and action.
NO_RELATED_SOURCE - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Constant to indicate there is no related source.
NO_RENEGOTIATION - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Sent by the client in response to a hello request or by the server in response to a client hello after initial handshaking.
NO_REQUIREMENT - Static variable in class javax.microedition.location.Criteria
Constant indicating no requirements for the parameter.
NO_RESOURCE - Static variable in exception javacard.framework.SystemException
This reason code is used to indicate that there is insufficient resource in the Card for the request.
NO_RESOURCES - Static variable in exception javax.bluetooth.BluetoothConnectionException
Indicates the connection failed due to a lack of resources either on the local device or on the remote device.
NO_RESOURCES_FOR_BASE_NAME - Static variable in exception javax.microedition.global.ResourceException
No resources for this base name found.
NO_REVERSE - Static variable in class net.rim.device.api.ui.DrawTextParam
Value for iReverse: draws text without reversing.
NO_ROUNDED_RECT_CORNERS - Static variable in class net.rim.device.api.ui.Graphics
No corners of a drawn rectangle should be rounded.
NO_ROUTABLE_SERVICES - Static variable in interface net.rim.device.api.io.ConnEvent
 
NO_SCROLL_RESET - Static variable in class net.rim.device.api.ui.Manager
Deprecated.  
NO_SCROLL_RESET - Static variable in class net.rim.device.api.ui.ScrollView
Deprecated.  
NO_SERVICE_BOOK - Static variable in class net.rim.blackberry.api.mail.ServiceConfiguration
Names the root folder for folders belonging to a hierarchy without a corresponding service book entry.
NO_SERVICE_BOOK_ENTRY - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
NO_SOURCE - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Constant to indicate there is no source.
NO_STATUS_PROVIDERS - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
NO_SUCH_ALGORITHM - Static variable in exception javacard.security.CryptoException
This reason code is used to indicate that the requested algorithm or key type is not supported.
NO_SUCH_ROOT - Static variable in exception net.rim.device.api.io.file.FileIOException
The root specified is not available.
NO_SWITCHING_INPUT - Static variable in class net.rim.device.api.ui.component.TextField
Do not allow IM switching in this field Edit fields built with this style do not allow IM switching within this field.
NO_SYSTEM_DEFAULT_LOCALE - Static variable in exception javax.microedition.global.ResourceException
The system's default locale is not defined (is null).
NO_SYSTEM_MENU_ITEMS - Static variable in class net.rim.device.api.ui.Screen
If specified, screen will not have system menu items.
NO_T0_GETRESPONSE - Static variable in exception javacard.framework.APDUException
This reason code indicates that during T=0 protocol, the CAD did not return a GET RESPONSE command in response to a <61xx> response status to send additional data.
NO_T0_REISSUE - Static variable in exception javacard.framework.APDUException
This reason code indicates that during T=0 protocol, the CAD did not reissue the same APDU command with the corrected length in response to a <6Cxx> response status to request command reissue with the specified length.
NO_TEXT - Static variable in class net.rim.device.api.ui.component.GaugeField
Do not display progress value in text form.
NO_TEXT - Static variable in class net.rim.device.api.ui.component.progressindicator.ProgressBarField
Do not display progress value with text.
NO_TRANSIENT_SPACE - Static variable in exception javacard.framework.SystemException
This reason code is used by the makeTransient*() methods to indicate that no room is available in volatile memory for the requested object.
NO_TRANSPORT_AVAILABLE - Static variable in class net.rim.device.api.io.nfc.handover.ConnectionHandoverFailedEvent
Indicates a failure occurred because the transport type is unavailable.
NO_TRUNCATE_WITH_ELLIPSIS - Static variable in class net.rim.device.api.ui.DrawTextParam
Value for iTruncateWithEllipsis: does not perform truncation with ellipsis.
NO_UI_AVAILABLE - Static variable in interface net.rim.device.api.crypto.certificate.status.ProviderUiContext
Indicates that no UI is currently available.
NO_USE_ALL_WIDTH - Static variable in class net.rim.device.api.ui.component.CheckboxField
Use this style to indicate the field should use only as much horizontal space as necessary.
NO_USE_ALL_WIDTH - Static variable in class net.rim.device.api.ui.component.RadioButtonField
Use this style to indicate the field should use only as much horizontal space as necessary.
NO_VERTICAL_SCROLL - Static variable in class net.rim.device.api.ui.Manager
ScrollView will not support vertical scrolling.
NO_VERTICAL_SCROLL - Static variable in class net.rim.device.api.ui.ScrollView
ScrollView will not support vertical scrolling.
NO_VERTICAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.Manager
ScrollView will not show vertical scrollbars.
NO_VERTICAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.ScrollView
ScrollView will not show vertical scrollbars.
NO_WRAP - Static variable in class net.rim.device.api.ui.component.SpinBoxField
A style for the spin box that indicates the spin box will not wrap around.
NOAUTHENTICATE_NOENCRYPT - Static variable in interface javax.bluetooth.ServiceRecord
Authentication and encryption are not needed on a connection to this service.
NoAvailableTransportException - Exception in net.rim.device.api.io.transport
This class is used to indicate that no transport type is available to create a connection.
NoAvailableTransportException() - Constructor for exception net.rim.device.api.io.transport.NoAvailableTransportException
Constructs a NoAvailableTransportException with no detail message.
NoAvailableTransportException(String) - Constructor for exception net.rim.device.api.io.transport.NoAvailableTransportException
Constructs a NoAvailableTransportException with the specified detail message.
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NoCopyByteArrayOutputStream - Class in net.rim.device.api.io
Byte array output stream that returns handle to the underlying data buffer, not a copy.
NoCopyByteArrayOutputStream() - Constructor for class net.rim.device.api.io.NoCopyByteArrayOutputStream
Creates a new NoCopyByteArrayOutputStream instance.
NoCopyByteArrayOutputStream(int) - Constructor for class net.rim.device.api.io.NoCopyByteArrayOutputStream
Creates a new NoCopyByteArrayOutputStream instance of initial size.
NoCopyByteArrayOutputStream(byte[], int) - Constructor for class net.rim.device.api.io.NoCopyByteArrayOutputStream
Creates a new NoCopyByteArrayOutputStream instance built from buffer.
Node - Interface in org.w3c.dom
The Node interface is the primary datatype for the entire Document Object Model.
NODE_ADOPTED - Static variable in interface org.w3c.dom.UserDataHandler
The node is adopted, using Document.adoptNode().
NODE_CLONED - Static variable in interface org.w3c.dom.UserDataHandler
The node is cloned, using Node.cloneNode().
NODE_DELETED - Static variable in interface org.w3c.dom.UserDataHandler
The node is deleted.
NODE_IMPORTED - Static variable in interface org.w3c.dom.UserDataHandler
The node is imported, using Document.importNode().
NODE_RENAMED - Static variable in interface org.w3c.dom.UserDataHandler
The node is renamed, using Document.renameNode().
NodeFilter - Interface in org.w3c.dom.traversal
Filters are objects that know how to "filter out" nodes.
NodeIterator - Interface in org.w3c.dom.traversal
Iterators are used to step through a set of nodes, e.g. the set of nodes in a NodeList, the document subtree governed by a particular Node, the results of a query, or any other set of nodes.
NodeList - Interface in org.w3c.dom
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NodeSelector - Interface in org.w3c.dom
The NodeSelector interface is implemented on the Document, DocumentFragment, and Element implementations for DOM implementations that support the Selectors API.
NoIssuerFoundException - Exception in net.rim.device.api.crypto.certificate
Thrown when no certificate issuer can be found to verify a particular certificate.
NoIssuerFoundException() - Constructor for exception net.rim.device.api.crypto.certificate.NoIssuerFoundException
Constructs a new NoIssuerFoundException object.
NoIssuerFoundException(String) - Constructor for exception net.rim.device.api.crypto.certificate.NoIssuerFoundException
Constructs a new NoIssuerFoundException object using a descriptive text String.
NON_CONTIGUOUS_SELECT - Static variable in class net.rim.device.api.ui.component.ListField
Selection of multiple, non-contiguous items (Reserved for future use).
NON_CRYPTO_OPERATION - Static variable in class net.rim.device.api.smartcard.SmartCardSession
Indicates that this session will be used for a non-cryptographic operation, for example, importing the certificates off the smartcard.
NON_FOCUSABLE - Static variable in class net.rim.device.api.ui.Field
Field style bit to indicate whether or not the field is non-focusable.
NON_PREDICTIVE - Static variable in class javax.microedition.lcdui.TextField
Indicates that the text entered does not consist of words that are likely to be found in dictionaries typically used by predictive input schemes.
NON_REPUDIATION - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used to verify digital signatures used to provide a non-repudiation service which protects against the signing entity falsely denying some action, excluding certificate or CRL signing.
NON_RIM_APP - Static variable in interface net.rim.device.api.unifiedsearch.searchables.SearchableContentTypeConstants
Deprecated.  
NON_SPELLCHECKABLE - Static variable in class net.rim.device.api.ui.Field
Field style bit to indicate that field is not spellcheckable.
NonBlockingReceiverDestination - Interface in net.rim.device.api.io.messaging
Facilitates the reception of messages without blocking the main event thread.
NonBlockingSenderDestination - Interface in net.rim.device.api.io.messaging
This interface facilitates the transmission of messages without blocking the main event thread.
NONE - Static variable in class javax.microedition.lcdui.CustomItem
A value for traversal direction that indicates that traversal has entered or has changed location within this item, but that no specific direction is associated with this traversal event.
NONE - Static variable in class net.rim.device.api.io.DatagramAddressBase
Constant value for "no result".
NONE - Static variable in interface net.rim.device.api.io.nfc.emulation.TechnologyType
Technology type is unknown.
NonExistentAttributeException - Exception in net.rim.device.api.command
Signals that an attempt was made to retrieve a non-existent attribute.
NonExistentAttributeException() - Constructor for exception net.rim.device.api.command.NonExistentAttributeException
Creates an instance of NonExistentAttributeException with null as its detail message.
NonExistentAttributeException(String) - Constructor for exception net.rim.device.api.command.NonExistentAttributeException
Creates an instance of NonExistentAttributeException with a specified detail message.
NonPersistableObjectException - Exception in net.rim.device.api.system
Thrown when a developer attempts to persist an object that doesn't implement the Peristable interface, or when the object being persisted contains a reference to a non-persistable object.
NonPersistableObjectException() - Constructor for exception net.rim.device.api.system.NonPersistableObjectException
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NORMAL - Static variable in interface net.rim.blackberry.api.mail.Message.Priority
Normal priority.
normalize() - Method in class net.rim.device.api.math.Quaternion4f
Normalizes this quaternion to have unit length.
normalize(Quaternion4f) - Method in class net.rim.device.api.math.Quaternion4f
Normalizes this quaternion and stores the result in dst.
normalize() - Method in class net.rim.device.api.math.Vector2f
Normalizes this vector.
normalize(Vector2f) - Method in class net.rim.device.api.math.Vector2f
Normalizes this vector and stores the result in dst.
normalize() - Method in class net.rim.device.api.math.Vector3f
Normalizes this vector.
normalize(Vector3f) - Method in class net.rim.device.api.math.Vector3f
Normalizes this vector and stores the result in dst.
normalize() - Method in class net.rim.device.api.math.Vector4f
Normalizes this vector.
normalize(Vector4f) - Method in class net.rim.device.api.math.Vector4f
Normalizes this vector and stores the result in dst.
normalize() - Method in interface org.w3c.dom.Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalizeDocument() - Method in interface org.w3c.dom.Document
This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form.
NoSuchAlgorithmException - Exception in net.rim.device.api.crypto
An exception representing an error that occurred because the requested algorithm could not be found.
NoSuchAlgorithmException() - Constructor for exception net.rim.device.api.crypto.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException object with no parameters.
NoSuchAlgorithmException(String) - Constructor for exception net.rim.device.api.crypto.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException object with an error message.
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchServiceException - Exception in net.rim.blackberry.api.mail
Thrown by the ServiceConfiguration constructor if a matching service does not exist.
NoSuchServiceException() - Constructor for exception net.rim.blackberry.api.mail.NoSuchServiceException
Creates a new NoSuchServiceException instance.
NoSuchServiceException(String) - Constructor for exception net.rim.blackberry.api.mail.NoSuchServiceException
Creates a new NoSuchServiceException instance with provided detail message.
not() - Method in class net.rim.device.api.util.BitSet
Performs logical NOT on this set.
NOT_A_DIRECTORY - Static variable in exception net.rim.device.api.io.file.FileIOException
The path requested is not a directory.
NOT_A_FILE - Static variable in exception net.rim.device.api.io.file.FileIOException
The path requested is not a file.
NOT_ALLOWED - Static variable in interface net.rim.device.api.crypto.certificate.KeyUsageResult
Return code indicating that the subject public key cannot be used for the specified purpose.
NOT_DISCOVERABLE - Static variable in class javax.bluetooth.DiscoveryAgent
Takes the device out of discoverable mode.
NOT_FOUND_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to reference a Node in a context where it does not exist.
NOT_IN_PROGRESS - Static variable in exception javacard.framework.TransactionException
This reason code is used by the abortTransaction and commitTransaction methods when a transaction is not in progress.
NOT_SEEKABLE - Static variable in interface javax.microedition.media.protocol.SourceStream
The value returned by getSeekType indicating that this SourceStream is not seekable.
NOT_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '¬'.
NOT_SPECIFIED - Static variable in interface net.rim.device.api.servicebook.ServiceIdentifierTypes
Service record type is not specified
NOT_SUPPORTED_ERR - Static variable in exception org.w3c.dom.DOMException
If the implementation does not support the requested type of object or operation.
NOT_YET_VALID - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is not yet valid.
Notation - Interface in org.w3c.dom
This interface represents a notation declared in the DTD.
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
The node is a Notation.
notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a notation declaration event.
NOTE - Static variable in interface javax.microedition.pim.Contact
Field specifying supplemental information or a comment associated with a Contact.
NOTE - Static variable in interface javax.microedition.pim.Event
A field specifying a more complete description than the SUMMARY for this Event.
NOTE - Static variable in interface javax.microedition.pim.ToDo
Field specifying a more complete description than the SUMMARY for this ToDo.
NOTE - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryMemo
Field representing the memo's note.
NOTE_ON - Static variable in interface javax.microedition.media.control.MIDIControl
Command vlaue for Note On message (0x90, or 144).
NotEnoughSpaceException - Exception in net.rim.device.api.io.nfc.readerwriter
This exception is thrown if an NDEF message is too large to be written to a tag.
NotEnoughSpaceException(String) - Constructor for exception net.rim.device.api.io.nfc.readerwriter.NotEnoughSpaceException
Constructs a NotEnoughSpaceException.
NotFoundException - Exception in com.google.zxing
Thrown when a barcode was not found in the image.
NOTIFICATION_LEVEL_KEY - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Context key to indicate level of notifiation
NOTIFICATION_PRIVATE_FLAG_KEY - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Context key to indicate repeat notifications
NOTIFICATION_REPEAT_COUNT - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Context KEY to indicate repeat notifications
NOTIFICATION_REPEAT_DELAY - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Context KEY to indicate delay between repeat notifications
NotificationAlert - Class in net.rim.blackberry.api.profiles
Abstract class for various alerts, such as LedAlert.
NotificationAlert() - Constructor for class net.rim.blackberry.api.profiles.NotificationAlert
Empty constructor for NotificationAlert
NotificationListener - Interface in net.rim.device.api.unifiedsearch.query
Defines the behavior an application should implement to receive notifications about search operations.
NotificationRule - Class in net.rim.blackberry.api.profiles
Encapsulates a notification rule for a particular event.
NotificationRule() - Constructor for class net.rim.blackberry.api.profiles.NotificationRule
Constructs a new empty NotificationRule instance.
NotificationRule(int, long, NotificationAlert[]) - Constructor for class net.rim.blackberry.api.profiles.NotificationRule
Constructs a new NotificationRule instance with the specified event category, event ID, and alerts.
NotificationsConstants - Interface in net.rim.device.api.notification
The NotificationsConstants interface provides constant data values for use with notification functionality.
NotificationsEngineListener - Interface in net.rim.device.api.notification
The NotificationsEngineListener interface provides the API used to negotiate the pushing and popping of user interfaces from simple dialogs to complex screens in response to notification events.
notificationsEngineStateChanged(int, long, long, Object, Object) - Method in interface net.rim.device.api.notification.NotificationsEngineListener
Signals that the state of the notifications engine has changed.
NotificationsManager - Class in net.rim.device.api.notification
Manages the handling of events between applications and the notification engine.
NotificationSuspension - Interface in net.rim.device.api.collection
Defines the means by which a collection can suspend and resume sending of collection events sent to its listeners.
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyCompileError(String, String, String, int, int, boolean) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method will be invoked when a JavaScript compile error occurs.
notifyDestroyed() - Method in class javax.microedition.midlet.MIDlet
Used by a MIDlet to notify the application management software that it has entered into the Destroyed state.
notifyHttpTraffic(HttpConnection, Hashtable) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked for each successful HTTP connection made.
notifyIncomingMessage(MessageConnection) - Method in interface javax.wireless.messaging.MessageListener
Called by the platform when an incoming message arrives to a MessageConnection where the application has registered this listener object.
notifyListeners(DataModelChangeEvent) - Method in class net.rim.device.api.ui.component.table.DataModel
Send a notification to all the listeners that an event has occurred.
notifyListeners(AuthenticationStatusEvent) - Method in class net.rim.device.api.wlan.hotspot.HotspotAuthenticationAgent
This method must be used to update all listeners during any hotspot process.
notifyLookupPropertiesChanged() - Method in class net.rim.device.api.input.InputHelper
This method is to be called by the owning 3rd party application if it changed the InputHelper's lookup properties and wants them to be applied while having the InputHelper as the current input component continuously (having no focus switch).
notifyOutgoingMessage(Message) - Method in interface net.rim.blackberry.api.sms.OutboundMessageListener
Called when an SMS message is sent from the device.
notifyPaused() - Method in class javax.microedition.midlet.MIDlet
Notifies the application management software that the MIDlet does not want to be active and has entered the Paused state.
notifyStateChanged() - Method in class javax.microedition.lcdui.Item
Causes this Item's containing Form to notify the Item's ItemStateListener.
notSupported(int) - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method checks to see if the cipher suite is contained in our supported list of cipher suites.
notSupported(int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method checks to see if the cipher suite is contained in our supported list of cipher suites.
NOVELL_GROUPWISE_SERVER - Static variable in interface net.rim.device.api.servicebook.ServiceIdentifierTypes
Subtype for service record linked with Novel Groupwise Server
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
NOVEMBER - Static variable in class javax.microedition.pim.RepeatRule
Constant for the month of November used with MONTH_IN_YEAR field.
NSDECL - Static variable in class org.xml.sax.helpers.NamespaceSupport
The namespace declaration URI as a constant.
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema.
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema Instance.
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Envelope.
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema.
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema Instance.
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Encoding.
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 Envelope.
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
Nameapace URI for SOAP 1.1 next actor.
NULL - Static variable in class javax.bluetooth.DataElement
Defines data of type NULL.
NULL - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 NULL primitive type.
NULL - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents Null.
NULL - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, a control character with no appearance.
NULL - Static variable in class org.json.me.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NullCategoryCollection - Class in net.rim.device.api.command.registrar
Null Object implementation of CategoryCollection as a stateless singleton.
NullCommandHandler - Class in net.rim.device.api.command
Null Object implementation of CommandHandler.
NullDecryptor - Class in net.rim.device.api.crypto
The NullDecryptor class provides no security.
NullDecryptor(InputStream) - Constructor for class net.rim.device.api.crypto.NullDecryptor
Creates a NullDecryptor object that takes an underlying input stream.
NullDigest - Class in net.rim.device.api.crypto
Allows for a user to provide a digest with no functionality to a function that requires a digest.
NullDigest() - Constructor for class net.rim.device.api.crypto.NullDigest
This constructor is not used.
NullEncryptor - Class in net.rim.device.api.crypto
The NULLEncryptor class does not encrypt or modify the data.
NullEncryptor(OutputStream) - Constructor for class net.rim.device.api.crypto.NullEncryptor
Creates a NullEncryptor object based on a given output stream that all data will be written to.
NullField - Class in net.rim.device.api.ui.component
A field of no size.
NullField() - Constructor for class net.rim.device.api.ui.component.NullField
Constructs a new NullField object.
NullField(long) - Constructor for class net.rim.device.api.ui.component.NullField
Constructs a new NullField object with the provided style.
NullMAC - Class in net.rim.device.api.crypto
The NullMAC class implements a trivial algorithm (as in none).
NullMAC() - Constructor for class net.rim.device.api.crypto.NullMAC
Creates a new NullMAC object.
NullMAC(boolean) - Constructor for class net.rim.device.api.crypto.NullMAC
Creates a new NullMAC object.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NullSignatureSigner - Class in net.rim.device.api.crypto
The NullSignatureSigner class implements a trivial (ie no) signing algorithm.
NullSignatureSigner() - Constructor for class net.rim.device.api.crypto.NullSignatureSigner
Constructs a NullSignatureSigner object.
NullSignatureVerifier - Class in net.rim.device.api.crypto
The NullSignatureVerifier class implements a trivial (ie no) verification algorithm.
NullSignatureVerifier() - Constructor for class net.rim.device.api.crypto.NullSignatureVerifier
Creates a NullSignatureVerifier object.
NullSignatureVerifier(boolean) - Constructor for class net.rim.device.api.crypto.NullSignatureVerifier
Creates a NullSignatureVerifier object.
NUM_ABBREVIATED - Static variable in class net.rim.device.api.system.SMSParameters
Abbreviated number.
NUM_ALPHANUMERIC - Static variable in class net.rim.device.api.system.SMSParameters
Alphanumeric number.
NUM_EMAIL - Static variable in class net.rim.device.api.system.SMSParameters
Email address.
NUM_FINGERS - Static variable in class net.rim.device.api.biometrics.FingerprintBiometricData
Total number of fingers on both hands.
NUM_FRACTION_BITS - Static variable in class net.rim.device.api.math.Fixed32
The number of fraction bits for 16.16 fixed-point representation (16).
NUM_INTERNATIONAL - Static variable in class net.rim.device.api.system.SMSParameters
International number.
NUM_KEY_USAGES - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
Represents the number of Key Usages known.
NUM_MASK_PATTERNS - Static variable in class com.google.zxing.qrcode.encoder.QRCode
 
NUM_NATIONAL - Static variable in class net.rim.device.api.system.SMSParameters
Intra-national number.
NUM_NETWORK_SPEC - Static variable in class net.rim.device.api.system.SMSParameters
Network specifcation number.
NUM_RESERVED - Static variable in class net.rim.device.api.system.SMSParameters
Reserved number.
NUM_SOURCES - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates the total number of record source types.
NUM_SUBSCRIBER - Static variable in class net.rim.device.api.system.SMSParameters
Subscriber number.
NUM_UNKNOWN - Static variable in class net.rim.device.api.system.SMSParameters
Unknown number.
numAlphaLevels() - Method in class javax.microedition.lcdui.Display
Gets the number of alpha transparency levels supported by this implementation.
NUMBER_OF_MONITORED_AREAS_EXCEEDED - Static variable in class net.rim.device.api.location.Geofence
Indicates the number of monitored areas is exceeded.
NUMBER_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '#'.
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numberOfCalls(long) - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Retrieves the number of calls in a given call log folder.
numberOfImages() - Method in interface javax.microedition.amms.control.imageeffect.OverlayControl
 
numberOfPanes() - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Returns the number of elements in the data list.
numberOfParticipants() - Method in class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Retrieves the number of participants in this conference call.
numberOfSegments(Message) - Method in interface javax.wireless.messaging.MessageConnection
Returns the number of segments in the underlying protocol that would be needed for sending the specified Message.
numberToString(Object) - Static method in class org.json.me.JSONObject
Produce a string from a Number.
NumberUtilities - Class in net.rim.device.api.util
Utility methods for converting numeric values to their character/string digit equivalents.
numColors() - Method in class javax.microedition.lcdui.Display
Gets the number of colors (if isColor() is true) or graylevels (if isColor() is false) that can be represented on the device.
numContacts() - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactGroup
Returns the numbers of addresses in this BlackBerryContactGroup.
NUMERIC - Static variable in class com.google.zxing.qrcode.decoder.Mode
 
NUMERIC - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter only an integer value.
NUMERIC - Static variable in class net.rim.device.api.ui.text.TextFilter
Common numeric filter.
NUMERIC_CHOICES - Static variable in class net.rim.device.api.ui.component.TextSpinBoxField
Indicates that the supplied choices are numeric so that keys are automatically ALT-ed when necessary.
NUMERIC_IP_ONLY - Static variable in class net.rim.device.api.ui.text.IPTextFilter
A constant indicating that if set, IP addresses can only consist of numeric characters.
NumericChoiceField - Class in net.rim.device.api.ui.component
A choice field that supports choosing from a range of numeric values.
NumericChoiceField() - Constructor for class net.rim.device.api.ui.component.NumericChoiceField
Constructs a new NumericChoiceField instance.
NumericChoiceField(String, int, int, int) - Constructor for class net.rim.device.api.ui.component.NumericChoiceField
Constructs a new NumericChoiceField instance with label, range values and increment.
NumericChoiceField(String, int, int, int, int) - Constructor for class net.rim.device.api.ui.component.NumericChoiceField
Constructs a new NumericChoiceField instance and sets initially selected value.
NumericOverflowException - Exception in net.rim.device.api.util
Indicates an overflow to numeric boundaries.
NumericOverflowException() - Constructor for exception net.rim.device.api.util.NumericOverflowException
Constructs a new NumericOverflowException instance with no detail message.
NumericOverflowException(String) - Constructor for exception net.rim.device.api.util.NumericOverflowException
Constructs a new NumericOverflowException instance with the provided detail message.
NumericTextFilter - Class in net.rim.device.api.ui.text
Filters out characters not usable in strings showing numeric data.
NumericTextFilter() - Constructor for class net.rim.device.api.ui.text.NumericTextFilter
Constructs a new NumericTextFilter instance.
NumericTextFilter(int) - Constructor for class net.rim.device.api.ui.text.NumericTextFilter
Constructs a new NumericTextFilter instance with provided style.
numRecords() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the number of records available in this enumeration's set.
numStringsInPattern() - Method in class net.rim.device.api.util.StringMatch
Retrieves number of substring patterns used in matching.

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

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