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 _

G

G_FORCE_VALUE - Static variable in class net.rim.device.api.system.AccelerometerSensor
Constant for raw acceleration value that is equal to G-Force.
GAINSBORO - Static variable in class net.rim.device.api.ui.Color
 
GAME_A - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "A" game action.
GAME_A_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_A key (may not be supported on all devices).
GAME_B - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "B" game action.
GAME_B_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_B key (may not be supported on all devices).
GAME_C - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "C" game action.
GAME_C_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_C key (may not be supported on all devices).
GAME_D - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "D" game action.
GAME_D_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_D key (may not be supported on all devices).
GameCanvas - Class in javax.microedition.lcdui.game
The GameCanvas class provides the basis for a game user interface.
GameCanvas(boolean) - Constructor for class javax.microedition.lcdui.game.GameCanvas
Creates a new instance of a GameCanvas.
Gauge - Class in javax.microedition.lcdui
Implements a graphical display, such as a bar graph, of an integer value.
Gauge(String, boolean, int, int) - Constructor for class javax.microedition.lcdui.Gauge
Creates a new Gauge object with the given label, in interactive or non-interactive mode, with the given maximum and initial values.
GAUGE - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleRole
Accessible gauge field.
GaugeField - Class in net.rim.device.api.ui.component
Displays a horizontal bar that you can use for numeric selection or as a progress indicator.
GaugeField() - Constructor for class net.rim.device.api.ui.component.GaugeField
Constructs a new GaugeField instance.
GaugeField(String, int, int, int, long) - Constructor for class net.rim.device.api.ui.component.GaugeField
Constructs a new GaugeField instance with label, values, and style.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gcd(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the greatest common divisor of the integer represetned by the array a, beginning at aOffset, and the integer represented by the array b, beginning at bOffset and stores the result in the array result, beginning at result[ resultOffset ].
gcd(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the greatest common divisor of the integer represented by the array a and the integer represetned by the array b, and stores the result in the array result must be at least as long as the longest of a and b.
gcd(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns the greatest common denominator of this and a.
GEMINI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GENERAL_ERROR - Static variable in exception javax.microedition.pim.PIMException
Indicates a general PIM exception error.
GENERAL_ERROR - Static variable in exception net.rim.device.api.io.file.FileIOException
A general error occurred.
GENERALIZED_TIME - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 GENERALIZED_TIME primitive type.
generateDHSharedSecret(CryptoTokenCryptoSystemData, CryptoTokenPrivateKeyData, byte[], boolean) - Method in class net.rim.device.api.crypto.DHCryptoToken
Generates the shared secret using a given public key (from another party) and a private key.
generatedSpellingCandidates(SpellCheckUI, Field, int, int, StringBuffer) - Method in class net.rim.blackberry.api.spellcheck.AbstractSpellCheckUIListener
The implementation of this method does nothing and returns false.
generatedSpellingCandidates(SpellCheckUI, Field, int, int, StringBuffer) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
Invoked after candidates for a misspelling have been generated.
generateECDHSharedSecret(CryptoTokenCryptoSystemData, CryptoTokenPrivateKeyData, byte[], boolean) - Method in class net.rim.device.api.crypto.ECCryptoToken
Generates the shared secret for elliptic curve Diffie-Hellman key agreement using a given public key (from another party) and a private key.
generateECMQVSharedSecret(CryptoTokenCryptoSystemData, CryptoTokenPrivateKeyData, CryptoTokenPrivateKeyData, CryptoTokenPublicKeyData, byte[], byte[], boolean) - Method in class net.rim.device.api.crypto.ECCryptoToken
Generates the shared secret using the elliptic curve key agreement developed by Menezes, Qu, and Vanstone.
generateKEASharedSecret(CryptoTokenCryptoSystemData, CryptoTokenPrivateKeyData, CryptoTokenPrivateKeyData, byte[], byte[]) - Method in class net.rim.device.api.crypto.KEACryptoToken
Generates the shared secret using given local and remote, public and private keys.
generateRichMapField() - Method in class net.rim.device.api.lbs.maps.MapFactory
Generates a map field using a profile that is based on the current device hardware.
generateSharedSecret(DHPrivateKey, DHPublicKey, boolean) - Static method in class net.rim.device.api.crypto.DHKeyAgreement
Generates the shared secret using a given public key (from another party) and a private key with the option of using cofactor exponentiation.
generateSharedSecret(ECPrivateKey, ECPublicKey, boolean) - Static method in class net.rim.device.api.crypto.ECDHKeyAgreement
Generates the shared secret for elliptic curve Diffie-Hellman key agreement using a given public key (from another party) and a private key with the option of the cofactor of the elliptic curve being used in the shared secret calculations.
generateSharedSecret(ECPrivateKey, ECKeyPair, ECPublicKey, ECPublicKey, boolean) - Static method in class net.rim.device.api.crypto.ECMQVKeyAgreement
Generates the shared secret using the elliptic curve key agreement developed by Menezes, Qu, and Vanstone with the option of the cofactor of the elliptic curve being used in the shared secret calculations.
generateSharedSecret(KEAPrivateKey, KEAPrivateKey, KEAPublicKey, KEAPublicKey) - Static method in class net.rim.device.api.crypto.KEAKeyAgreement
Generates the shared secret using given local and remote, public and private keys.
generateStaticMapImage(XYDimension, MappableVector) - Method in class net.rim.device.api.lbs.maps.MapFactory
Generates an image of a map.
generateStaticMapImage(MapDimensions, MappableVector) - Method in class net.rim.device.api.lbs.maps.MapFactory
Generates an image of a map at the specified coordinates and zoom level, showing the specified mappable data.
generateStaticMapImage(MapDimensions, MapDataModel) - Method in class net.rim.device.api.lbs.maps.MapFactory
 
generateStyle(Mappable) - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Generates a style for the specified Mappable object.
generatingSpellingCandidates(SpellCheckUI, Field, int, int, StringBuffer) - Method in class net.rim.blackberry.api.spellcheck.AbstractSpellCheckUIListener
The implementation of this method does nothing and returns false.
generatingSpellingCandidates(SpellCheckUI, Field, int, int, StringBuffer) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckUIListener
Invoked when candidates for a misspelling are about to be generated.
GenericMultipleBarcodeReader - Class in com.google.zxing.multi
Attempts to locate multiple barcodes in an image by repeatedly decoding portion of the image.
GenericMultipleBarcodeReader(Reader) - Constructor for class com.google.zxing.multi.GenericMultipleBarcodeReader
 
geocode(AddressInfo, Coordinates) - Static method in class net.rim.device.api.lbs.Locator
Deprecated. Use Geocoder.geocode()
geocode(String, Coordinates) - Static method in class net.rim.device.api.lbs.Locator
Deprecated. Use Geocoder.geocode()
geocode(ServerExchangeCallback, String, MapDimensions, long) - Method in class net.rim.device.api.lbs.maps.server.Geocoder
Geocodes a free-form address to latitude and longitude coordinates (if possible).
geocode(ServerExchangeCallback, MapLocation, MapDimensions, long) - Method in class net.rim.device.api.lbs.maps.server.Geocoder
Geocodes a structured address to latitude and longitude coordinates.
GeocodeException - Exception in net.rim.device.api.lbs.maps.server.exchange
Represents an exception that is thrown when trying to request geocoding information.
GeocodeExchange - Class in net.rim.device.api.lbs.maps.server.exchange
Handles both the creation of the geocoding request and the parsing of the response to a geocoding query.
Geocoder - Class in net.rim.device.api.lbs.maps.server
Provides geocoding capabilities, so you can request the geographic coordinates for a specified location address.
Geofence - Class in net.rim.device.api.location
Provides methods that allow you to define geofenced areas and receive notifications when a BlackBerry device user enters or leaves the specified area.
Geofence() - Constructor for class net.rim.device.api.location.Geofence
Constructs a new Geofence instance.
GeofenceListener - Interface in net.rim.device.api.location
A listener interface for geofencing notifications.
GEOLOCATION_MODE - Static variable in class net.rim.device.api.gps.LocationInfo
The default geolocation mode used to retrieve the optimal location from geolocation positioning methods.
GEOLOCATION_MODE_CELL - Static variable in class net.rim.device.api.gps.LocationInfo
A geolocation mode used to obtain the location using cell tower positioning.
GEOLOCATION_MODE_WLAN - Static variable in class net.rim.device.api.gps.LocationInfo
A geolocation mode used to obtain the location using WLAN access point positioning.
GeomagneticField - Class in net.rim.device.api.location
Estimates the magnetic field at a given point on Earth, and calculates the magnetic declination from true north.
GeomagneticField(double, double, int) - Constructor for class net.rim.device.api.location.GeomagneticField
Estimates the geomagnetic field for the location specified in World Geodetic System 1984 (WGS84) coordinates.
GEORGIAN_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Georgian script.
GeotaggedPhotoPicker - Class in net.rim.device.api.lbs.picker
Allows a user to select a location from a geotagged photo.
GESTURE - Static variable in class net.rim.device.api.ui.TouchEvent
Touch gesture event that is generated when a specific set of basic touch input events is detected within a specific time period.
get(int) - Method in class com.google.zxing.common.BitArray
 
get(int, int) - Method in class com.google.zxing.common.BitMatrix
Gets the requested bit, where true means black.
get(int, int) - Method in class com.google.zxing.common.ByteMatrix
 
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.nio.ByteBuffer
Relative get method.
get(int) - Method in class java.nio.ByteBuffer
Absolute get method.
get(byte[], int, int) - Method in class java.nio.ByteBuffer
This method transfers bytes from this buffer into the given destination array.
get(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get() - Method in class java.nio.FloatBuffer
Relative get method.
get(int) - Method in class java.nio.FloatBuffer
Absolute get method.
get(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get(float[]) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get() - Method in class java.nio.IntBuffer
Relative get method.
get(int) - Method in class java.nio.IntBuffer
Absolute get method.
get(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk get method.
get(int[]) - Method in class java.nio.IntBuffer
Relative bulk get method.
get() - Method in class java.nio.ShortBuffer
Relative get method.
get(int) - Method in class java.nio.ShortBuffer
Absolute get method.
get(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(short[]) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Hashtable
Retrieves value by key.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method.
get(int) - Method in class javax.microedition.lcdui.Form
Gets the item at given position.
get(HeaderSet) - Method in interface javax.obex.ClientSession
Performs an OBEX GET operation.
get(int, JSONObject, boolean) - Method in class net.rim.blackberry.api.sendmenu.SendCommandRepository
Retrieves an array of SendCommand objects based on the given type of the content and on the content that is specified in the given context, commandContext.
get(int, JSONObject) - Method in class net.rim.blackberry.api.sendmenu.SendCommandRepository
Retrieves an array of SendCommand objects based on the given type of the content and on the content that is specified in the given context, commandContext.
get(int) - Method in interface net.rim.device.api.collection.ReadableIntMap
Retrieves element by integer key.
get(long) - Method in interface net.rim.device.api.collection.ReadableLongMap
Retrieves element by long integer key.
get(long) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves element by long integer key.
get(int) - Method in class net.rim.device.api.collection.util.SparseList
Retrieves element by index.
get(int) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by code.
get(int, String) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by code suggesting variant name.
get(String) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by language.
get(String, String) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by language and country.
get(String, String, String) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by language, country, and variant.
GET - Static variable in interface net.rim.device.api.io.messaging.HttpMessage
The HTTP method constant for GET request
get() - Method in class net.rim.device.api.io.messaging.MessageFuture
Return the Message encapsulated by this object.
get(long) - Method in class net.rim.device.api.io.messaging.MessageFuture
Returns the Message represented by this future.
get(int) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves the mappable item based on the item's ID.
get(Integer) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves the mappable item based on the item's ID.
get(String) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves all the mappable elements that are tagged with the specified tag.
get(float[]) - Method in class net.rim.device.api.math.Matrix3f
Copies the values of this matrix into the given array in column-major order.
get(int) - Method in class net.rim.device.api.math.Matrix3f
Gets the matrix element at the specified position.
get(int, int) - Method in class net.rim.device.api.math.Matrix3f
Gets the matrix element at the specified row and column.
get(float[]) - Method in class net.rim.device.api.math.Matrix4f
Copies the values of this matrix into the given array in column-major order.
get(int) - Method in class net.rim.device.api.math.Matrix4f
Gets the matrix element at the specified position.
get(int, int) - Method in class net.rim.device.api.math.Matrix4f
Gets the matrix element at the specified row and column.
get() - Method in class net.rim.device.api.system.Clipboard
Retrieves the clipboard's current contents.
get(Object) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves code signing information for provided object.
get(int, int) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves code signing information associated with numeric signer ID.
get(int, String) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves code signing information associated with numeric signer ID.
get(long) - Method in class net.rim.device.api.system.RuntimeStore
Retrieves an object in the store by ID.
get(long, CodeSigningKey) - Method in class net.rim.device.api.system.RuntimeStore
Retrieves an object in the store by ID, verifying permissions with the provided key.
get(long, CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.RuntimeStore
Retrieves an object in the store by ID, verifying permissions with the provided keys.
get(ListField, int) - Method in class net.rim.device.api.ui.component.AutoCompleteField
Return the choice at a given index.
get(ListField, int) - Method in interface net.rim.device.api.ui.component.ListFieldCallback
Retrieves an item from list.
get(ListField, int) - Method in class net.rim.device.api.ui.component.ObjectListField
Retrieves an item from this field's list.
get(int) - Method in class net.rim.device.api.ui.component.SpinBoxField
Retrieve the object at the given index.
get(int) - Method in class net.rim.device.api.ui.component.table.RichList
Retrieves the contents of a specific row in the RichList.
get(int) - Method in class net.rim.device.api.ui.component.table.SimpleList
Retrieves a String stored at a specific position in the SimpleList.
get(int) - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Retrieve the object at the given index.
get(int) - Method in class net.rim.device.api.ui.input.InputSettings
Returns the value associated with the specified input attribute.
get(int) - Static method in class net.rim.device.api.ui.text.TextFilter
Retrieve a filter of provided type.
get(Object) - Method in class net.rim.device.api.util.ContentProtectedHashtable
Retrieves value by key.
get(int) - Method in class net.rim.device.api.util.IntHashtable
Retrieves value by key.
get(int) - Method in class net.rim.device.api.util.IntIntHashtable
Retrieves value by key.
get(int) - Method in class net.rim.device.api.util.IntLongHashtable
Retrieves value by key.
get(long) - Method in class net.rim.device.api.util.LongHashtable
Retrieves value by key.
get(long) - Method in class net.rim.device.api.util.LongIntHashtable
Retrieves value by key.
get(Object) - Method in class net.rim.device.api.util.ToIntHashtable
Retrieves value by key.
get(Object) - Method in class net.rim.device.api.util.ToLongHashtable
Retrieves value by key.
get(int) - Method in class org.json.me.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.me.JSONObject
Get the value object associated with a key.
get_type() - Method in class net.rim.blackberry.api.mail.Address
Retrieves the type of this address.
getA() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the "a" coefficient of this elliptic curve, defined by the equation y^2 = x^3 + ax + b ( in the F_p case ) or y^2 + xy = x^3 + ax^2 + b ( in the F_2^m case ).
getAbbr() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Abbreviation for header cells.
getAbsoluteClippingRect(XYRect) - Method in class net.rim.device.api.ui.Graphics
Retreives the absolute coordinates of current clipping region.
getAccelerometerData() - Method in class net.rim.device.api.system.AccelerometerSensor.Channel
Returns the last acceleration data along with optional historical samples.
getAccelerometerData(float[]) - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the accelerometer (Z) component from the rotation matrix.
getAccept(RenderingOptions) - Method in class net.rim.device.api.browser.plugin.BrowserContentProvider
Retrieves list of mime types this provider can accept given a set of rendering options.
getAccept() - Method in interface org.w3c.dom.html2.HTMLInputElement
A comma-separated list of content types that a server processing this form will handle correctly.
getAcceptCharset() - Method in interface org.w3c.dom.html2.HTMLFormElement
List of character sets supported by the server.
getAcceptCharsetValues() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves supported character set values.
getAcceptTypes() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves accept string for this session.
getAccessAllowed(int) - Method in interface javax.microedition.content.ContentHandlerServer
Gets the ID at the specified index of an application or content handler allowed access to this content handler.
getAccessible(Field, int) - Method in interface net.rim.device.api.ui.accessibility.AccessibleListFieldCallback
Returns accessible element at specified list row.
getAccessible(TreeField, int) - Method in interface net.rim.device.api.ui.accessibility.AccessibleTreeFieldCallback
Returns accessible element at specified tree node.
getAccessibleAt(int, int) - Method in interface net.rim.device.api.ui.accessibility.AccessibleTable
Returns the Accessible at a specified row and column in the table.
getAccessibleChildAt(int) - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns the specified Accessible child of the object.
getAccessibleChildCount() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Return number of children for conatiners.
getAccessibleColumnCount() - Method in interface net.rim.device.api.ui.accessibility.AccessibleTable
Returns the number of columns in the table.
getAccessibleColumnHeader() - Method in interface net.rim.device.api.ui.accessibility.AccessibleTable
Returns the column headers as an AccessibleContext.
getAccessibleContext() - Method in class net.rim.device.api.input.InputHelperBase
 
getAccessibleContext() - Method in class net.rim.device.api.ui.component.AutoCompleteField
Returns an object that provides access to information that can be used by assistive technology.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.BasicEditField
Accessibility.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.BitmapField
Accessibility.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.ButtonField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.CheckboxField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.ChoiceField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.DateField
Returns an accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.Dialog
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.GaugeField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.LabelField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.ListField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.RadioButtonField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.TextField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.component.TreeField
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.container.MainScreen
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.container.PopupScreen
Returns accessible representation of the field for a screen reader
getAccessibleContext() - Method in class net.rim.device.api.ui.Field
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.Manager
Returns accessible representation of the field for a screen reader.
getAccessibleContext() - Method in class net.rim.device.api.ui.Screen
Gets the accessible representation of the field for a screen reader.
getAccessibleName() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns accessible name of the element.
getAccessibleParent() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns the parent context of this, typically the containing Manager or Screen.
getAccessibleRole() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns accessible role of the element.
getAccessibleRowCount() - Method in interface net.rim.device.api.ui.accessibility.AccessibleTable
Returns the number of rows in the table.
getAccessibleRowHeader() - Method in interface net.rim.device.api.ui.accessibility.AccessibleTable
Returns the row headers as an AccessibleContext.
getAccessibleSelectionAt(int) - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns the context of a selected item indicated by index out of the collection of selected items.
getAccessibleSelectionCount() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns the number of items currently selected.
getAccessibleStateSet() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns current set of states.
getAccessibleTable() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns the AccessibleTable associated with an object.
getAccessibleText() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns accessible text for textual fields.
getAccessibleValue() - Method in interface net.rim.device.api.ui.accessibility.AccessibleContext
Returns accessible value for numerical fields.
getAccessKey() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html2.HTMLAreaElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html2.HTMLButtonElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html2.HTMLInputElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html2.HTMLLabelElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html2.HTMLLegendElement
A single character access key to give access to the form control.
getAccessKey() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
A single character access key to give access to the form control.
getAccessList() - Method in interface net.rim.device.api.web.WidgetConfig
Retrieves an array of WidgetAccess object representing the 'access' tags in the config.xml.
getAccessoryManager() - Static method in class net.rim.blackberry.api.accessory.AccessoryManager
Returns an Accessory Manager instance.
getAccessoryType() - Method in interface net.rim.blackberry.api.accessory.Accessory
Returns one of the TYPE_* constants.
getAccessPointName(int) - Static method in class net.rim.device.api.system.RadioInfo
Gets the access point name from the given identifier.
getAccessPointNumber(String) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the access point number for the specified name.
getAccessPointNumber(String, int, int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the access point number for the specified name.
getAccuracy() - Method in class net.rim.device.api.lbs.maps.model.PeerPoint
Retrieves the accuracy (in meters) of this point.
getAction(String) - Method in class javax.microedition.content.ActionNameMap
Gets the action for the action name.
getAction(int) - Method in class javax.microedition.content.ActionNameMap
Gets the action at the specified index.
getAction(int) - Method in interface javax.microedition.content.ContentHandler
Gets the action supported by the content handler at the specified index.
getAction() - Method in class javax.microedition.content.Invocation
Gets the action to be performed on the content.
getAction() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns the action associated with the smart poster.
getAction() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Retrieves the action object for this field.
getAction() - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
Gets the MapAction object for the base map of this field.
getAction() - Method in interface org.w3c.dom.html2.HTMLFormElement
Server-side form handler.
getActionCount() - Method in interface javax.microedition.content.ContentHandler
Gets the number of actions supported by the content handler.
getActionName(String) - Method in class javax.microedition.content.ActionNameMap
Gets the action name for an action.
getActionName(int) - Method in class javax.microedition.content.ActionNameMap
Gets the action name at the specified index.
getActionNameMap() - Method in interface javax.microedition.content.ContentHandler
Gets the mapping of actions to action names for the current locale supported by this content handler.
getActionNameMap(String) - Method in interface javax.microedition.content.ContentHandler
Gets the mapping of actions to action names for the requested locale supported by this content handler.
getActionNameMap(int) - Method in interface javax.microedition.content.ContentHandler
Gets the ActionNameMap supported by the content handler at the specified index.
getActionNameMapCount() - Method in interface javax.microedition.content.ContentHandler
Gets the number of action name maps supported by the content handler.
getActions() - Method in class javax.microedition.content.Registry
Gets the unique actions of the registered content handlers.
getActiveCall() - Static method in class net.rim.blackberry.api.phone.Phone
Returns the currently active phone call.
getActiveLineId() - Static method in class net.rim.blackberry.api.phone.Phone
Returns the line ID that is currently used for dialing.
getActiveProfile() - Method in class net.rim.blackberry.api.profiles.Profiles
Returns the active device profile.
getActiveScreen() - Method in class net.rim.device.api.ui.UiApplication
Retrieves active displayed screen.
getActiveScreen() - Method in interface net.rim.device.api.ui.UiEngine
Retrieves handle for the active screen.
getActiveThemeName() - Static method in class net.rim.blackberry.api.homescreen.HomeScreen
Returns the name of the active theme on the device.
getActiveWAFs() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the currently active Wireless Access Families.
getAdditionalRecords() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns the additional, user defined NDEFRecord objects included in this smart poster.
getAddr() - Method in class net.rim.blackberry.api.mail.Address
Retrieves the fully qualified address string of this address.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address in the datagram
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAddress() - Method in interface javax.wireless.messaging.Message
Returns the address associated with this message.
getAddress() - Method in interface javax.wireless.messaging.MultipartMessage
Returns the "from" address associated with this message.
getAddress(int) - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactGroup
Returns a String containing the the actual address at index in this BlackBerryContactGroup.
getAddress() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Gets the remote address to which the socket is bound.
getAddress() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Gets the remote address to which the socket is bound.
getAddress() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves this object's address.
getAddress() - Method in class net.rim.device.api.io.DatagramBase
Retrieves the target address for this datagram.
getAddress() - Method in class net.rim.device.api.io.MobitexAddress
Deprecated. Retrieves this object's address.
getAddress() - Method in class net.rim.device.api.io.SmsAddress
Get a string representing the SMS address information.
getAddressBase() - Method in class net.rim.device.api.io.DatagramBase
Retrieves the address base for this datagram.
getAddressBookFormattedNumber() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLogID
Returns the contact list phone number for this caller ID.
getAddresses(String) - Method in interface javax.wireless.messaging.MultipartMessage
Gets the addresses of the multipart message of the specified type.
getAddressInfo() - Method in class javax.microedition.location.Landmark
Gets the AddressInfo of the landmark.
getAddressInfo() - Method in class javax.microedition.location.Location
Returns the AddressInfo associated with this Location object.
getAddressType(int) - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactGroup
Returns the type of address at index in this BlackBerryContactGroup.
getAdjustment() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
Returns the Adjustment object assigned to this model.
getAdminBoundary() - Method in class net.rim.device.api.lbs.maps.server.exchange.ReverseGeocodeExchange
Retrieves the administrative level boundary that is used for this request.
getAdvance(String) - Method in class net.rim.device.api.ui.Font
Returns the advance width of some text.
getAdvance(char) - Method in class net.rim.device.api.ui.Font
Returns the advance width of a character.
getAdvance(String, int, int) - Method in class net.rim.device.api.ui.Font
Returns the advance width of a substring of some text.
getAdvance(StringBuffer, int, int) - Method in class net.rim.device.api.ui.Font
Returns the advance width of a substring of some text.
getAdvance(char[], int, int) - Method in class net.rim.device.api.ui.Font
Returns the advance width of a substring of some text.
getAdvanceX() - Method in class net.rim.device.api.ui.TextMetrics
Gets the horizontal component of the change in the drawing position caused by drawing the text.
getAdvanceY() - Method in class net.rim.device.api.ui.TextMetrics
Gets the vertical component of the change in the drawing position caused by drawing the text.
getAESCryptoToken() - Method in class net.rim.device.api.crypto.AESKey
Returns the crypto token.
getAlert(int) - Method in class net.rim.blackberry.api.profiles.NotificationRule
Returns an alert based on the specified type.
getAlertDescription() - Method in exception net.rim.device.api.crypto.tls.TLSAlertException
Returns the alert description that was used to instantiate this exception.
getAlertLevel() - Method in exception net.rim.device.api.crypto.tls.TLSAlertException
Returns the alert level that was used to instantiate this exception.
getAlgorithm() - Method in class net.rim.device.api.crypto.AbstractDigest
Returns the name of this digest, for example "SHA1".
getAlgorithm() - Method in class net.rim.device.api.crypto.AbstractMAC
Returns the name of the digest or block cipher used, such as "HMAC".
getAlgorithm() - Method in class net.rim.device.api.crypto.AESCBCDecryptorEngine
Returns the name of the algorithm along with key and block lengths, eg "AES_128_128/CBC" ("AES_" + keyBitLength + "_" + blockBitLength + "/CBC").
getAlgorithm() - Method in class net.rim.device.api.crypto.AESCBCEncryptorEngine
Returns the name of the algorithm along with key and block lengths; for example, "AES_128_128/CBC" ("AES_" + keyBitLength + "_" + blockBitLength + "/CBC").
getAlgorithm() - Method in class net.rim.device.api.crypto.AESCryptoToken
Returns the algorithm supported by this token, ie "AES".
getAlgorithm() - Method in class net.rim.device.api.crypto.AESCTRDRBGPseudoRandomSource
Returns the name of this algorithm, "AES CTR DRBG".
getAlgorithm() - Method in class net.rim.device.api.crypto.AESDecryptorEngine
Returns the name of the algorithm along with key and block lengths, eg "AES_128_128" ("AES_" + keyBitLength + "_" + blockBitLength).
getAlgorithm() - Method in class net.rim.device.api.crypto.AESEncryptorEngine
Returns the name of the algorithm with with key and block lengths, ie "AES_128_128" ("AES_" + keyBitLength + "_" + blockBitLength).
getAlgorithm() - Method in class net.rim.device.api.crypto.AESKey
Returns a string containing the name of the algorithm associated with this key ("AES").
getAlgorithm() - Method in class net.rim.device.api.crypto.ARC4Key
Returns a string containing the name of the algorithm associated with this key ("ARC4").
getAlgorithm() - Method in class net.rim.device.api.crypto.ARC4PseudoRandomSource
Returns the name of the algorithm used, ie "ARC4".
getAlgorithm() - Method in class net.rim.device.api.crypto.BlockDecryptor
Returns the name of the algorithm or both the algorithm and unformatter engine used, depending what BlockDecryptor constructor was used.
getAlgorithm() - Method in interface net.rim.device.api.crypto.BlockDecryptorEngine
Returns the name of this algorithm, eg "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.BlockEncryptor
Returns the name of the algorithm or both the algorithm and formatter engine used, depending what BlockEncryptor constructor was used.
getAlgorithm() - Method in interface net.rim.device.api.crypto.BlockEncryptorEngine
Returns the name of this algorithm, eg "DES".
getAlgorithm() - Method in interface net.rim.device.api.crypto.BlockFormatterEngine
Returns the name of this algorithm, eg "PKCS5".
getAlgorithm() - Method in interface net.rim.device.api.crypto.BlockUnformatterEngine
Returns the name of the signing algorithm used, eg "PKCS5".
getAlgorithm() - Method in class net.rim.device.api.crypto.CAST128CryptoToken
Returns the algorithm supported by this token, ie "CAST128".
getAlgorithm() - Method in class net.rim.device.api.crypto.CAST128DecryptorEngine
Returns the name of the algorithm used, ie "CAST128".
getAlgorithm() - Method in class net.rim.device.api.crypto.CAST128EncryptorEngine
Returns the name of the algorithm used, ie "CAST128".
getAlgorithm() - Method in class net.rim.device.api.crypto.CAST128Key
Returns a string containing the name of the algorithm associated with this key ("CAST128").
getAlgorithm() - Method in class net.rim.device.api.crypto.CBCDecryptorEngine
Returns the name of the encryption algorithm used, ie BlockDecryptorEngine.getAlgorithm() + "/CBC".
getAlgorithm() - Method in class net.rim.device.api.crypto.CBCEncryptorEngine
Returns the name of the encryption algorithm used, ie BlockEncryptorEngine.getAlgorithm() + "/CBC".
getAlgorithm() - Method in class net.rim.device.api.crypto.CBCMAC
Returns the name of the MAC algorithm, ie "CBCMAC/" + BlockEncryptorEngine.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.CFBDecryptor
Returns the name of the encryption algorithm used, ie SymmetricKeyEncryptorEngine.getAlgorithm() + "/CFB".
getAlgorithm() - Method in class net.rim.device.api.crypto.CFBEncryptor
Returns the name of the encryption algorithm used, ie SymmetricKeyEncryptorEngine.getAlgorithm() + "/CFB".
getAlgorithm() - Method in class net.rim.device.api.crypto.CryptoInputStream
Returns the name of this algorithm, eg "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.CryptoOutputStream
Returns the name of this algorithm, eg "DES".
getAlgorithm() - Method in interface net.rim.device.api.crypto.CryptoSystem
Returns a String that indicates the algorithm, eg "EC", "RSA", etc.
getAlgorithm() - Method in interface net.rim.device.api.crypto.CryptoToken
Returns the algorithm supported by this token, eg "EC" or "RSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.CTRPseudoRandomSource
Returns the name of this PseudoRandomSource.
getAlgorithm() - Method in class net.rim.device.api.crypto.DESCryptoToken
Returns the algorithm supported by this token, ie "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.DESDecryptorEngine
Returns the name of the algorithm used, ie "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.DESEncryptorEngine
Returns the name of the algorithm used, ie "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.DESKey
Returns a string containing the name of the algorithm associated with this key ("DES").
getAlgorithm() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns a String that indicates the algorithm, ie "DH".
getAlgorithm() - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns the algorithm supported by this token, ie "DH".
getAlgorithm() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns a string containing the name of the algorithm associated with this key ("DH").
getAlgorithm() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns a string containing the name of the algorithm associated with this key ("DH").
getAlgorithm() - Method in interface net.rim.device.api.crypto.Digest
Returns the name of this digest, for example "SHA1".
getAlgorithm() - Method in class net.rim.device.api.crypto.DigestInputStream
Returns the name of this algorithm, eg "SHA1".
getAlgorithm() - Method in class net.rim.device.api.crypto.DigestOutputStream
Returns the name of this algorithm, eg "SHA1".
getAlgorithm() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns a String that indicates the algorithm, ie "DSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns the algorithm supported by this token, ie "DSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns a String containing the name of the algorithm associated with this key ("DSA").
getAlgorithm() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns a string containing the name of the algorithm associated with this key ("DSA").
getAlgorithm() - Method in class net.rim.device.api.crypto.DSASignatureSigner
Returns the name of this signing algorithm ( "DSA/" + digest.getAlgorithm() ).
getAlgorithm() - Method in class net.rim.device.api.crypto.DSASignatureVerifier
Returns the name of the signing algorithm used, ie "DSA/" + Digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns a String that indicates the algorithm, ie "EC".
getAlgorithm() - Method in class net.rim.device.api.crypto.ECCryptoToken
Returns the algorithm supported by this token, ie "EC".
getAlgorithm() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Returns the name of this signing algorithm "ECDSA/" + digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.ECDSASignatureVerifier
Returns the name of the signing algorithm used, ie "ECDSA/" + Digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.ECIESDecryptor
Returns the name of this algorithm, namely "ECIES/" + macAlgorithm.
getAlgorithm() - Method in class net.rim.device.api.crypto.ECIESEncryptor
Returns the name of this algorithm, namely "ECIES/" + macAlgorithm.
getAlgorithm() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Returns the name of this signing algorithm ("ECNR/" + digest.getAlgorithm).
getAlgorithm() - Method in class net.rim.device.api.crypto.ECNRSignatureVerifier
Returns the name of the signing algorithm used, ie "ECNR/" + Digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns the name of the algorithm associated with this key ("EC").
getAlgorithm() - Method in class net.rim.device.api.crypto.ECPublicKey
Returns the name of the algorithm associated with this key ("EC").
getAlgorithm() - Method in class net.rim.device.api.crypto.ElGamalDecryptorEngine
Returns the name of the algorithm used to encrypt the data.
getAlgorithm() - Method in class net.rim.device.api.crypto.ElGamalEncryptorEngine
Returns the name of the algoritm used to encrypt the data.
getAlgorithm() - Method in class net.rim.device.api.crypto.encoder.DecodedSignature
Returns a string representing the signature algorithm in this decoded signature.
getAlgorithm() - Method in class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Returns the name of this algorithm, "FIPS186".
getAlgorithm() - Method in class net.rim.device.api.crypto.HMAC
Returns the name of this digest, ie "HMAC/" + Digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.HMACCryptoToken
Returns the algorithm supported by this token, ie "HMAC".
getAlgorithm() - Method in class net.rim.device.api.crypto.HMACKey
Returns the name of the algorithm associated with this key ("HMAC").
getAlgorithm() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns a String that indicates the algorithm, ie "KEA".
getAlgorithm() - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns the algorithm supported by this token, ie "KEA".
getAlgorithm() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns a String containing the name of the algorithm associated with this key ("KEA").
getAlgorithm() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns a string containing the name of the algorithm associated with this key ("KEA").
getAlgorithm() - Method in interface net.rim.device.api.crypto.Key
Returns a String containing the name of the algorithm associated with this key, eg "RSA", "EC", "DES".
getAlgorithm() - Method in interface net.rim.device.api.crypto.MAC
Returns the name of the mac alonng with the digest or block cipher used, such as "HMAC/SHA1".
getAlgorithm() - Method in class net.rim.device.api.crypto.MACInputStream
Returns the name of this algorithm, eg "HMAC".
getAlgorithm() - Method in class net.rim.device.api.crypto.MACOutputStream
Returns the name of this algorithm, eg "HMAC".
getAlgorithm() - Method in class net.rim.device.api.crypto.MD2Digest
Returns the name of this digest ("MD2").
getAlgorithm() - Method in class net.rim.device.api.crypto.MD4Digest
Returns the name of this digest ("MD4").
getAlgorithm() - Method in class net.rim.device.api.crypto.MD5Digest
Returns the name of this digest ("MD5").
getAlgorithm() - Method in class net.rim.device.api.crypto.NullDecryptor
Returns the name of the signing algorithm used, ie "Null".
getAlgorithm() - Method in class net.rim.device.api.crypto.NullDigest
Returns the name of this digest, "Null" in this case.
getAlgorithm() - Method in class net.rim.device.api.crypto.NullEncryptor
Returns the name of the signing algorithm used, ie "Null".
getAlgorithm() - Method in class net.rim.device.api.crypto.NullMAC
Returns the name of this digest, "Null" since this is the null MAC.
getAlgorithm() - Method in class net.rim.device.api.crypto.NullSignatureSigner
Returns the name of the signing algorithm used, ie "Null".
getAlgorithm() - Method in class net.rim.device.api.crypto.NullSignatureVerifier
Returns the name of the signing algorithm used, ie "Null".
getAlgorithm() - Method in class net.rim.device.api.crypto.OAEPFormatterEngine
Returns the name of the algorithm used, ie PublicKeyEncryptorEngine.getAlgorithm() + "_OAEP".
getAlgorithm() - Method in class net.rim.device.api.crypto.OAEPUnformatterEngine
Returns the name of the algorithm used, ie PublicKeyEncryptorEngine.getAlgorithm() + "_OAEP".
getAlgorithm() - Method in class net.rim.device.api.crypto.OFBPseudoRandomSource
Returns the name of this PseudoRandomSource.
getAlgorithm() - Method in class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
Returns the name of this PseudoRandomSource "P1363KDF1".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1FormatterEngine
Returns the name of the algorithm used, ie PublicKeyEncryptorEngine.getAlgorithm() + "_PKCS1".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
Returns the name of this PseudoRandomSource "PKCS1MGF1".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Returns a String containing the name of the algorithm (eg "RSA_PKCS1_V15/<DigestAlgorithm>" or "RSA_PKCS1_V20/<DigestAlgorithm>").
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1SignatureVerifier
Returns the name of the signing algorithm used ("RSA_PKCS1_(V15 or V20)/" + digest algorithm name).
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1UnformatterEngine
Returns the name of the algorithm used, ie PublicKeyDecryptorEngine.getAlgorithm() + "_PKCS1".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS5FormatterEngine
Returns the name of the algorithm used, ie BlockEncryptorEngine.getAlgorithm() + "/PKCS5".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
Returns the name of this PseaudoRandomSource "PKCS5KDF1" This method will always return the String "PKCS5KDF1".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
Returns the name of this PseudoRandomSource "PKCS5KDF2".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS5UnformatterEngine
Returns the name of the algorithm used, ie SymmetricKeyDecryptorEngine.getAlgorithm() + "/PKCS5".
getAlgorithm() - Method in class net.rim.device.api.crypto.PRNGDecryptor
Returns the name of the encryption algorithm used, eg "ARC4".
getAlgorithm() - Method in class net.rim.device.api.crypto.PRNGEncryptor
Returns the name of the encryption algorithm used, eg "ARC4".
getAlgorithm() - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Returns the name of the algorithm, eg "X963KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.PSSSignatureSigner
Returns a String containing the name of the algorithm ("RSA_PSS/ + digest name").
getAlgorithm() - Method in class net.rim.device.api.crypto.PSSSignatureVerifier
Returns the name of the signing algorithm used ("RSA_PSS/" + digest algorithm name).
getAlgorithm() - Method in class net.rim.device.api.crypto.RC2CryptoToken
Returns the algorithm supported by this token, ie "RC2".
getAlgorithm() - Method in class net.rim.device.api.crypto.RC2DecryptorEngine
Returns the name of the algorithm used, eg "RC2_64" ("RC2_" + keyBitLength).
getAlgorithm() - Method in class net.rim.device.api.crypto.RC2EncryptorEngine
Returns the name of the algorithm used, eg "RC2_64" ("RC2_" + keyBitLength).
getAlgorithm() - Method in class net.rim.device.api.crypto.RC2Key
Returns a string containing the name of the algorithm associated with this key ("RC2").
getAlgorithm() - Method in class net.rim.device.api.crypto.RC5CryptoToken
Returns the algorithm supported by this token, ie "RC5".
getAlgorithm() - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
Returns the name of the algorithm used, eg "RC5_64_64_16" ("RC5_" + keyBitLength + "_" + blockBitLength + "_" + numberOfRounds).
getAlgorithm() - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
Returns the name of the algorithm used, eg "RC5_64_64_16" ("RC5_" + keyBitLength + "_" + blockBitLength + "_" + numberOfRounds).
getAlgorithm() - Method in class net.rim.device.api.crypto.RC5Key
Returns a String containing the name of the algorithm associated with this key ("RC5").
getAlgorithm() - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
Returns the name of this PseaudoRandomSource "RFC2631KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.RIPEMD128Digest
Returns the name of this digest ("RIPEMD128").
getAlgorithm() - Method in class net.rim.device.api.crypto.RIPEMD160Digest
Returns the name of this digest ("RIPEMD160").
getAlgorithm() - Method in class net.rim.device.api.crypto.RSACryptoSystem
Returns a String that indicates the algorithm, ie "RSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.RSACryptoToken
Returns the algorithm supported by this token, ie "RSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.RSADecryptorEngine
Returns the name of the algorithm used, ie "RSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.RSAEncryptorEngine
Returns the name of the algorithm used, ie "RSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns the name of the algorithm associated with this key ("RSA").
getAlgorithm() - Method in class net.rim.device.api.crypto.RSAPublicKey
Returns the name of the algorithm associated with this key ("RSA").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA1Digest
Returns a String containing the name of the algorithm ("SHA1").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA224Digest
Returns the name of the algorithm ("SHA224").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA256Digest
Returns the name of the algorithm ("SHA256").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA384Digest
Returns the name of the algorithm ("SHA384").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA512Digest
Returns the name of the algorithm ("SHA512").
getAlgorithm() - Method in interface net.rim.device.api.crypto.SignatureSigner
Returns the name of the signing algorithm used, eg "DSA", "ECDSA", etc.
getAlgorithm() - Method in class net.rim.device.api.crypto.SignatureSignerOutputStream
Returns the name of this algorithm.
getAlgorithm() - Method in interface net.rim.device.api.crypto.SignatureVerifier
Returns the name of the signing algorithm used, eg "DSA", "ECDSA", etc.
getAlgorithm() - Method in class net.rim.device.api.crypto.SignatureVerifierInputStream
Returns the name of this algorithm.
getAlgorithm() - Method in class net.rim.device.api.crypto.SkipjackCryptoToken
Returns the algorithm supported by this token, ie "Skipjack".
getAlgorithm() - Method in class net.rim.device.api.crypto.SkipjackDecryptorEngine
Returns the name of the algorithm used, ie "Skipjack".
getAlgorithm() - Method in class net.rim.device.api.crypto.SkipjackEncryptorEngine
Returns the name of the algorithm used, ie "Skipjack".
getAlgorithm() - Method in class net.rim.device.api.crypto.SkipjackKey
Returns a String containing the name of the algorithm associated with this key ("Skipjack").
getAlgorithm() - Method in class net.rim.device.api.crypto.SPKMKDFPseudoRandomSource
Returns the name of this PseaudoRandomSource "SPKMKDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESCBCDecryptorEngine
Returns the name of the algorithm along with the mode, eg "TripleDES/CBC".
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESCBCEncryptorEngine
Returns the name of the algorithm along with the mode, eg "TripleDES/CBC".
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESCryptoToken
Returns the algorithm supported by this token, ie "TripleDES".
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESDecryptorEngine
Returns the name of the algorithm used.
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESEncryptorEngine
Returns the name of the algorithm used, ie "TripleDES".
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESKey
Returns a string containing the name of the algorithm associated with this key ("TripleDES").
getAlgorithm() - Method in class net.rim.device.api.crypto.X931SignatureSigner
 
getAlgorithm() - Method in class net.rim.device.api.crypto.X931SignatureVerifier
 
getAlgorithm() - Method in class net.rim.device.api.crypto.X942KDFPseudoRandomSource
Returns the name of this PseaudoRandomSource "X942KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.X963KDFPseudoRandomSource
Returns the name of the algorithm, eg "X963KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.XDecryptorEngine
Returns the name of the encryption algorithm used, ie BlockDecryptorEngine.getAlgorithm() + "/X".
getAlgorithm() - Method in class net.rim.device.api.crypto.XEncryptorEngine
Returns the name of the encryption algorithm used, ie BlockDecryptorEngine.getAlgorithm() + "/X".
getAlgorithms() - Method in class net.rim.device.api.crypto.CryptoSmartCard
Returns the names of all the algorithms supported by this smart card, eg "RSA", "DSA".
getAlgorithms() - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.DigestFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.EncryptorFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.InitializationVectorFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.MACFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.SignatureSignerFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlias(byte[], DistinguishedName) - Static method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
This method takes a serial number and issuer, and returns an object that can be used as the alias in the KeyStore.get() method to find all certificates in the system with the given serial number and issuer.
getAlign() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html2.HTMLDivElement
Horizontal text alignment.
getAlign() - Method in interface org.w3c.dom.html2.HTMLHeadingElement
Horizontal text alignment.
getAlign() - Method in interface org.w3c.dom.html2.HTMLHRElement
Align the rule on the page.
getAlign() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html2.HTMLImageElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html2.HTMLInputElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html2.HTMLLegendElement
Text alignment relative to FIELDSET.
getAlign() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - Method in interface org.w3c.dom.html2.HTMLParagraphElement
Horizontal text alignment.
getAlign() - Method in interface org.w3c.dom.html2.HTMLTableCaptionElement
Caption alignment with respect to the table.
getAlign() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Horizontal alignment of data in cell.
getAlign() - Method in interface org.w3c.dom.html2.HTMLTableColElement
Horizontal alignment of cell data in column.
getAlign() - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies the table's position with respect to the rest of the document.
getAlign() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Horizontal alignment of data within cells of this row.
getAlign() - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Horizontal alignment of data in cells.
getAlignmentPatternCenters() - Method in class com.google.zxing.qrcode.decoder.Version
 
getALink() - Method in interface org.w3c.dom.html2.HTMLBodyElement
Color of active links (after mouse-button down, but before mouse-button up).
getAllAlerts() - Method in class net.rim.blackberry.api.profiles.NotificationRule
Returns alerts of all types.
getAllCategories() - Static method in class net.rim.blackberry.api.profiles.Profiles
Returns all event categories.
getAllContentTypes() - Static method in class net.rim.device.api.unifiedsearch.searchables.SearchableContentTypeConstantsInfo
Retrieve all pre-defined content types.
getAllHeaders() - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves all headers associated with this body part as an Enumeration of String objects.
getAllHeaders() - Method in class net.rim.blackberry.api.mail.Message
Retrieves all the headers from this part as an enumeration of Header objects.
getAllHeaders() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves all the header fields for this part.
getAllKeys() - Method in class net.rim.device.api.ui.autotext.AutoText
Get all autotext keys that corresponds to the current locale and all parent locales.
getAllocated() - Method in class net.rim.device.api.system.MemoryStats
Returns the amount of memory/storage already allocated.
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.jaxp.RIMSAXParser
Determines whether this parser is configured to allow undefined namespaces.
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.jaxp.SAXParserImpl
Determines whether this parser is configured to allow undefined namespaces.
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.parsers.DocumentBuilder
Determines whether the underlying parser is configured to allow undefined namespaces.
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
Determines whether this factory is configured to produce parsers that allow undefined namespaces.
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.parsers.SAXParser
Determines whether this parser allows undefined namespaces.
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.parsers.SAXParserFactory
Determines whether this factory is configured to produce parsers that allow undefined namespaces.
getAlpha() - Method in class net.rim.device.api.math.Color4f
Gets the alpha component of the color.
getAlphaBitDepth() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries the bit depth of the alpha channel.
getAlphaType(int) - Method in class net.rim.device.api.system.EncodedImage
Gets the bitmap type for the given frame's alpha channel.
getAlt() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in interface org.w3c.dom.html2.HTMLAreaElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in interface org.w3c.dom.html2.HTMLImageElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - Method in interface org.w3c.dom.html2.HTMLInputElement
Alternate text for user agents not rendering the normal content of this element.
getAltedChar(char) - Static method in class net.rim.device.api.ui.Keypad
Retrieves alternate version of specified character.
getAltitude() - Method in class javax.microedition.location.Coordinates
Returns the altitude component of this coordinate.
getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'alt' key was depressed during the firing of the event.
getAltText() - Method in class javax.microedition.lcdui.ImageItem
Gets the text string to be used if the image exceeds the device's capacity to display it.
getAmount() - Method in class net.rim.device.api.system.EventInjector.TrackwheelEvent
Returns the number of lines to roll before the event will occur.
getAmountX() - Method in class net.rim.device.api.system.EventInjector.NavigationEvent
Returns the amount to move left/right before the event will occur.
getAmountY() - Method in class net.rim.device.api.system.EventInjector.NavigationEvent
Returns the amount to move up/down before the event will occur.
getAnchorOffset() - Method in class net.rim.device.api.lbs.maps.model.MapMarker
Gets the offset, in pixels, from the icon's upper left corner to where the icon's anchor is.
getAnchorPosition() - Method in class net.rim.device.api.input.InputHelperBase
 
getAnchors() - Method in interface org.w3c.dom.html2.HTMLDocument
A collection of all the anchor (A) elements in a document with a value for the name attribute.
getAnimatedTile(int) - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the tile referenced by an animated tile.
getAnimation() - Method in class net.rim.device.api.ui.component.progressindicator.ActivityIndicatorView
Returns the field that is animating progress.
getAnimationDuration() - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the current value that specifies the duration of all animations controlled by this view.
getAnimationPropertyComponentCount(int) - Method in interface net.rim.device.api.animation.Animatable
Gets the number of components of the specified property.
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.animation.AnimatedScalar
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.animation.AnimatedVector
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.math.Color3f
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.math.Color4f
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.math.Quaternion4f
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.math.Transform2D
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.math.Transform3D
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.math.Vector2f
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.math.Vector4f
 
getAnimationPropertyComponentCount(int) - Method in class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Gets the number of components that comprise the given property.
getAnimationValue(int, AnimationValue) - Method in interface net.rim.device.api.animation.Animatable
Gets the value or values of the specified property.
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.animation.AnimatedScalar
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.animation.AnimatedVector
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.math.Color3f
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.math.Color4f
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.math.Quaternion4f
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.math.Transform2D
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.math.Transform3D
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.math.Vector2f
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.math.Vector4f
 
getAnimationValue(int, AnimationValue) - Method in class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Gets the current value(s) for the given property.
getAnimator() - Method in class net.rim.device.api.animation.AbstractAnimation
Gets the Animator the animation animates on.
getAnimatorListener() - Method in class net.rim.device.api.animation.Animator
Gets the AnimatorListener.
getAnswerToReset() - Method in class net.rim.device.api.smartcard.SmartCardReaderSession
Returns the AnswerToReset provided by the physical smartcard present in the reader.
getAnswerToResetImpl() - Method in class net.rim.device.api.smartcard.SmartCardReaderSession
Returns the AnswerToReset provided by the physical smartcard present in the reader.
getAntialiasMode() - Method in class net.rim.device.api.ui.Font
Returns the anti-alias mode.
getAPChannel() - Method in class net.rim.device.api.system.WLANInfo.WLANAPInfo
Retrieves the channel of the AP.
getAPDU() - Method in class net.rim.device.api.smartcard.CommandAPDU
Get the full APDU command, including the Command header and body if one exists.
getAPDU() - Method in class net.rim.device.api.smartcard.ResponseAPDU
Get the full Response APDU command, including the data, followed by the two status words.
getAPInfo() - Static method in class net.rim.device.api.system.WLANInfo
Retrieves a WLANInfo.WLANAPInfo object containing information on the AP the WLAN radio is currently connected to, or null if the WLAN radio is not currently connected to an AP.
getApn() - Method in class net.rim.device.api.io.transport.options.TcpCellularOptions
Retrieves the apn
getAPN() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's associated access point name.
getAppDescriptor() - Method in class net.rim.blackberry.api.push.PushApplicationDescriptor
Returns the application descriptor that contains arguments passed into the main() method
getAppearanceMode() - Method in class javax.microedition.lcdui.ImageItem
Returns the appearance mode of the ImageItem.
getAppearanceMode() - Method in class javax.microedition.lcdui.StringItem
Returns the appearance mode of the StringItem.
getAppEventLock() - Method in class net.rim.device.api.system.Application
Retrieves the application event lock for this application.
getAppId() - Method in class net.rim.blackberry.api.push.PushApplicationDescriptor
Returns the application ID
getAppImage() - Method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Request the linked application image.
getApplets() - Method in interface org.w3c.dom.html2.HTMLDocument
A collection of all the OBJECT elements that include applets and APPLET (deprecated) elements in a document.
getApplication() - Method in class net.rim.device.api.invocation.ListenerInvocationProperties
 
getApplication() - Static method in class net.rim.device.api.system.Application
Retrieves the current application instance.
getApplication() - Method in class net.rim.device.api.ui.Screen
Retrieves this screen's application.
getApplicationCode() - Method in class net.rim.device.api.wlan.hotspot.AuthenticationStatusEvent
Retrieves this authentication status event's application code.
getApplicationData() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's application-specific data.
getApplicationDescriptor(String) - Method in class net.rim.device.api.content.DefaultContentHandlerRegistry
Returns the application descriptor for the content handler.
getApplicationDescriptor() - Method in class net.rim.device.api.invocation.ListenerInvocationProperties
Returns client application descriptor
getApplicationDescriptors(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves all the application descriptors from a module.
getApplicationFolder(long) - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Retrieves application folder previously registered by folder ID for application specified by given descriptor.
getApplicationId() - Method in interface net.rim.blackberry.api.accessory.Accessory
The application ID identifies an application on the device that this accessory is related to.
getApplicationID() - Method in class net.rim.blackberry.api.pdap.contactlinking.DefaultLinkableContact
Gets the unique ID that identifies the application this contact is from.
getApplicationID() - Method in interface net.rim.blackberry.api.pdap.contactlinking.LinkableContact
Gets the unique ID that identifies the application this contact is from.
getApplicationIndicator() - Method in class net.rim.blackberry.api.messagelist.ApplicationIndicatorRegistry
Retrieves application indicator previously registered through register() method call.
getApplicationManager() - Static method in class net.rim.device.api.system.ApplicationManager
Retrieves the system's application manager.
getApplicationName() - Method in exception net.rim.device.api.io.nfc.NFCInUseException
Returns the name of the application that is using some exclusive NFC functionality.
getApplicationPermissions() - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Queries the application control database and returns the permissions of the calling application.
getApplicationPermissions(boolean) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Deprecated. As of version 5.0. Use ApplicationPermissionsManager.getApplicationPermissions() instead.
getApplicationServiceMode() - Static method in class net.rim.device.api.system.MultiServicePlatformManager
Gets the service mode of the current application.
getAppName() - Method in interface javax.microedition.content.ContentHandler
Gets the user-friendly application name of this content handler.
getAppName() - Method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactInfoProvider
Request the name of the linked application.
getAppProperty(String) - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to retrieve named properties from the application management software.
getArchive() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Comma-separated archive list.
getArchive() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Space-separated list of archives.
getArea() - Method in class net.rim.device.api.system.MobitexInfo.MobitexCellInfo
Deprecated. Retrieves the network area ID.
getAreas() - Method in interface org.w3c.dom.html2.HTMLMapElement
The list of areas defined for the image map.
getARFCN() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Absolute Radio Frequency Channel Number.
getARGB(int[], int, int, int, int, int, int, boolean) - Method in class net.rim.device.api.system.Bitmap
Gets raw ARGB data from region of this Bitmap and stores it in the provided array.
getARGB(int[], int, int, int, int, int, int) - Method in class net.rim.device.api.system.Bitmap
Gets raw ARGB data from region of this Bitmap and stores it in the provided array.
getArgs() - Method in class javax.microedition.content.Invocation
Gets the argument list as an array of Strings.
getArgs() - Method in class net.rim.blackberry.api.invoke.ApplicationArguments
Retrieves the system arguments for the ApplicationArguments object.
getArgs() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the argument array from this descriptor.
getArray() - Method in class com.google.zxing.common.ByteMatrix
 
getArray() - Method in class com.google.zxing.qrcode.encoder.BitVector
Deprecated.  
getArray() - Method in class net.rim.device.api.math.Matrix3f
Returns the underlying array for this matrix in column-major order.
getArray() - Method in class net.rim.device.api.math.Matrix4f
Returns the underlying array for this matrix in column-major order.
getArray() - Method in class net.rim.device.api.util.ByteVector
Retrieves the vector values.
getArray() - Method in class net.rim.device.api.util.DataBuffer
Retrieves underlying store.
getArray() - Method in class net.rim.device.api.util.IntVector
Retrieves the vector values.
getArray() - Method in class net.rim.device.api.util.LongVector
Retrieves the vector values.
getArrayElementLabel(int, int) - Method in interface javax.microedition.pim.PIMList
Returns a String label associated with the given array element.
getArrayLength() - Method in class net.rim.device.api.util.DataBuffer
Retrieves length of this buffer's underlying store.
getArrayPosition() - Method in class net.rim.device.api.util.DataBuffer
Retrieves index in store holding this buffer's current read/write position.
getArrayStart() - Method in class net.rim.device.api.util.DataBuffer
Retrieves index in store holding first element of buffer's data area.
getAscent() - Method in class net.rim.device.api.ui.Font
Returns the ascent height.
getAscent() - Method in class net.rim.device.api.ui.FontMetrics
Gets the height of standard ascenders (Latin capital letters) in pixels.
getAscent() - Method in class net.rim.device.api.ui.TextMetrics
Gets the ideal ascent for the text, in pixels.
getAssociatedData(long) - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the data that is associated with the long passed into this method.
getAssociatedData() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the data that is associated with the long passed into this method.
getAssociatedData(long) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the data that is associated with the long passed into this method.
getAssociatedData() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns an array of AssociatedData objects that were passed into this KeyStoreData.
getAssociatedInteger(long, OID) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the integer associated with the given oid for the given association, otherwise -1.
getAssociatedInteger(long, OID, int) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the object associated with the given oid for the given association, otherwise defaultInteger.
getAssociatedObject(long, OID) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the object associated with the given oid for the given association, otherwise null.
getAssociatedOID(long, Object) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the OID associated with the given object for the given association, otherwise null.
getAssociatedOID(long, int) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the OID associated with the given object for the given association, otherwise null.
getAssociatedScreen() - Method in class net.rim.device.api.input.InputHelperBase
Gets a screen associated with this helper.
getAssociatedString(long, OID) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the String associated with the given oid for the given association, otherwise null.
getAssociatedString(long, OID, String) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the String associated with the given oid for the given association, otherwise defaultString.
getAssociation() - Method in class net.rim.device.api.crypto.keystore.AssociatedData
Returns the association for this data.
getAsymmetricCryptoToken() - Method in interface net.rim.device.api.crypto.CryptoSystem
Returns the crypto token associated with this crypto system.
getAsymmetricCryptoToken() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the DH crypto token.
getAsymmetricCryptoToken() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the DSACryptoToken object associated with the crypto system.
getAsymmetricCryptoToken() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the EC Crypto token associated with the crypto token.
getAsymmetricCryptoToken() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the KEACryptoToken object used top create the crypto system.
getAsymmetricCryptoToken() - Method in class net.rim.device.api.crypto.RSACryptoSystem
Returns the crypto token used to create the crypto system.
getAsync() - Method in interface org.w3c.dom.ls.LSParser
true if the LSParser is asynchronous, false if it is synchronous.
getAt(int, int, int[], int) - Method in interface net.rim.device.api.collection.ReadableIntList
Retrieves range of elements starting at provided index.
getAt(int) - Method in interface net.rim.device.api.collection.ReadableList
Retrieves element by index.
getAt(int, int, Object[], int) - Method in interface net.rim.device.api.collection.ReadableList
Retrieves range of elements starting at provided index.
getAt(int, int, long[], int) - Method in interface net.rim.device.api.collection.ReadableLongList
Retrieves range of elements starting at provided index.
getAt(int) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Retrieves element from filtered list by index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Retrieves range of elements from filtered list starting at provided index.
getAt(int) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Retrieves element by index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Retrieves range of elements starting at provided index.
getAt(int, int, int[], int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieves range of element keys starting at provided index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieves a range of elements starting at provided index.
getAt(int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieve element by index.
getAt(int, int, long[], int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieves range of element keys starting at provided index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieves a range of elements starting at provided index.
getAt(int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieve element by index.
getAt(int) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves elements by index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves range of elements starting at provided index.
getAt(int, int, Object[], int, ReadableList) - Static method in class net.rim.device.api.collection.util.ReadableListUtil
Retrieves range of elements starting at provided index.
getAt(int) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves element by index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves range of elements starting at provided index.
getAt(int) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
 
getAt(int, int, Object[], int) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
 
getAt(int) - Method in class net.rim.device.api.util.SimpleSortingVector
Deprecated. Use Vector.elementAt(int) instead.
getAtIndex(int, int) - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Returns the String at a given index.
getATR() - Method in interface javax.microedition.apdu.APDUConnection
Returns the Answer To Reset (ATR) message sent by the smart card in response to the reset operation.
getAttachmentBodyParts(Message) - Method in class net.rim.blackberry.api.mail.AttachmentDownloadManager
Return a BodyPart array whose elements contain info of file attachment.
getAttemptsLimit() - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the maximum number of attempts the factory will make to create a connection
getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute(OID) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the cms attribute identified by oid.
getAttribute(String) - Method in class net.rim.device.api.io.parser.soap.SOAPElement
Returns the value of an attribute from this SOAP element, or null if the attribute is not present.
getAttribute(String) - Method in interface net.rim.device.api.ldap.LDAPEntry
Returns a copy of an attribute given the attribute's name.
getAttribute(int) - Method in class net.rim.device.api.ui.TransitionContext
Retrieves the value previously set for the specified attribute of this transition.
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeCount() - Method in class net.rim.device.api.ui.TransitionContext
Returns the number of attributes set for this transition.
getAttributeIDs() - Method in interface javax.bluetooth.ServiceRecord
Returns the service attribute IDs whose value could be retrieved by a call to getAttributeValue().
getAttributeLabel(int) - Method in interface javax.microedition.pim.PIMList
Returns a String label associated with the given attribute.
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes(int, int) - Method in interface javax.microedition.pim.PIMItem
Gets the attributes associated with the data value at a given index for the indicated field.
getAttributes() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns an enumeration of all of the attributes found in this cms message ( ie. an enumeration of CMSAttributes ).
getAttributes() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns an Enumeration of the attributes associated with this signer.
getAttributes() - Method in class net.rim.device.api.io.parser.soap.SOAPElement
Returns the attributes associated with this tag.
getAttributes() - Method in interface net.rim.device.api.ldap.LDAPEntry
Returns an Enumeration of all attributes.
getAttributes() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's attributes list.
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributeValue(int) - Method in interface javax.bluetooth.ServiceRecord
Returns the value of the service attribute ID provided it is present in the service record, otherwise this method returns null.
getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAttrStartTable() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
Retrieve the attribute start tables parsed as a IntHashtable.
getAttrValueTable() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
Retrieves the attribute value tables parsed as a IntHashtable.
getAudioPath() - Method in interface net.rim.device.api.media.control.AudioPathControl
Returns the current audio path.
getAuthenticationMechanisms() - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Retrieve the types of authentication that this authenticator supports.
getAuthenticationMechanismsImpl() - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Provide the types of authentication that this authenticator supports.
getAuthenticatorType() - Method in class net.rim.device.api.userauthenticator.UserAuthenticatorManager
Retrieve the type of the currently active user authenticator.
getAuthLifeTime() - Static method in class net.rim.device.api.gps.GPSSettings
Returns the authentication life time value that is received from the network.
getAuthor() - Method in interface net.rim.device.api.web.WidgetConfig
Widget author.
getAuthorEmail() - Method in interface net.rim.device.api.web.WidgetConfig
Widget author's email.
getAuthority() - Method in interface javax.microedition.content.ContentHandler
Gets the authority that authenticated this application.
getAuthority() - Method in class net.rim.device.api.io.URI
Get the authority component of the URI-reference.
getAuthorityCertIssuer() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns an array of the Strings associated with the authority certificate issuer.
getAuthorityCertSerialNumber() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the certificate serial number of the authority, if it is present.
getAuthorURL() - Method in interface net.rim.device.api.web.WidgetConfig
Widget author's URL.
getAuthType() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns an integer representing the type of authentication that should be used for this connection.
getAutomaticSwitching() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the mode of the automatic switching of the transmitter in case of a stronger transmitter with the same PI presence.
getAutomaticTA() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the mode of the automatic switching of the program in case of the presence of Traffic Announcement in another program.
getAutoText() - Static method in class net.rim.device.api.ui.autotext.AutoText
Retrieve the AutoText instance.
getAvailable() - Method in class net.rim.device.api.crypto.AESCTRDRBGPseudoRandomSource
Returns the number of pseudo random bytes currently available.
getAvailable() - Method in class net.rim.device.api.crypto.ARC4PseudoRandomSource
Returns an integer that specifies the number of pseudo-random bytes currently available (this value is reset to the value returned by getMaxAvailable() with calls to reset()).
getAvailable() - Method in class net.rim.device.api.crypto.CTRPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Returns the number of pseudo random bytes currently available (this value is reset to the value returned by getMaxAvailable() with calls to reset()).
getAvailable() - Method in class net.rim.device.api.crypto.OFBPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
 
getAvailable() - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Returns the number of pseudo random bytes currently available.
getAvailable() - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.SPKMKDFPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.X942KDFPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.X963KDFPseudoRandomSource
 
getAvailableHeight(BrowserContent) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves the pixels of height available for provided browser content.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableInputLocales() - Static method in class net.rim.device.api.i18n.Locale
Retrieves list of known input locales.
getAvailableLocales() - Static method in class net.rim.device.api.i18n.Locale
Retrieves list of known locales.
getAvailableLocationSources() - Static method in class net.rim.device.api.gps.LocationInfo
Determines which location sources are available to provide location information.
getAvailableNFCServices() - Method in class net.rim.device.api.io.nfc.NFCManager
Gets the NFC service mask for NFC services that are currently available to this application.
getAvailableTimeZones() - Static method in class net.rim.device.api.util.TimeZoneUtilities
Returns an array of all available time zones, in order by GMT offset.
getAvailableTransports() - Static method in class net.rim.device.api.io.transport.TransportInfo
Retrieves the TransportDescriptors for all the available (regardless coverage) transports on the device.
getAvailableTransportTypes() - Static method in class net.rim.device.api.io.transport.TransportInfo
Retrieves all the available transport types on the device (regardless of coverage) .
getAvailableWidth(BrowserContent) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves the pixels of width available for provided browser content.
getAverageCharWidth() - Method in class net.rim.device.api.ui.FontMetrics
Gets the average width of a character in pixels, for the purpose of calculating the size of a text field.
getAverageDelay() - Method in interface javax.microedition.amms.control.audioeffect.ChorusControl
Gets the average delay.
getAverageSatelliteSignalQuality() - Method in class net.rim.device.api.gps.BlackBerryLocation
Returns the average satellite signal quality (carrier-to-noise ratio in dB).
getAxis() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Names group of related headers.
getAzimuth() - Method in class net.rim.device.api.gps.SatelliteInfo
Returns the Azimuth clockwise from north in degrees
getAzimuth() - Method in interface org.w3c.dom.css.CSS2Properties
See the azimuth property definition in CSS2.
getB() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the "b" coefficient of this elliptic curve, defined by the equation y^2 = x^3 + ax + b ( in the F_p case ) or y^2 + xy = x^3 + ax^2 + b ( in the F_2^m case ).
getBackground() - Method in class net.rim.device.api.ui.component.Menu
Retrieves the current background object of the menu.
getBackground() - Method in class net.rim.device.api.ui.decor.Border
Retrieves the border's background if it exists.
getBackground() - Method in class net.rim.device.api.ui.Field
Retrieves the current background object based on current visual state of the field.
getBackground(int) - Method in class net.rim.device.api.ui.Field
Retrieves the current background object based on a specified visual state of the field.
getBackground() - Method in interface org.w3c.dom.css.CSS2Properties
See the background property definition in CSS2.
getBackground() - Method in interface org.w3c.dom.html2.HTMLBodyElement
URI [IETF RFC 2396] of the background texture tile image.
getBackgroundAttachment() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-attachment property definition in CSS2.
getBackgroundColor() - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves an image's background color.
getBackgroundColor() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current background color.
getBackgroundColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-color property definition in CSS2.
getBackgroundColors() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's background color list.
getBackgroundImage() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-image property definition in CSS2.
getBackgroundPosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-position property definition in CSS2.
getBackgroundRepeat() - Method in interface org.w3c.dom.css.CSS2Properties
See the background-repeat property definition in CSS2.
getBackingKeyStore() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method returns the backing keystore for the preferred keystore currently set in the combined keystore.
getBackingKeyStore() - Method in interface net.rim.device.api.crypto.keystore.KeyStore
This method returns the backing keystore if it exists.
getBackingKeyStore() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getBand(int) - Method in interface javax.microedition.amms.control.audioeffect.EqualizerControl
Gets the band that has the most effect on the given frequency.
getBand() - Method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Gets the FM band.
getBandClass() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the band class.
getBandLevel(int) - Method in interface javax.microedition.amms.control.audioeffect.EqualizerControl
Gets the gain set for the given equalizer band.
getBankList(boolean) - Method in interface javax.microedition.media.control.MIDIControl
Returns list of installed banks.
getBarcodeFormat() - Method in class com.google.zxing.Result
 
getBase() - Method in class net.rim.device.api.system.MobitexInfo.MobitexCellInfo
Deprecated. Retrieves the network base ID.
getBaseline() - Method in class net.rim.device.api.ui.Font
Returns the baseline position.
getBaselinePosition() - Method in class javax.microedition.lcdui.Font
Gets the distance in pixels from the top of the text to the text's baseline.
getBaseName() - Method in class javax.microedition.global.ResourceManager
Gets the base name of this resource manager.
getBasePoint() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This function returns the base point of this elliptic curve.
getBaseQuery() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the base query of the server.
getBaseStyle() - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Retrieves the base style for this style set.
getBaseURI() - Method in interface org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
getBaseURI() - Method in interface org.w3c.dom.Node
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBasicAuthenticationCredentials(String, Hashtable) - Method in interface net.rim.device.api.io.messaging.CredentialsCollector
Invoked by the platform when it requires credentials to access a Destination.
getBasicConstraints() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
The basic constraints extension (or lack thereof) identifies whether a certificate contains the public key for a Certification Authority (CA) or not.
getBass() - Method in interface javax.microedition.amms.control.audioeffect.EqualizerControl
Gets the bass level.
getBatteryLevel() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the current battery level.
getBatteryStatus() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the battery status.
getBatteryTemperature() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves battery's current temperature.
getBatteryVoltage() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves battery's current voltage.
getBaudAndClockRate() - Method in class net.rim.device.api.smartcard.AnswerToReset
Returns the TA(1) Byte of the ATR.
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Gets the baudrate for the serial port connection.
getBBox() - Method in interface org.w3c.dom.svg.SVGLocatableElement
Returns the tight bounding box in current user coordinate space.
getBBRHosts() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves list of BBR hosts for this record.
getBBRPorts() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves list of BBR ports for this record.
getBearing(double, double, double, double) - Static method in class net.rim.device.api.gps.LocationInfo
Retrieves the initial bearing between two specified locations (starting and ending locations).
getBeginIndex() - Method in class net.rim.device.api.i18n.FieldPosition
Retrieves position of first character in underlying field.
getBeginTrigger() - Method in class net.rim.device.api.animation.AbstractAnimation
Gets the AnimationTrigger that is fired when the animation begins.
getBehavior(int) - Method in class net.rim.device.api.ui.component.table.RegionStyles
Gets the current setting of a particular behavior type for this region.
getBestImageHeight(int) - Method in class javax.microedition.lcdui.Display
Returns the best image height for a given image type.
getBestImageWidth(int) - Method in class javax.microedition.lcdui.Display
Returns the best image width for a given image type.
getBgColor() - Method in interface org.w3c.dom.html2.HTMLBodyElement
Document background color.
getBgColor() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Cell background color.
getBgColor() - Method in interface org.w3c.dom.html2.HTMLTableElement
Cell background color.
getBgColor() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Background color for rows.
getBID() - Method in class net.rim.device.api.system.CDMAInfo.CDMACellInfo
Returns the BID.
getBinary(int, int) - Method in interface javax.microedition.pim.PIMItem
Gets a binary data value for a field from the item.
getBitArray() - Method in class com.google.zxing.common.BitArray
 
getBitDepth() - Method in class net.rim.device.api.system.BMPEncodedImage
Returns the bit depth.
getBitDepth() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries the PNG bit depth.
getBitLength() - Method in class net.rim.device.api.crypto.AESKey
 
getBitLength() - Method in class net.rim.device.api.crypto.ARC4Key
 
getBitLength() - Method in class net.rim.device.api.crypto.CAST128Key
 
getBitLength() - Method in interface net.rim.device.api.crypto.CryptoSystem
Returns the number of bits (aka the "strength") of the crypto system, eg 1024 (for RSA), 163 (for EC).
getBitLength() - Method in class net.rim.device.api.crypto.DESKey
Returns the number of bits that make up the actual keying material ( for example parity bits aren't counted ).
getBitLength() - Method in class net.rim.device.api.crypto.DHCryptoSystem
 
getBitLength() - Method in class net.rim.device.api.crypto.DSACryptoSystem
 
getBitLength() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bits) of the field for this system's curve.
getBitLength() - Method in class net.rim.device.api.crypto.HMACKey
 
getBitLength() - Method in class net.rim.device.api.crypto.KEACryptoSystem
 
getBitLength() - Method in class net.rim.device.api.crypto.RC2Key
 
getBitLength() - Method in class net.rim.device.api.crypto.RC5Key
 
getBitLength() - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
getBitLength() - Method in class net.rim.device.api.crypto.SkipjackKey
 
getBitLength() - Method in interface net.rim.device.api.crypto.SymmetricKey
Returns the number of bits that make up the actual keying material ( for example parity bits are not counted ).
getBitLength() - Method in class net.rim.device.api.crypto.TripleDESKey
Returns the number of bits that make up the actual keying material ( for example parity bits aren't counted ).
getBitmap() - Method in class net.rim.device.api.system.EncodedImage
Returns a bitmap of this image.
getBitmap(int) - Method in class net.rim.device.api.system.EncodedImage
Returns a bitmap image of the specified frame.
getBitmapHeight() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves the height of this bitmap.
getBitmapResource(String, String) - Static method in class net.rim.device.api.system.Bitmap
Creates a bitmap from provided named resource found in module.
getBitmapResource(String) - Static method in class net.rim.device.api.system.Bitmap
Creates a bitmap from provided name resource.
getBitmapType(int) - Method in class net.rim.device.api.system.BMPEncodedImage
 
getBitmapType(int) - Method in class net.rim.device.api.system.EncodedImage
Gets the bitmap type for the given frame.
getBitmapType(int) - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves bitmap type of a frame by index.
getBitmapType(int) - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns the default bitmap type of the given frame.
getBitmapType(int) - Method in class net.rim.device.api.system.PNGEncodedImage
Returns the bitmap type.
getBitmapType(int) - Method in class net.rim.device.api.system.TIFFEncodedImage
Retrieves bitmap type of a frame by index.
getBitmapType(int) - Method in class net.rim.device.api.system.WBMPEncodedImage
 
getBitmapWidth() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves the width of this bitmap.
getBits() - Method in class com.google.zxing.common.DetectorResult
 
getBits() - Method in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
getBits() - Method in class com.google.zxing.qrcode.decoder.Mode
 
getBitsPerCharacter(int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of bits required per character for the specified encoding type.
getBitsPerPixel() - Method in class net.rim.device.api.system.Bitmap
Get the bits per pixel of the bitmap.
getBitsPerSegment(int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Get the number of bits that can fit into a segment.
getBitsPerSegment(int, int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Get the number of bits that can fit into a segment.
getBlackBerryContact() - Method in interface net.rim.blackberry.api.blackberrymessenger.MessengerContact
Gets the BlackBerryContact (if it exists) for this contact
getBlackBerryContact() - Method in class net.rim.blackberry.api.profiles.ContactProfile
Returns the BlackBerryContact that is associated with this contact profile.
getBlackMatrix() - Method in class com.google.zxing.Binarizer
Converts a 2D array of luminance data to 1 bit data.
getBlackMatrix() - Method in class com.google.zxing.BinaryBitmap
Converts a 2D array of luminance data to 1 bit.
getBlackMatrix() - Method in class com.google.zxing.common.GlobalHistogramBinarizer
 
getBlackMatrix() - Method in class com.google.zxing.common.HybridBinarizer
 
getBlackMatrix() - Method in class com.google.zxing.common.LocalBlockBinarizer
 
getBlackRow(int, BitArray) - Method in class com.google.zxing.Binarizer
Converts one row of luminance data to 1 bit data.
getBlackRow(int, BitArray) - Method in class com.google.zxing.BinaryBitmap
Converts one row of luminance data to 1 bit data.
getBlackRow(int, BitArray) - Method in class com.google.zxing.common.GlobalHistogramBinarizer
 
getBlackRow(int, BitArray) - Method in class com.google.zxing.common.LocalBlockBinarizer
 
getBlobBytes(int) - Method in class net.rim.device.api.database.Row
Retrieves a blob column value by index as a byte array.
getBlobStream(int) - Method in class net.rim.device.api.database.Row
Retrieves a blob column value by index as an InputStream.
getBlockDecryptorEngine(Key) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the block decryptor engine using the symmetric key as an argument.
getBlockDecryptorEngine(Key, String) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the block decryptor engine using the symmetric key as an argument.
getBlockDecryptorEngine(Key, String, InitializationVector) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the block decryptor engine using the symmetric key as an argument.
getBlockEncryptorEngine(Key) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Returns the block encryptor engine used to encrypt the data.
getBlockEncryptorEngine(Key, String) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Returns the block encryptor engine using the specified key and algorithm.
getBlockEncryptorEngine(Key, String, InitializationVector) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Returns the block encryptor engine using the specified key, algorithm and initialization vector.
getBlockLength() - Method in class net.rim.device.api.crypto.AbstractDigest
Returns the block length of the digest in bytes.
getBlockLength() - Method in class net.rim.device.api.crypto.AESCBCDecryptorEngine
Returns the block length that the engine uses when Decrypting data.
getBlockLength() - Method in class net.rim.device.api.crypto.AESCBCEncryptorEngine
Returns the block length that the engine uses when encrypting data.
getBlockLength() - Method in class net.rim.device.api.crypto.AESDecryptorEngine
Returns the block length that the engine uses when Decrypting data.
getBlockLength() - Method in class net.rim.device.api.crypto.AESEncryptorEngine
Returns the block length of the encrypted data.
getBlockLength() - Method in interface net.rim.device.api.crypto.BlockDecryptorEngine
Returns the block length of the block cipher in bytes.
getBlockLength() - Method in interface net.rim.device.api.crypto.BlockEncryptorEngine
Returns the block length of the engine in bytes.
getBlockLength() - Method in class net.rim.device.api.crypto.CAST128DecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.CAST128EncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.CBCDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.CBCEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.DESDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.DESEncryptorEngine
 
getBlockLength() - Method in interface net.rim.device.api.crypto.Digest
Returns the block length of the digest in bytes.
getBlockLength() - Method in class net.rim.device.api.crypto.ElGamalDecryptorEngine
Returns the length of a block.
getBlockLength() - Method in class net.rim.device.api.crypto.ElGamalEncryptorEngine
Return the block length of the encrypted data.
getBlockLength() - Method in class net.rim.device.api.crypto.MD2Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.MD4Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.MD5Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.RC2DecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RC2EncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RIPEMD128Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.RIPEMD160Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.RSADecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RSAEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA1Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA224Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA256Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA384Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA512Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SkipjackDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.SkipjackEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.TripleDESCBCDecryptorEngine
Returns the block length that the engine uses when Decrypting data.
getBlockLength() - Method in class net.rim.device.api.crypto.TripleDESCBCEncryptorEngine
Returns the block length that the engine uses when encrypting data.
getBlockLength() - Method in class net.rim.device.api.crypto.TripleDESDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.TripleDESEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.XDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.XEncryptorEngine
 
getBlue() - Method in class net.rim.device.api.math.Color3f
Gets the blue component of the color.
getBlue() - Method in class net.rim.device.api.math.Color4f
Gets the blue component of the color.
getBlue() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the blue value of the RGB color.
getBlue() - Method in interface org.w3c.dom.svg.SVGRGBColor
Returns the blue component of the SVGRGBColor.
getBlueComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the blue component of the current color.
getBluetoothAddress() - Method in class javax.bluetooth.LocalDevice
Retrieves the Bluetooth address of the local device.
getBluetoothAddress() - Method in class javax.bluetooth.RemoteDevice
Retrieves the Bluetooth address of this device.
getBody() - Method in class net.rim.device.api.io.parser.soap.SOAPEnvelope
Returns the SOAP body for this SOAPEnvelope.
getBody() - Method in interface org.w3c.dom.html2.HTMLDocument
The element that contains the content for the document.
getBodyPart(int) - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves body part by index.
getBodyText() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the body text for this message.
getBoolean() - Method in class javax.bluetooth.DataElement
Returns the value of the DataElement if it is represented as a boolean.
getBoolean(int, int) - Method in interface javax.microedition.pim.PIMItem
Gets a boolean value from a field in the item.
getBoolean(String) - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the value associated with the specified attribute name as a boolean value.
getBoolean(String) - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the value associated with a specified attribute name as a boolean.
getBoolean(int) - Method in class net.rim.device.api.database.Row
Retrieves a boolean column value by index.
getBoolean(String, boolean) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Indicates whether the value associated with a key is equal to the string "true".
getBoolean(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Indicates whether the value associated with a key is equal to the string "true".
getBoolean(String, boolean) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getBoolean(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getBoolean(String, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a boolean valued field from the IT policy database given the name of the field.
getBoolean(int, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a boolean valued field from the IT policy database.
getBoolean(int, int, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a boolean valued field from the IT policy database for a given group.
getBoolean(int) - Method in class org.json.me.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.me.JSONObject
Get the boolean value associated with a key.
getBooleanArray(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an array of boolean values associated with the key specified.
getBooleanArray(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getBooleanAt(String, int, boolean) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Indicates whether the value associated with a key is equal to the string "true".
getBooleanAt(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Indicates whether the value associated with a key is equal to the string "true".
getBooleanAt(String, int, boolean) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getBooleanAt(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getBooleanOption(int) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckEngine
Gets the value of a boolean option.
getBorder() - Method in class net.rim.device.api.ui.component.Menu
Retrieves the current border object for the menu.
getBorder() - Method in class net.rim.device.api.ui.component.table.RegionStyles
Get the border that has been applied to this region.
getBorder() - Method in class net.rim.device.api.ui.Field
Retrieves the current border object for this field based on the current visual state of the field.
getBorder(int) - Method in class net.rim.device.api.ui.Field
Retrieves the current border object for this field based on a specified visual state of the field.
getBorder(XYEdges) - Method in class net.rim.device.api.ui.Field
Retrieves the current border edges for this field and places the dimensions into the specified XYEdges object.
getBorder() - Method in interface org.w3c.dom.css.CSS2Properties
See the border property definition in CSS2.
getBorder() - Method in interface org.w3c.dom.html2.HTMLImageElement
Width of border around image.
getBorder() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Width of border around the object.
getBorder() - Method in interface org.w3c.dom.html2.HTMLTableElement
The width of the border around the table.
getBorderBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom property definition in CSS2.
getBorderBottomColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-color property definition in CSS2.
getBorderBottomStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-style property definition in CSS2.
getBorderBottomWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-bottom-width property definition in CSS2.
getBorderCollapse() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-collapse property definition in CSS2.
getBorderColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-color property definition in CSS2.
getBorderLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left property definition in CSS2.
getBorderLeftColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-color property definition in CSS2.
getBorderLeftStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-style property definition in CSS2.
getBorderLeftWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-left-width property definition in CSS2.
getBorderRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right property definition in CSS2.
getBorderRightColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-color property definition in CSS2.
getBorderRightStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-style property definition in CSS2.
getBorderRightWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-right-width property definition in CSS2.
getBorderSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-spacing property definition in CSS2.
getBorderStyle(boolean) - Method in class javax.microedition.lcdui.Display
Returns the stroke style used for border drawing depending on the state of the component (highlighted/non-highlighted).
getBorderStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-style property definition in CSS2.
getBorderTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top property definition in CSS2.
getBorderTopColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-color property definition in CSS2.
getBorderTopStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-style property definition in CSS2.
getBorderTopWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-top-width property definition in CSS2.
getBorderWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the border-width property definition in CSS2.
getBottom() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
Gets the coordinate of the bottom of the box.
getBottom(Plane) - Method in class net.rim.device.api.math.Frustum
Gets the bottom plane of the frustum in the given plane.
getBottom() - Method in class net.rim.device.api.ui.decor.Border
Retrieves the width/thickness of the border's bottom edge.
getBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the bottom property definition in CSS2.
getBottom() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the bottom of the rect.
getBottomEyelid() - Method in class net.rim.device.api.ui.extension.container.EyelidFieldManager
Gets the bottom eyelid.
getBottomLeft() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
 
getBottomRightOnBit() - Method in class com.google.zxing.common.BitMatrix
 
getBoundingBox() - Method in interface net.rim.device.api.lbs.maps.Boxable
Retrieves the latitude and longitude-based bounding box of this mappable item.
getBoundingBox() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
 
getBoundingBox() - Method in class net.rim.device.api.lbs.maps.MapDimensions
 
getBoundingBox() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
 
getBoundingBox() - Method in class net.rim.device.api.lbs.maps.model.MapLine
 
getBoundingBox() - Method in class net.rim.device.api.lbs.maps.model.MapPoint
 
getBoundingBox() - Method in class net.rim.device.api.lbs.maps.model.MapPolyLine
 
getBoundingBox() - Method in class net.rim.device.api.lbs.maps.server.exchange.ReverseGeocodeExchange
Retrieves the bounding box that encompasses the result.
getBoundingBox() - Method in class net.rim.device.api.lbs.maps.utils.MappableVector
 
getBounds(String) - Method in class net.rim.device.api.ui.Font
Returns the horizontal width needed to draw a text string: which is the maximum of the advance width and the width of the inked pixels.
getBounds(StringBuffer) - Method in class net.rim.device.api.ui.Font
Returns the horizontal width needed to draw a text string: which is the maximum of the advance width and the width of the inked pixels.
getBounds(char) - Method in class net.rim.device.api.ui.Font
Returns the horizontal width needed to draw a character: which is the maximum of the advance width and the width of the inked pixels.
getBounds(StringBuffer, int, int) - Method in class net.rim.device.api.ui.Font
Returns the horizontal width needed to draw a text string: which is the maximum of the advance width and the width of the inked pixels.
getBounds(String, int, int) - Method in class net.rim.device.api.ui.Font
Returns the horizontal width needed to draw a text string: which is the maximum of the advance width and the width of the inked pixels.
getBounds(char[], int, int) - Method in class net.rim.device.api.ui.Font
Returns the horizontal width needed to draw a text string: which is the maximum of the advance width and the width of the inked pixels.
getBoundsBottom() - Method in class net.rim.device.api.ui.TextMetrics
Gets the bottom edge of the bounding box of the inked pixels of all the glyphs drawn.
getBoundsLeft() - Method in class net.rim.device.api.ui.TextMetrics
Gets the left edge of the bounding box of the inked pixels of all the glyphs drawn.
getBoundsRight() - Method in class net.rim.device.api.ui.TextMetrics
Gets the right edge of the bounding box of the inked pixels of all the glyphs drawn.
getBoundsTop() - Method in class net.rim.device.api.ui.TextMetrics
Gets the top edge of the bounding box of the inked pixels of all the glyphs drawn.
getBrightness() - Method in interface javax.microedition.amms.control.imageeffect.ImageTonalityControl
 
getBrightness() - Static method in class net.rim.device.api.system.Backlight
Gets the brightness of the backlight.
getBrightnessDefault() - Static method in class net.rim.device.api.system.Backlight
Gets the default brightness of the backlight.
getBrightnessIncrement() - Static method in class net.rim.device.api.system.Backlight
Retrieves the recommended percentage increment for backlight brightness.
getBrightnessLevels() - Method in interface javax.microedition.amms.control.imageeffect.ImageTonalityControl
 
getBrowserContent(HttpConnection, RenderingApplication, int) - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves browser content for rendering.
getBrowserContent(HttpConnection, InputStream, RenderingApplication, int) - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves browser content for rendering.
getBrowserContent(HttpConnection, RenderingApplication, Event) - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves browser content for rendering.
getBrowserContent(InputConnection, String, RenderingApplication, int) - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves browser content for rendering.
getBrowserContent(InputConnection, InputStream, String, RenderingApplication, int) - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves browser content for rendering.
getBrowserContent(InputConnection, String, RenderingApplication, Event) - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves browser content for rendering.
getBrowserContent(BrowserContentProviderContext) - Method in class net.rim.device.api.browser.plugin.BrowserContentProvider
Retrieves a browser content capable of rendering the mime content this provider can handle.
getBrowserField() - Method in class net.rim.device.api.browser.field2.BrowserFieldErrorHandler
 
getBrowserPageContext() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves page context for this browser content.
getBrowserPageContext() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves page context for this browser content.
getBSIC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Base Station Identity Code.
getBSSID() - Method in class net.rim.device.api.system.WLANInfo.WLANAPInfo
Retrieves the current BSSID.
getBubbles() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBuffer() - Method in class net.rim.device.api.animation.AnimatedVector
Gets the data as a Buffer.
getBuffer() - Method in class net.rim.device.api.animation.AnimationValue
Returns the data as a Buffer.
getBuffer() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns a reference to the underlying buffer.
getBuffer() - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the underlying buffer, and they may directly access the protected _buffer field instead of using this method.
getBufferLength() - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the buffer length, and they may directly access the protected _bufferLength field instead of using this method.
getBufferOffset() - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the buffer offset, and they may directly access the protected _bufferOffset field instead of using this method.
getBundle(String) - Static method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource bundle family by name.
getBundle(long, String) - Static method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource bundle family by ID.
getBundle(long, String, CodeSigningKey) - Static method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource bundle family by ID.
getBundle(Locale) - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Retrieves bundle by locale.
getBundle() - Method in class net.rim.device.api.ui.MenuItem
Retrieves resource bundle of this menu item.
getBusy() - Method in interface org.w3c.dom.ls.LSParser
true if the LSParser is currently busy loading a document, otherwise false.
getButton() - Method in class net.rim.device.api.media.BluetoothHeadsetMediaActionContext
Returns the button of the media action.
getButton() - Method in class net.rim.device.api.media.WiredHeadsetMediaActionContext
Returns the button whose click generated the media action.
getButton() - Method in interface org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getButtonName(int) - Static method in class net.rim.device.api.media.BluetoothHeadsetMediaActionContext
Returns the name of a "button" constant.
getButtonName(int) - Static method in class net.rim.device.api.media.WiredHeadsetMediaActionContext
Returns the name of a wired headset button.
getBWT() - Method in class net.rim.device.api.smartcard.AnswerToReset
Returns the Block Waiting Time (BWT).
getByte(int) - Method in class net.rim.device.api.database.Row
Retrieves a byte column value by index.
getByte(String, byte) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an byte value that corresponds to a given key.
getByte(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a byte value that corresponds to a given key.
getByte(String, byte) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getByte(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getByte(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a byte valued field from the IT policy database given the name of the field.
getByte(int, byte) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a byte valued field from the IT policy database.
getByte(int, int, byte) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a byte valued field from the IT policy database for a given group.
getByteArray() - Method in class net.rim.device.api.io.NoCopyByteArrayOutputStream
Retrieves the underlying byte array used as this stream's buffer.
getByteArray(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an array of byte values associated with the key specified.
getByteArray(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getByteArray(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a byte array valued field from the IT policy database given the name of the field.
getByteArray(int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a byte array valued field from the IT policy database.
getByteArray(int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a byte array valued field from the IT policy database for a given group.
getByteAt(String, int, byte) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a byte value that corresponds to a given key.
getByteAt(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a byte value that corresponds to a given key.
getByteAt(String, int, byte) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getByteAt(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getByteOffset() - Method in class com.google.zxing.common.BitSource
 
getByteOffset() - Method in interface org.w3c.dom.DOMLocator
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
getBytePayload() - Method in interface net.rim.device.api.io.messaging.ByteMessage
Returns a byte representation of a message body.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes() - Method in class net.rim.blackberry.api.browser.MultipartPostData
Retrieves the form data as a byte array suitable for use as an HTTP request body.
getBytes() - Method in class net.rim.blackberry.api.browser.PostData
Retrieves the form data as a byte array suitable for use as an HTTP request body.
getBytes() - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Retrieves the form data as a byte array suitable for use as an HTTP request body.
getBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.AbstractPseudoRandomSource
Inserts random bytes into the given buffer starting at the specified array offset.
getBytes(int) - Method in class net.rim.device.api.crypto.AbstractPseudoRandomSource
Generates a specified length of random bytes, returning them as a byte array of exactly that size.
getBytes(byte[]) - Method in class net.rim.device.api.crypto.AbstractPseudoRandomSource
Generates random bytes, filling the given buffer.
getBytes(byte[], int, int) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Inserts random bytes into the given buffer starting at the specified array offset.
getBytes(int) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Generates a specified length of random bytes, returning them as a byte array of exactly that size.
getBytes(byte[]) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Generates random bytes, filling the given buffer entirely.
getBytes(byte[], int, int) - Static method in class net.rim.device.api.crypto.RandomSource
Inserts random bytes into the given buffer starting at the specified array index offset.
getBytes(int) - Static method in class net.rim.device.api.crypto.RandomSource
Generates a specified length of random bytes, returning them as a byte array of the specified size.
getBytes(byte[]) - Static method in class net.rim.device.api.crypto.RandomSource
Generates random bytes, filling the given buffer entirely.
getBytes() - Method in class net.rim.device.api.io.nfc.ndef.NDEFMessage
Returns the byte-representation of this NDEF message.
getBytes() - Method in class net.rim.device.api.smartcard.AnswerToReset
Returns a copy the ATR bytes.
getByteSegments() - Method in class com.google.zxing.common.DecoderResult
 
getBytesPerCharacter(int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of bytes required per character for the specified encoding type.
getByteStream() - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
getByteStream() - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getByUID(String) - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactList
Finds a contact by its UID.
getByUID(String, int) - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactList
Finds a contact and/or contact group by its UID.
getByUID(String) - Method in interface net.rim.blackberry.api.pdap.BlackBerryEventList
Finds an event by its UID.
getByUID(String) - Method in interface net.rim.blackberry.api.pdap.BlackBerryMemoList
Finds a memo by its UID.
getByUID(String) - Method in interface net.rim.blackberry.api.pdap.BlackBerryToDoList
Finds a ToDo by its UID.
getCAAddress() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the address for this record's associated certificate authority.
getCacheUsed() - Method in interface net.rim.device.api.database.Database
Returns the amount of memory used for caching this database's pages.
getCalendarFields(Calendar, int[]) - Static method in class net.rim.device.api.util.DateTimeUtilities
Extracts fields from a calendar object.
getCalibrationQuality() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the calibration quality.
getCall(int) - Static method in class net.rim.blackberry.api.phone.Phone
Returns the call by ID.
getCallback() - Method in class net.rim.device.api.ui.component.ListField
Retrieves registered drawing callback object.
getCallbackAddress() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the callback address.
getCallbackPlan() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the callback numbering plan.
getCallbackType() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the callback type of number.
getCallerInfoFont() - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Returns the size of the font on the screen.
getCallId() - Method in class net.rim.blackberry.api.phone.PhoneCall
Returns this call's ID.
getCallId() - Method in class net.rim.blackberry.api.phone.phonegui.ScreenModel
Retrieves the call ID of the screen model.
getCallingContext() - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugContext
Deprecated. This is useful when trying to create a callstack.
getCallout() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField.ScrollEntry
Retrieves the callout text for this entry.
getCallPhoneNumber() - Method in class net.rim.blackberry.api.phone.PhoneCall
Deprecated. Use PhoneCall.getPhoneNumber() instead.
getCameraRotation() - Method in interface javax.microedition.amms.control.camera.CameraControl
Returns the rotation of the camera device.
getCancelable() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCanvas() - Method in class net.rim.device.api.amms.control.camera.ViewfinderOverlay
Returns the ComponentCanvas to add ui components to that will overlay the viewfinder.
getCapabilities() - Method in class net.rim.device.api.smartcard.SmartCard
Returns the SmartCardCapabilities of the smart card.
getCapabilities() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the radio capabilities.
getCapabilitiesImpl() - Method in class net.rim.device.api.smartcard.SmartCard
Returns the SmartCardCapabilities of the smart card.
getCAPort() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the port for this record's associated certificate authority.
getCaption() - Method in interface org.w3c.dom.html2.HTMLTableElement
Returns the table's CAPTION, or void if none exists.
getCaptionSide() - Method in interface org.w3c.dom.css.CSS2Properties
See the caption-side property definition in CSS2.
getCARealm() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's associated certificate authority.
getCaretBackground() - Method in class net.rim.device.api.ui.component.Menu
Gets the caret background to show for the focused item.
getCaretPosition() - Method in class javax.microedition.lcdui.TextBox
Gets the current input position.
getCaretPosition() - Method in class javax.microedition.lcdui.TextField
Gets the current input position.
getCaretPosition() - Method in class net.rim.device.api.input.InputHelperBase
 
getCaretPosition() - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Returns the zero-based offset of the caret.
getCartesian() - Method in interface javax.microedition.amms.control.audio3d.LocationControl
Gets the coordinates of the current location.
getCase() - Method in class net.rim.device.api.smartcard.CommandAPDU
Get the case of the APDU.
getCAST128CryptoToken() - Method in class net.rim.device.api.crypto.CAST128Key
Returns the crypto token.
getCategories() - Method in class javax.microedition.location.LandmarkStore
Returns the category names that are defined in this LandmarkStore.
getCategories() - Method in interface javax.microedition.pim.PIMItem
Gets all the categories to which this item belongs.
getCategories() - Method in interface javax.microedition.pim.PIMList
Returns the categories defined for the PIM list.
getCategory() - Method in class net.rim.blackberry.api.profiles.NotificationRule
Returns the event category of the notification rule.
getCategoryName(int) - Static method in class net.rim.blackberry.api.profiles.Profiles
Returns the name of the event category with the specified ID.
getCause() - Method in exception org.json.me.JSONException
 
getCell(int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the contents of a cell.
getCellHeight() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the height of a single cell, in pixels.
getCellId() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the current cell ID.
getCellId() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the Cell Id.
getCellIndex() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
The index of this cell in the row, starting from 0.
getCellInfo() - Static method in class net.rim.device.api.system.CDMAInfo
Returns information on the current cell.
getCellInfo() - Static method in class net.rim.device.api.system.GPRSInfo
Retrieves information on the current cell.
getCellInfo() - Static method in class net.rim.device.api.system.IDENInfo
Returns information on the current cell.
getCellInfo() - Static method in class net.rim.device.api.system.MobitexInfo
Deprecated. Retrieves information on the current cell.
getCellPadding() - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical space between cell content and cell borders.
getCells() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
The collection of cells in this row.
getCellSpacing() - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical separation between cells.
getCellWidth() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the width of a single cell, in pixels.
getCenter() - Method in class net.rim.device.api.lbs.maps.MapDimensions
Retrieves the center point of this MapDimensions instance.
getCenter(Vector3f) - Method in class net.rim.device.api.math.BoundingSphere
Gets the bounding sphere's center in the given point.
getCenterFreq(int) - Method in interface javax.microedition.amms.control.audioeffect.EqualizerControl
Gets the center frequency of the given band.
getCentre() - Method in class net.rim.device.api.lbs.maps.MapDimensions
Deprecated. Use MapDimensions.getCenter() instead
getCertChain() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the certificate chain associated with this request.
getCertField(Certificate, int) - Method in interface net.rim.device.api.crypto.certificate.status.ProviderResponseData
Returns the field identified by the given tag, associated with the specified certificate.
getCertificate() - Method in exception javax.microedition.pki.CertificateException
Get the Certificate that caused the exception.
getCertificate(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the certificate associated with the specified recipient.
getCertificate() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns the end-entity certificate from the certificate chain, if present.
getCertificate() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the certificate that is stored in the key store data object.
getCertificate() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the certificate that is stored in the key store data object.
getCertificateChain(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the certificate chain associated with the specified recipient.
getCertificateChain() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns the certificate chain, if present.
getCertificateChainProperties(Certificate[][], KeyStore, long) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chains.
getCertificateChainProperties(Certificate[][], KeyStore, KeyStore, long) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chains.
getCertificateChainProperties(Certificate[][], KeyStore, long, CryptoSystemProperties) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chains.
getCertificateChainProperties(Certificate[][], KeyStore, KeyStore, long, CryptoSystemProperties) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chains.
getCertificateChainProperties(Certificate[], KeyStore, long) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chain.
getCertificateChainProperties(Certificate[], KeyStore, KeyStore, long) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chain.
getCertificateChainProperties(Certificate[], KeyStore, long, CryptoSystemProperties) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chain.
getCertificateChainProperties(Certificate[], KeyStore, KeyStore, long, CryptoSystemProperties) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chain.
getCertificates() - Method in interface net.rim.device.api.crypto.certificate.status.ProviderResponseData
Returns an enumeration containing all the certificates for which data exists in this response.
getCertificates() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns an array of the certificates found in this message, or null if none are present.
getCertificates() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns an array of the certificates found in this message, or null if none are present.
getCertificates() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the certificates found in the Accept Request.
getCertificateStatus(Certificate) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the status of the given certificate, if it is found in this CRL and the CRL is valid.
getCertificateStatus(Certificate, long) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the status of the given certificate, if it is found in this CRL and the CRL is valid.
getCertificateStatus(Certificate) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the status of the given certificate, if it is found in this CRL and the CRL is valid.
getCertificateStatus(Certificate, long) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the status of the given certificate, if it is found in this CRL and the CRL is valid.
getCertifiedText() - Method in interface org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
getCh() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Alignment character for cells in a column.
getCh() - Method in interface org.w3c.dom.html2.HTMLTableColElement
Alignment character for cells in a column.
getCh() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Alignment character for cells in a column.
getCh() - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Alignment character for cells in a column.
getChangeListener() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Retrieves this radio button group's current change listener.
getChangeListener() - Method in class net.rim.device.api.ui.Field
Retrieves the current change listener.
getChannel() - Method in interface net.rim.device.api.system.USBPortListener
Returns the channel for which this listener is interested in receiving events on.
getChannelControl(String, int) - Method in interface javax.microedition.amms.control.MIDIChannelControl
Obtains the object that implements the specified Control interface for the given channel.
getChannelControls(int) - Method in interface javax.microedition.amms.control.MIDIChannelControl
Obtains the collection of Controls for the given channel.
getChannelCount() - Method in class net.rim.device.api.animation.AnimationKeyframeSequence
Gets the number of data channels in the sequence.
getChannelCount() - Method in class net.rim.device.api.animation.AnimationValue
Gets the number of data channels.
getChannelNumber() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the channel number of the acquired system.
getChannelVolume(int) - Method in interface javax.microedition.media.control.MIDIControl
Get volume for the given channel.
getChar() - Method in class net.rim.device.api.system.EventInjector.KeyEvent
Returns the character of the event.
getCharacterCountBits(Version) - Method in class com.google.zxing.qrcode.decoder.Mode
 
getCharacters(int, int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of characters that can fit into the given number of segments using the given encoding type.
getCharacterSetECIByName(String) - Static method in class com.google.zxing.common.CharacterSetECI
 
getCharacterSetECIByValue(int) - Static method in class com.google.zxing.common.CharacterSetECI
 
getCharacterStream() - Method in interface org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
getCharacterStream() - Method in interface org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
getCharCount() - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Returns the number of characters in this field.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChars(char[]) - Method in class javax.microedition.lcdui.TextBox
Copies the contents of the TextBox into a character array starting at index zero.
getChars(char[]) - Method in class javax.microedition.lcdui.TextField
Copies the contents of the TextField into a character array starting at index zero.
getChars(int, int, char[], int) - Method in interface net.rim.device.api.util.AbstractString
Retrieves substring into provided array.
getCharset() - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Retrieves the character-encoding for the form data.
getCharset() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
Returns the character set, one of CHARSET_ISO_8859_1 or CHARSET_UTF_8.
getCharset() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
The character encoding of the linked resource.
getCharset() - Method in interface org.w3c.dom.html2.HTMLLinkElement
The character encoding of the resource being linked to.
getCharset() - Method in interface org.w3c.dom.html2.HTMLScriptElement
The character encoding of the linked resource.
getCharVariants(int) - Static method in class net.rim.device.api.input.InputHelperBase
Gets character variants (including umlauts) mapped to the keycode, depending on the device model, current input method, (virtual) keyboard layout, etc.
getChecked() - Method in class net.rim.device.api.ui.component.CheckboxField
Retrieves this field's state.
getChecked() - Method in interface org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "radio" or "checkbox", this represents the current state of the form control, in an interactive user agent.
getChecksumInstance() - Static method in exception com.google.zxing.ChecksumException
 
getChildAt(int) - Method in class net.rim.device.api.io.parser.soap.SOAPElementContainer
Returns the child SOAPElement at a given index, or null if there are no children.
getChildElementCount() - Method in interface org.w3c.dom.ElementTraversal
Returns the current number of element nodes that are children of this element.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getChildren() - Method in class net.rim.device.api.io.parser.soap.SOAPElementContainer
Returns the children of this SOAPElement.
getChOff() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Offset of alignment character.
getChOff() - Method in interface org.w3c.dom.html2.HTMLTableColElement
Offset of alignment character.
getChOff() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Offset of alignment character.
getChOff() - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Offset of alignment character.
getChoice(int) - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves value for specified index.
getChoice(int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Retrieves value for specified index.
getChoice(int) - Method in class net.rim.device.api.ui.component.ObjectChoiceField
Retrieves object by index.
getCID() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the connection ID (CID) of this service.
getCid() - Method in class net.rim.device.api.io.transport.TransportDescriptor
Retrieves the CID of the ServiceRecord for the transport instance represented by this descriptor (if available)
getCid() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's CID.
getCIDAssociatedWithService(String, ServiceRecord) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieve a specific service record with a target CID that is associated with a provided service record.
getCIDAssociatedWithService(String, int, String, String) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieve a service record that matches your provided parameters.
getCidHash() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's hashed CID (SHA-1 hash).
getCipherSuite() - Method in interface javax.microedition.io.SecurityInfo
Returns the name of the cipher suite in use for the connection.
getCite() - Method in interface org.w3c.dom.html2.HTMLModElement
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
getCite() - Method in interface org.w3c.dom.html2.HTMLQuoteElement
A URI [IETF RFC 2396] designating a source document or message.
getCLA() - Method in class net.rim.device.api.smartcard.CommandAPDU
Returns the class type of the instruction.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClassBasedStyle(Class) - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Retrieves the style that is associated with the specified class.
getClassname() - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the command's class name.
getClassname() - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the command's class name.
getClassName() - Method in interface org.w3c.dom.html2.HTMLElement
The class attribute of the element.
getClassOfDevice() - Method in class net.rim.device.api.io.nfc.handover.BluetoothConnectionHandoverCompletedEvent
Gets the Bluetooth class of device.
getClauseSeparatorString() - Method in class net.rim.device.api.ui.autotext.AutoText
Return a string containing all of the available clause separators.
getClear() - Method in interface org.w3c.dom.css.CSS2Properties
See the clear property definition in CSS2.
getClear() - Method in interface org.w3c.dom.html2.HTMLBRElement
Control flow of text around floats.
getClickRepeatCount() - Method in class net.rim.device.api.ui.TouchGesture
Retrieves the number of TouchGesture.CLICK_REPEAT events generated before the user moves or releases from the touch screen.
getClientID() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the client identifier from the Accept Request.
getClientName() - Method in class net.rim.device.api.wlan.hotspot.HotspotClient
Retrieves the client's name.
getClientX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClip() - Method in interface org.w3c.dom.css.CSS2Properties
See the clip property definition in CSS2.
getClipboard() - Static method in class net.rim.device.api.system.Clipboard
Retrieves the system's clipboard object.
getClipHeight() - Method in class javax.microedition.lcdui.Graphics
Gets the height of the current clipping area.
getClippingRect() - Method in class net.rim.device.api.ui.Graphics
Retrieves the local coordinates of current clipping region.
getClipWidth() - Method in class javax.microedition.lcdui.Graphics
Gets the width of the current clipping area.
getClipX() - Method in class javax.microedition.lcdui.Graphics
Gets the X offset of the current clipping area, relative to the coordinate system origin of this graphics context.
getClipY() - Method in class javax.microedition.lcdui.Graphics
Gets the Y offset of the current clipping area, relative to the coordinate system origin of this graphics context.
getCMSContext(InputStream) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Completes the first stage of a two stage processing of a cms message.
getCMSInputStream() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
Returns the CMSInputStream of the inner message, if the inner message is signed or enveloped.
getCMSInputStream(InputStream, KeyStore) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Parses the beginning of the passed in input stream to determine what kind of CMS message it is.
getCMSInputStream(InputStream, KeyStore, SymmetricKey) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Parses the beginning of the passed in input stream to determine what kind of CMS message it is.
getCMSInputStream(InputStream, KeyStore, SymmetricKey, boolean) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Parses the beginning of the passed in input stream to determine what kind of CMS message it is.
getCMSInputStream(CMSContext, KeyStore) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Finishes the second stage of the two stage processing of a cms message.
getCMSInputStream(CMSContext, KeyStore, SymmetricKey) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Finishes the second stage of the two stage processing of a CMS message.
getCMSInputStream(CMSContext, KeyStore, SymmetricKey, boolean) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Finishes the second stage of the two stage processing of a CMS message.
getCoalescing() - Method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
Determines if this DOM merges whitespace.
getCode() - Method in class net.rim.device.api.i18n.Locale
Retrieves integer code for this locale.
getCode() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Deprecated. Returns the media code.
getCode() - Method in exception net.rim.plazmic.mediaengine.MediaException
Deprecated. Returns the current error code.
getCode() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Applet class file.
getCode() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Applet class file.
getCodeBase() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Optional base URI [IETF RFC 2396] for applet.
getCodeBase() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
getCodeBookHash() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
Retrieve the codebook hash.
getCodeBookID() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
Retrieve the codebook ID.
getCodeSigningKey() - Method in class net.rim.device.api.database.DatabaseSecurityOptions
Returns the code signing key for encrypted and protected databases.
getCodeSigningKey() - Method in exception net.rim.device.api.system.ControlledAccessException
Returns the code signing key that raised this exception, if known.
getCodeSigningKey() - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Retrieve code signing key that has signed this authenticator's module.
getCodeSigningKeyImpl() - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Provide code signing key that has signed this authenticator's module.
getCodeStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for code modules.
getCodeType() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via classid attribute.
getCofactor() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the cofactor of this elliptic curve.
getCollapsed() - Method in interface org.w3c.dom.ranges.Range
TRUE if the Range is collapsed
getColor(int) - Method in class javax.microedition.lcdui.Display
Returns one of the colors from the high level user interface color scheme, in the form 0x00RRGGBB based on the colorSpecifier passed in.
getColor() - Method in class javax.microedition.lcdui.Graphics
Gets the current color.
getColor() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current foreground drawing color.
getColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the color property definition in CSS2.
getColor() - Method in interface org.w3c.dom.html2.HTMLBaseFontElement
Font color.
getColor() - Method in interface org.w3c.dom.html2.HTMLFontElement
Font color.
getColorTemp() - Method in interface javax.microedition.amms.control.imageeffect.WhiteBalanceControl
Gets the color temperature.
getColorType() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries the PNG color type.
getCols() - Method in interface org.w3c.dom.html2.HTMLFrameSetElement
The number of columns of frames in the frameset.
getCols() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Width of control (in characters).
getColSpan() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Number of columns spanned by cell.
getColumn(int, float[]) - Method in class net.rim.device.api.math.Matrix3f
Gets the three elements of the specified column into v.
getColumn(int, Vector2f) - Method in class net.rim.device.api.math.Matrix3f
Gets the first two elements of the specified column into v.
getColumn(int, float[]) - Method in class net.rim.device.api.math.Matrix4f
Gets the four elements of the specified column into v.
getColumn(int, Vector3f) - Method in class net.rim.device.api.math.Matrix4f
Gets the first three elements of the specified column into v.
getColumn(int) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Retrieves the array of elements at the specified column index.
getColumnCount() - Method in class net.rim.device.api.ui.container.GridFieldManager
Returns the number of columns in the grid.
getColumnIndex(String) - Method in class net.rim.device.api.database.BufferedCursor
 
getColumnIndex(String) - Method in interface net.rim.device.api.database.Cursor
Returns the zero-based index for a given column name.
getColumnIndex(String) - Method in class net.rim.device.api.database.Row
Computes a column index for a given column name.
getColumnIndex() - Method in class net.rim.device.api.ui.component.table.TableModelChangeEvent
Get the column index that was modified.
getColumnName(int) - Method in class net.rim.device.api.database.BufferedCursor
 
getColumnName(int) - Method in interface net.rim.device.api.database.Cursor
Returns the column name at a given zero-based column index.
getColumnNames() - Method in class net.rim.device.api.database.Row
Returns all column names in a row.
getColumnNames() - Method in interface net.rim.device.api.database.Statement
Gets the names of the columns of this Statement.
getColumnNumber() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getColumnNumber() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getColumnNumber() - Method in interface org.w3c.dom.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in exception org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnPadding() - Method in class net.rim.device.api.ui.container.GridFieldManager
Returns the padding between columns.
getColumnProperties(int) - Method in class net.rim.device.api.ui.component.table.DataTemplate
Get the column properties for the provided column.
getColumns() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of columns in the TiledLayer grid.
getColumnWidth(int) - Method in class net.rim.device.api.ui.container.GridFieldManager
Returns the width of the specified column.
getCommand(CommandRequest) - Method in interface net.rim.device.api.command.registrar.CommandRegistrarConnection
Returns a Command instance that matches specified criteria.
getCommand(CommandRequest) - Method in class net.rim.device.api.command.registrar.LocalCommandRegistrarConnection
Returns a Command instance that matches specified criteria.
getCommand(CommandRequest) - Method in class net.rim.device.api.command.registrar.RemoteCommandRegistrarConnection
Returns a Command instance that matches specified criteria.
getCommand() - Method in class net.rim.device.api.ui.component.ButtonField
Retrieves this field's command.
getCommand() - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Returns an optional Command object that can be used to provide additional functionality.
getCommand() - Method in class net.rim.device.api.ui.menu.CommandItem
Returns the command of this command item.
getCommand() - Method in class net.rim.device.api.ui.MenuItem
Retrieves this menu item's command.
getCommand() - Method in class net.rim.device.api.ui.toolbar.ToolbarButtonField
Retrieves this ToolbarButtonField instance's associated Command
getCommandCategories() - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the command categories for the associated command.
getCommandCategories() - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the command categories for the associated command.
getCommandCategories() - Method in class net.rim.device.api.command.registrar.CommandRequest
Returns the command categories.
getCommandContext() - Method in class net.rim.device.api.ui.component.ButtonField
Retrieves this field's command context.
getCommandContext() - Method in class net.rim.device.api.ui.component.Dialog
Retrieves this field's command context.
getCommandContext() - Method in class net.rim.device.api.ui.MenuItem
Retrieves this menu item's command context.
getCommandId() - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the command's identifier (the value stored in CommandMetadata.COMMAND_ID).
getCommandId() - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the command's identifier.
getCommandId() - Method in class net.rim.device.api.command.registrar.CommandRequest
Returns the command identifier.
getCommandItemProvider() - Method in class net.rim.device.api.ui.Field
Gets the command item provider.
getCommands(CommandRequest) - Method in interface net.rim.device.api.command.registrar.CommandRegistrarConnection
Returns an array of Command instances that match specified criteria.
getCommands(CommandRequest, int) - Method in interface net.rim.device.api.command.registrar.CommandRegistrarConnection
Returns an array of Command instances that match specified criteria.
getCommands(CommandRequest) - Method in class net.rim.device.api.command.registrar.LocalCommandRegistrarConnection
Returns an array of Command instances that match specified criteria.
getCommands(CommandRequest, int) - Method in class net.rim.device.api.command.registrar.LocalCommandRegistrarConnection
Returns an array of Command instances that match specified criteria.
getCommands(CommandRequest) - Method in class net.rim.device.api.command.registrar.RemoteCommandRegistrarConnection
Returns an array of Command instances that match specified criteria.
getCommands(CommandRequest, int) - Method in class net.rim.device.api.command.registrar.RemoteCommandRegistrarConnection
Returns an array of Command instances that match specified criteria.
getCommandsByType() - Method in class net.rim.device.api.lbs.maps.model.AbstractMappable
 
getCommandType() - Method in class javax.microedition.lcdui.Command
Gets the type of the command.
getCommonAncestorContainer() - Method in interface org.w3c.dom.ranges.Range
The deepest common ancestor container of the Range's two boundary-points.
getCommonName() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the common name attribute associated with this distinguished name.
getCommonName() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a String containing the commmon name.
getCommonName() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the common name attribute associated with this distinguished name.
getCompact() - Method in interface org.w3c.dom.html2.HTMLDirectoryElement
Reduce spacing between list items.
getCompact() - Method in interface org.w3c.dom.html2.HTMLDListElement
Reduce spacing between list items.
getCompact() - Method in interface org.w3c.dom.html2.HTMLMenuElement
Reduce spacing between list items.
getCompact() - Method in interface org.w3c.dom.html2.HTMLOListElement
Reduce spacing between list items.
getCompact() - Method in interface org.w3c.dom.html2.HTMLUListElement
Reduce spacing between list items.
getComparator() - Method in interface net.rim.device.api.collection.SortableCollection
Retrieves this collection's comparator object.
getComparator() - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Retrieves this collection's comparator object.
getComparator() - Method in class net.rim.device.api.collection.util.SortedReadableList
Retreives this collection's comparator.
getComparator() - Method in class net.rim.device.api.ui.component.table.SortedTableModel
Get the comparator that is being used to compare elements in the sorted column.
getComparator() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Returns an application-specific comparator for the searches performed on the data within that application.
getComparator() - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Returns an application-specific comparator for the searches performed on the data within that application.
getCompassAzimuth() - Method in class javax.microedition.location.Orientation
Returns the terminal's surface orientation in degrees relative to either magnetic or true north.
getComplianceLevel() - Method in class net.rim.blackberry.web.widget.jil.JILWidgetRuntime
This method will return the compliance level of JIL Handset API support by this JIL Widget Runtime
getComponent(int) - Method in interface org.w3c.dom.svg.SVGMatrix
Returns a component of the matrix by component's zero-based index.
getCompressedIntSize(int) - Static method in class net.rim.device.api.util.DataBuffer
Retrieves the number of bytes needed to compress an integer value.
getCompressionMode() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves server's available compression mode.
getComputedStyle(Element, String) - Method in interface org.w3c.dom.css.ViewCSS
This method is used to get the computed style as it is defined in .
getConfig() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the currently active BrowserFieldConfig for this BrowserField instance.
getConfig() - Method in interface net.rim.device.api.io.messaging.ReceiverDestination
Returns an InboundDestinationConfiguration object representing the configuration used by a destination.
getConfig() - Method in class net.rim.device.api.system.MagnetometerSensor.Channel
Retrieves the magnetometer channel configuration.
getConfigXML() - Method in interface net.rim.device.api.web.WidgetConfig
Retrieves the document node for the config.xml used to generate this object.
getConnectedAccessory() - Method in class net.rim.blackberry.api.accessory.AccessoryManager
Returns the currently connected accessory.
getConnection() - Method in class net.rim.device.api.io.transport.ConnectionDescriptor
Retrieves the connection encapsulated in this descriptor
getConnection(String) - Method in class net.rim.device.api.io.transport.ConnectionFactory
Creates a Connection to the specified url using the first available transport type from the array of preferred transport types if defined, or from the available transport types if no preferences were set.
getConnection(String, int, String) - Method in class net.rim.device.api.io.transport.ConnectionFactory
Creates a Connection to the specified url over a the specified transport type and using the specified ConnectionUID.
getConnection() - Method in class net.rim.plazmic.mediaengine.io.ConnectionInfo
Deprecated. Returns the connection representation as an object.
getConnectionAttemptListener() - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the ConnectionAttemptListener is set
getConnectionFactory() - Method in class net.rim.device.api.io.messaging.Context
Returns the ConnectionFactory for this Context.
getConnectionID() - Method in interface javax.obex.ClientSession
Retrieves the connection ID that is being used in the present connection.
getConnectionID() - Method in class javax.obex.ServerRequestHandler
Retrieves the connection ID that is being used in the present connection.
getConnectionManager() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the currently active BrowserFieldConnectionManager for this BrowserField instance.
getConnectionMode() - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the connectionMode
getConnectionState() - Static method in class net.rim.device.api.system.USBPort
Retrieve the current USB connection state.
getConnectionTimeout() - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the connectionTimeout
getConnectionType() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns an integer representing the type of connection that should be used.
getConnectionType() - Method in class net.rim.device.api.io.http.MDSPushInputStream
Retrieves the connection type for this push.
getConnectionType() - Method in class net.rim.device.api.io.http.PushInputStream
Retrieves the connection type for this push.
getConnectionType() - Method in class net.rim.device.api.io.http.TCPPushInputStream
Retrieves the connection type for this push.
getConnectionType() - Method in class net.rim.device.api.io.transport.options.BisBOptions
Retrieves the connection type
getConnectionURL(int, boolean) - Method in interface javax.bluetooth.ServiceRecord
Returns a String including optional parameters that can be used by a client to connect to the service described by this ServiceRecord.
getConnector() - Method in class net.rim.plazmic.mediaengine.MediaManager
Deprecated. Returns the connector for this MediaManager.
getConstraints() - Method in class javax.microedition.lcdui.TextBox
Get the current input constraints of the TextBox.
getConstraints() - Method in class javax.microedition.lcdui.TextField
Get the current input constraints of the TextField.
getContact() - Method in interface net.rim.blackberry.api.blackberrymessenger.Session
Returns the MessengerContact associated with this Session.
getContact() - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessage
Returns string representation of the contact.
getContact(int) - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactGroup
Returns a Contact object for the address at index in this BlackBerryContactGroup.
getContact() - Method in class net.rim.blackberry.api.phone.PhoneCall
Returns the contact associated with this phone call.
getContact() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLogID
Returns the contact associated with this phone call log.
getContactArg() - Method in class net.rim.blackberry.api.invoke.AddressBookArguments
Retrieves the contact reference passed in from constructor AddressBookArguments(String, Contact)
getContactCategories() - Static method in class net.rim.blackberry.api.profiles.Profiles
Returns the event categories that are applicable to contacts.
getContactId() - Method in interface net.rim.blackberry.api.blackberrymessenger.MessengerContact
Unique ID for this contact.
getContactID() - Method in class net.rim.blackberry.api.pdap.contactlinking.DefaultLinkableContact
Gets the ID of this contact.
getContactID() - Method in interface net.rim.blackberry.api.pdap.contactlinking.LinkableContact
Gets the unique ID of this contact.
getContactIdFromLinkedContact(BlackBerryContact, long) - Static method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactUtilities
Returns the contact ID for the LinkableContact whose BlackBerryContact is supplied.
getContactLinkCandidate(LinkableContact) - Static method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactUtilities
Returns the BlackBerryContact that is the best candidate to link the supplied LinkableContact with.
getContactProfile(Contact) - Static method in class net.rim.blackberry.api.profiles.Profiles
Returns the profile for the specified contact.
getContactsByPhoneNumber(String) - Static method in class net.rim.blackberry.api.phone.Phone
Returns the contacts that match a specified phone number.
getContent() - Method in class javax.wireless.messaging.MessagePart
Returns the content of the MessagePart as an array of bytes.
getContent() - Method in class net.rim.blackberry.api.mail.FileSupportedAttachmentPart
Retrieves the raw data contained in this attachment part.
getContent() - Method in class net.rim.blackberry.api.mail.Message
Retrieves this message's body content.
getContent() - Method in class net.rim.blackberry.api.mail.MimeBodyPart
Retrieves this body part's contents.
getContent() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves this part's contents.
getContent() - Method in class net.rim.blackberry.api.mail.PDAPContactAttachmentPart
Retrieves the content in this contact attachment part.
getContent() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the raw data contained in this attachment part.
getContent() - Method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves this body part's contents.
getContent() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Retrieves this attachment part's content.
getContent() - Method in interface net.rim.device.api.web.WidgetConfig
The 'content' element.
getContent() - Method in interface org.w3c.dom.css.CSS2Properties
See the content property definition in CSS2.
getContent() - Method in interface org.w3c.dom.html2.HTMLMetaElement
Associated information.
getContentAsStream() - Method in class javax.wireless.messaging.MessagePart
Returns an InputStream for reading the contents of the MessagePart.
getContentCharset() - Method in interface net.rim.device.api.web.WidgetConfig
The 'charset' attribute.
getContentCipherConstant() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the constant representing which symmetric algorithm that was used to encrypt the data.
getContentDescription() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves content description for this part.
getContentDescriptor() - Method in interface javax.microedition.media.protocol.SourceStream
Get the current type for this stream.
getContentDescriptor() - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
getContentDocument() - Method in interface org.w3c.dom.html2.HTMLFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - Method in interface org.w3c.dom.html2.HTMLObjectElement
The document this object contains, if there is any and it is available, or null otherwise.
getContentEncoded() - Method in class net.rim.device.api.io.parser.rss.model.RSSItem
Returns the content encoded in this RSSItem.
getContentEncoding() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves this part's content encoding.
getContentExtent() - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the extent of the PaneView associated with this view.
getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getContentHandler() - Method in interface org.xml.sax.XMLReader
Return the current content handler.
getContentHeight() - Method in class net.rim.device.api.ui.Field
Retrieves the height of this field's content.
getContentID() - Method in class javax.wireless.messaging.MessagePart
Returns the content-id value of the MessagePart.
getContentID() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves this part's content ID.
getContentLeft() - Method in class net.rim.device.api.ui.Field
Retrieves the left-most extent of this field's content.
getContentLength() - Method in interface javax.microedition.media.protocol.SourceStream
Get the size in bytes of the content on this stream.
getContentLength() - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
getContentLocation() - Method in class javax.wireless.messaging.MessagePart
Returns content location of the MessagePart.
getContentRect() - Method in class net.rim.device.api.ui.Field
Retrieves the region that is occupied by this field's content and padding within the coordinate space of its manager.
getContentRect(XYRect) - Method in class net.rim.device.api.ui.Field
Retrieves the region that is occupied by this field's content and padding within the coordinate space of its manager.
getContents() - Method in class net.rim.device.api.system.PersistentObject
Retrieves the contents of this object.
getContents(CodeSigningKey) - Method in class net.rim.device.api.system.PersistentObject
Retrieves the contents of this object.
getContents(CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.PersistentObject
Retrieves the contents of this object.
getContentTop() - Method in class net.rim.device.api.ui.Field
Retrieves the top-most extent of this field's content.
getContentType() - Method in interface javax.microedition.media.control.RecordControl
Return the content type of the recorded media.
getContentType() - Method in interface javax.microedition.media.Player
Get the content type of the media that's being played back by this Player.
getContentType() - Method in class javax.microedition.media.protocol.ContentDescriptor
Obtain a string that represents the content type for this descriptor.
getContentType() - Method in class javax.microedition.media.protocol.DataSource
Get a sting that describes the content-type of the media that the source is providing.
getContentType() - Method in class net.rim.blackberry.api.blackberrymessenger.Message
Returns the content type of this message.
getContentType() - Method in class net.rim.blackberry.api.browser.MultipartPostData
Retrieves the content type of the form data, including parameters.
getContentType() - Method in class net.rim.blackberry.api.browser.PostData
Retrieves the content type of the form data, including parameters.
getContentType() - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Retrieves the content type of the form data, including parameters.
getContentType() - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves this body part's content type.
getContentType() - Method in class net.rim.blackberry.api.mail.Message
Retrieves this message's content-type.
getContentType() - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves this multipart's content-type.
getContentType() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves the content-type set for this part's contents.
getContentType() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the content-type for this attachment part.
getContentType() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
Returns the content type of the inner message, either CMSContentTypes.DATA, SIGNED_DATA, ENVELOPED_DATA or COMPRESSED_DATA.
getContentType() - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
getContentType() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves this part's content type.
getContentType() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.ExtendedSearchProvider
Returns the content type.
getContentType() - Method in interface net.rim.device.api.unifiedsearch.searchables.ExternalSearchProvider
Returns the content type.
getContentType() - Method in interface net.rim.device.api.web.WidgetConfig
The 'contentType' attribute.
getContentType() - Method in class net.rim.plazmic.mediaengine.io.ConnectionInfo
Deprecated. Returns the content type of the media.
getContentType() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Deprecated. Returns the media content type.
getContentTypeParameter(String) - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves content type pararmeter by attribute.
getContentWidth() - Method in class net.rim.device.api.ui.Field
Retrieves this field's content width.
getContext() - Method in class net.rim.blackberry.api.sendmenu.SendCommand
Returns the content context object of this command.
getContext() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves context object for this session.
getContext() - Method in class net.rim.device.api.command.registrar.CommandRequest
Returns the context object.
getContext(Field) - Method in interface net.rim.device.api.ui.menu.CommandItemProvider
Provides a context.
getContextCategories() - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the context categories for the associated command.
getContextCategories() - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the context categories for the associated command.
getContextCategories() - Method in class net.rim.device.api.command.registrar.CommandRequest
Returns the context categories.
getContextMenu() - Method in class net.rim.device.api.ui.Field
Gets this field's current context menu.
getContextMenuContext() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves the context object to be passed to CookieProviderUtilities.getFocusVerbs(net.rim.device.api.ui.component.CookieProvider, java.lang.Object, net.rim.device.apps.api.framework.verb.Verb[]) to fetch the context menu verbs.
getContextMenuProvider() - Method in class net.rim.device.api.ui.Screen
Returns the context menu provider.
getContextObject() - Method in interface net.rim.device.api.crypto.certificate.status.ProviderResponseData
Returns the context object set during the request encoding process.
getContextStackSize() - Method in class net.rim.device.api.ui.Graphics
Retrieves the size of the stack of drawing contexts.
getContiguousArray() - Method in class net.rim.device.api.collection.util.BigIntVector
Returns a contiguous array representation of this vector.
getContiguousArray() - Method in class net.rim.device.api.collection.util.BigLongVector
Returns a contiguous array representation of this vector.
getContiguousArray() - Method in class net.rim.device.api.collection.util.BigVector
Returns a contiguous array representation of this vector.
getContrast() - Method in interface javax.microedition.amms.control.imageeffect.ImageTonalityControl
 
getContrast() - Static method in class net.rim.device.api.system.Display
Deprecated.  
getContrastIncrement() - Static method in class net.rim.device.api.system.Display
Deprecated.  
getContrastLevels() - Method in interface javax.microedition.amms.control.imageeffect.ImageTonalityControl
 
getControl(String) - Static method in class javax.microedition.amms.GlobalManager
Obtain the object that implements the specified Control interface.
getControl(String) - Method in interface javax.microedition.media.Controllable
Obtain the object that implements the specified Control interface.
getControl(String) - Method in class net.rim.device.api.lcdui.BlackBerryCanvas
 
getControl(String) - Method in class net.rim.device.api.lcdui.BlackBerryForm
 
getControl(String) - Method in class net.rim.device.api.lcdui.BlackBerryList
 
getControl(String) - Method in class net.rim.device.api.lcdui.BlackBerryTextBox
 
getControl(String) - Method in class net.rim.device.api.lcdui.game.BlackBerryGameCanvas
 
getControl(String) - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
getControlledAccess() - Method in interface net.rim.device.api.io.file.ExtendedFileConnection
Retrieves the CodeSigningKey on this file connection.
getControlledAccess() - Method in class net.rim.device.api.system.PersistentObject
Retrieves the controlled access object associated with this object.
getControlledAccess(long) - Method in class net.rim.device.api.system.RuntimeStore
Retrieves a controlled access object associated with the given ID.
getController() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the currently active BrowserFieldController for this BrowserField instance.
getController() - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Returns the PaneManagerController for this model.
getController() - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the PaneManagerController for this view.
getController() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
Returns the controller that has been associated with this model.
getController() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the ProgressIndicatorController that has been set as the controller for this view.
getController() - Method in class net.rim.device.api.ui.component.table.DataView
Returns a reference to the controller to which the view delegates all input handling events.
getController() - Method in class net.rim.device.api.ui.component.table.RichList
Returns a reference to the underlying TableController object of this RichList.
getController() - Method in class net.rim.device.api.ui.component.table.SimpleList
Returns a reference to the underlying TableController object of this SimpleList.
getControls() - Static method in class javax.microedition.amms.GlobalManager
Obtain the collection of Controls from the GlobalManager.
getControls() - Method in interface javax.microedition.media.Controllable
Obtain the collection of Controls from the object that implements this interface.
getControls() - Method in class net.rim.device.api.lcdui.BlackBerryCanvas
 
getControls() - Method in class net.rim.device.api.lcdui.BlackBerryForm
 
getControls() - Method in class net.rim.device.api.lcdui.BlackBerryList
 
getControls() - Method in class net.rim.device.api.lcdui.BlackBerryTextBox
 
getControls() - Method in class net.rim.device.api.lcdui.game.BlackBerryGameCanvas
 
getControls() - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
getConvenienceKeyAppName(int) - Static method in class net.rim.device.api.ui.ConvenienceKeyUtilities
Returns the unique name of the module that is mapped to a convenience key
getCookie(int) - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessage
Returns optional cookie value by its ID.
getCookie() - Method in class net.rim.device.api.browser.field.SetHttpCookieEvent
Retrieves cookie in this event.
getCookie(String) - Method in interface net.rim.device.api.browser.field2.BrowserFieldCookieManager
Retrieve all cookies associated with a url
getCookie() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the cookie object initially passed into the constructor.
getCookie(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves the user-supplied cookie object for the given node.
getCookie() - Method in class net.rim.device.api.ui.Field
Retrieves the previously set cookie.
getCookie() - Method in interface org.w3c.dom.html2.HTMLDocument
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
getCookieManager() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the currently active BrowserFieldCookieManager for this BrowserField instance.
getCookieWithFocus() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Generates a cookie for the current region with focus.
getCookieWithFocus() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves the cookie for the region currently with the focus.
getCookieWithFocus() - Method in interface net.rim.device.api.ui.component.CookieProvider
Returns the object's cookie that has the focus.
getCoordinates() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Returns the coordinates for the center of the map view.
getCoords() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Comma-separated list of lengths, defining an active region geometry.
getCoords() - Method in interface org.w3c.dom.html2.HTMLAreaElement
Comma-separated list of lengths, defining an active region geometry.
getCopyright() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves this code module group's default copyright string.
getCopyright() - Method in interface net.rim.device.api.web.WidgetConfig
Widget's copyright info.
getCorners(Vector3f[], int) - Method in class net.rim.device.api.math.BoundingBox
Gets the corners of the bounding box in the specified array.
getCorners(Vector3f[], int) - Method in class net.rim.device.api.math.Frustum
Gets the corners of the frustum in the specified array.
getCorrelatedMessageId() - Method in interface net.rim.device.api.io.messaging.Message
Returns the message ID.
getCorrelatedMessageId() - Method in exception net.rim.device.api.io.messaging.MessageFailureException
Return the ID of the Message that generated this failure.
getCount() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
 
getCount() - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves the number of body parts contained in this multipart.
getCount() - Method in class net.rim.blackberry.api.profiles.SoundAlert
Returns the repeat count of this sound alert.
getCount() - Method in class net.rim.blackberry.api.profiles.VibrationAlert
Returns the vibration repeat count.
getCount() - Method in class net.rim.device.api.input.LookupVariantIterator
Returns number of variants in the variant iteration sequence.
getCount() - Method in class net.rim.device.api.ui.component.SpinBoxField
Returns The number of objects that could be displayed in the spin box.
getCount() - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Returns The number of objects that could be displayed in the spin box.
getCounterIncrement() - Method in interface org.w3c.dom.css.CSS2Properties
See the counter-increment property definition in CSS2.
getCounterReset() - Method in interface org.w3c.dom.css.CSS2Properties
See the counter-reset property definition in CSS2.
getCounterValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Counter value.
getCountry() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the country attribute associated with this distinguished name.
getCountry() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a String containing the country name.
getCountry() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the country attribute associated with this distinguished name.
getCountry() - Method in class net.rim.device.api.i18n.Locale
Retrieves this locale's ISO country code.
getCourse() - Method in class javax.microedition.location.Location
Returns the terminal's course made good in degrees relative to true north.
getCourse() - Method in class net.rim.device.api.lbs.maps.model.PeerPoint
Retrieves the bearing of this PeerPoint.
getCoverageStatus() - Static method in class net.rim.device.api.io.transport.TransportInfo
Retrieves all the transport types with sufficient coverage on the device.
getCoverageStatus() - Static method in class net.rim.device.api.system.CoverageInfo
Retrieves the current coverage status over all supported WAFs as well as serial bypass/Bluetooth.
getCoverageStatus(int, boolean) - Static method in class net.rim.device.api.system.CoverageInfo
Retrieves the current coverage status over the specified WAFs and/or serial bypass/Bluetooth.
getCradleType() - Method in class net.rim.device.api.accessory.CradleProtocol
Returns the type of the currently connected cradle.
getCreationDate() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time at which this object was created on the device.
getCredentialsCollector() - Method in class net.rim.device.api.io.messaging.Context
Returns the CredentialsCollector for this Context.
getCredentialsControlPreference() - Method in class net.rim.device.api.wlan.hotspot.HotspotCredentialsAgent
Returns the credentials agent's preferences bitmask (int), which indicates which credentials the user may see and which they can modify.
getCriteria() - Method in interface net.rim.device.api.collection.FilterCollection
Retrieves filtering object.
getCriteria() - Method in class net.rim.device.api.collection.util.BasicFilteredList
Gets the search criteria.
getCriteria() - Method in interface net.rim.device.api.collection.util.FilteredList
Gets the search criteria object.
getCritical() - Method in class net.rim.device.api.crypto.certificate.CertificateExtension
Returns a boolean dictating whether this extension is critical.
getCRL() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the CRL found in the message, if present, otherwise null.
getCRL() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the CRL found in this message.
getCRLEntryExtension(Certificate, OID) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the CRL entry extension, for this certificate, for the given oid if it exists, otherwise null.
getCRLEntryExtension(Certificate, OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the CRL entry extension, for this certificate, for the given oid if it exists, otherwise null.
getCRLEntryExtensions(Certificate) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns all the CRL entry extensions associated with this certificate, or null.
getCRLEntryExtensions(Certificate, boolean) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns all the extensions associated with this CRL Entry that have their critical bit set to the value of criticalBit, or null if none are found.
getCRLEntryExtensions(Certificate) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns all the CRL entry extensions associated with this certificate, or null.
getCRLEntryExtensions(Certificate, boolean) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns all the extensions associated with this CRL Entry that have their critical bit set to the value of criticalBit, or null if none are found.
getCryptoException() - Method in exception net.rim.device.api.crypto.CryptoIOException
Returns the wrapped CryptoException object so that the programmer can determine what caused the exception.
getCryptoSystem() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.ECPublicKey
 
getCryptoSystem() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.KeyPair
Returns the crypto system associated with the keys.
getCryptoSystem() - Method in interface net.rim.device.api.crypto.PrivateKey
Returns the CryptoSystem used by this private key.
getCryptoSystem() - Method in interface net.rim.device.api.crypto.PublicKey
Returns the CryptoSystem used by this public key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.RSAPrivateKey
 
getCryptoSystem() - Method in class net.rim.device.api.crypto.RSAPublicKey
 
getCryptoToken(String) - Method in class net.rim.device.api.crypto.CryptoSmartCard
Returns a crypto token that supports the given algorithm.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.AESKey
Returns the symmetric crypto token data.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.CAST128Key
Returns the crypto token data.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.DESKey
Returns the data associated with the crypto token.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the crypto token associated with the crypto system.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns the crypto token data.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns the DH crypto token public key data.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the crypto token data used to create the crypto system.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns the DSA crypto token.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns the crypto token that protects the key.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the crypto token data.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns the data associated with the crypto token.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.ECPublicKey
Returns the public key data associated with the crypto token.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.HMACKey
Returns the crypto token MAC key data used to create the key.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the crypto token data.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns the private key data associated with the crypto token.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns the crypto token data associated with the key.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.RC2Key
Returns the data associated with the crypto token.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.RC5Key
Returns the symmetric key data associated with the crypto token.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns the private key data associated with the private key.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.RSAPublicKey
Returns the crypto token public key data.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.SkipjackKey
Returns the skipjack crypto token data.
getCryptoTokenData() - Method in class net.rim.device.api.crypto.TripleDESKey
Returns the crypto token data associated with the key.
getCSRFormat() - Method in class net.rim.device.api.crypto.certificate.x509.PKCS10CertificateRequest
Encodes the certificate request and returns the encoded result in the format of a csr file.
getCssFloat() - Method in interface org.w3c.dom.css.CSS2Properties
See the float property definition in CSS2.
getCssRules() - Method in interface org.w3c.dom.css.CSSMediaRule
A list of all CSS rules contained within the media block.
getCssRules() - Method in interface org.w3c.dom.css.CSSStyleSheet
The list of all CSS rules contained within the style sheet.
getCssText() - Method in interface org.w3c.dom.css.CSSRule
The parsable textual representation of the rule.
getCssText() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
getCssText() - Method in interface org.w3c.dom.css.CSSValue
A string representation of the current value.
getCssValueType() - Method in interface org.w3c.dom.css.CSSValue
A code defining the type of the value as defined above.
getCT() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the current Clock Time and date (CT).
getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
getCue() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue property definition in CSS2.
getCueAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue-after property definition in CSS2.
getCueBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the cue-before property definition in CSS2.
getCurrent() - Method in class javax.microedition.lcdui.Display
Gets the current Displayable object for this MIDlet.
getCurrentAccessibleValue() - Method in interface net.rim.device.api.ui.accessibility.AccessibleValue
Get the value of this object as a Number.
getCurrentFocusMode() - Method in interface net.rim.device.api.amms.control.camera.EnhancedFocusControl
Returns the currently set focus mode.
getCurrentFrame() - Method in class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Returns the index of the frame that is currently being animated.
getCurrentFrameRate() - Method in class net.rim.device.api.animation.Animator
Gets the actual frame rate in frames per second.
getCurrentFrameRate() - Method in class net.rim.device.api.opengles.GLField
Gets the current frame rate for the field.
getCurrentFrameRate() - Method in class net.rim.device.api.openvg.VGField
Retrieves the current frame rate for the field.
getCurrentImageIndex() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField
Retrieves the index of the image that is selected.
getCurrentNetworkIndex() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the index of the current Cellular network.
getCurrentNetworkName() - Static method in class net.rim.device.api.system.RadioInfo
Retrieve the name of the carrier network on which the device is currently registered.
getCurrentNode() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of node with focus.
getCurrentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
getCurrentOrientation() - Static method in class net.rim.blackberry.api.phone.phonegui.ScreenModel
Retrieves the physical orientation of the device.
getCurrentPage() - Method in class net.rim.device.api.ui.Adjustment
Get current page based on value vs page size.
getCurrentPosition() - Method in class net.rim.device.api.io.SharedInputStream
Retrieves current read position within this stream.
getCurrentRotate() - Method in interface org.w3c.dom.svg.SVGSVGElement
Returns current user agent rotation angle in degrees.
getCurrentScale() - Method in interface org.w3c.dom.svg.SVGSVGElement
Returns current user agent scale (zoom) coefficient.
getCurrentSceneMode() - Method in interface net.rim.device.api.amms.control.camera.FeatureControl
Retrieves the currently set scene mode on the device.
getCurrentSID() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the current SID.
getCurrentSubfield() - Method in class net.rim.device.api.ui.component.DateField
Gets the current subfield that has the focus within the date field.
getCurrentTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCurrentTime() - Method in interface org.w3c.dom.svg.SVGSVGElement
Returns current animation timeline time in seconds.
getCurrentTranslate() - Method in interface org.w3c.dom.svg.SVGSVGElement
Current user agent translation used for scrolling or panning (The returned SVGPoint object is "live" and setting its x and y components will change user agent's translation).
getCursor() - Method in interface net.rim.device.api.database.Statement
Executes a query statement and returns a Cursor with selected rows.
getCursor() - Method in interface org.w3c.dom.css.CSS2Properties
See the cursor property definition in CSS2.
getCursorBufferSize() - Method in interface net.rim.device.api.database.Statement
Returns the number of rows a Cursor will buffer.
getCursorPosition() - Method in class net.rim.device.api.input.InputHelperBase
Retrieves character offset for current cursor position in this field.
getCursorPosition() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getCursorPosition() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getCursorPosition() - Method in class net.rim.device.api.ui.component.RichTextField
 
getCursorPosition() - Method in class net.rim.device.api.ui.component.TextField
Retrieves character offset for current cursor position in this field.
getCustomDisplayFields() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns custom information about the certificate for display in a dialog.
getCustomDisplayFields() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
For a WTLS certificate, the default information provided by the displayCertificateDetails method in CertificateUtilities is sufficient.
getCustomDisplayFields() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Provides more details about the certificate to be shown in the displayCertificateDetails method in CertificateUtilities.
getCustomField(int) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Retrieves one of this manager's user fields.
getCustomHeaders() - Method in interface net.rim.device.api.web.WidgetConfig
Returns a hashtable of the custom headers definted in the 'rim:header' attribute.
getCustomManager() - Method in class net.rim.device.api.ui.container.DialogFieldManager
Retrieves the manager for this manager's user field area.
getD() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the private key exponent, or null if not available.
getData() - Method in class javax.microedition.content.Invocation
Gets the data for the Invocation.
getData(int) - Method in class javax.microedition.global.ResourceManager
Gets a resource with the specified resource ID as a byte array containing arbitrary binary data.
getData() - Method in interface javax.microedition.io.Datagram
Get the buffer
getData() - Method in class net.rim.blackberry.api.blackberrymessenger.Message
Returns the data of this message.
getData() - Method in class net.rim.device.api.crypto.AESKey
Returns the key data.
getData() - Method in class net.rim.device.api.crypto.ARC4Key
Returns the key data.
getData() - Method in class net.rim.device.api.crypto.CAST128Key
 
getData() - Method in class net.rim.device.api.crypto.DESKey
 
getData() - Method in class net.rim.device.api.crypto.HMACKey
 
getData() - Method in class net.rim.device.api.crypto.InitializationVector
Returns a copy of the initialization vector data.
getData() - Method in class net.rim.device.api.crypto.keystore.AssociatedData
Returns a copy of the data for this association.
getData() - Method in class net.rim.device.api.crypto.RC2Key
 
getData() - Method in class net.rim.device.api.crypto.RC5Key
 
getData() - Method in class net.rim.device.api.crypto.SkipjackKey
 
getData() - Method in interface net.rim.device.api.crypto.SymmetricKey
Returns a copy of the byte array representing the key.
getData() - Method in class net.rim.device.api.crypto.TripleDESKey
 
getData() - Method in class net.rim.device.api.io.DatagramBase
Retrieves this datagram's data.
getData(Object) - Method in class net.rim.device.api.lbs.maps.model.MapLocation
Retrieves existing data for a specified key.
getData() - Method in class net.rim.device.api.smartcard.ResponseAPDU
Returns a byte array representing the data component of the Response APDU.
getData(int) - Static method in class net.rim.device.api.system.Branding
Retrieves data from the branding NV sector.
getData() - Method in class net.rim.device.api.system.EncodedImage
Returns the encoded data of this image.
getData() - Method in class net.rim.device.api.system.MagnetometerSensor.Channel
Returns the last captured magnetometer data.
getData() - Method in class net.rim.device.api.ui.component.ActiveFieldContext
Retrieve this context object's context data.
getData() - Method in interface net.rim.device.api.unifiedsearch.entity.SearchableEntity
Returns the application-native object controlled by a SearchableEntity.
getData() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Returns the application-native object controlled by a SearchableEntity.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.html2.HTMLObjectElement
A URI [IETF RFC 2396] specifying the location of the object's data.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDatabaseColumnTypes() - Method in class net.rim.device.api.database.Row
Returns the column types in a row.
getDatabaseName() - Method in interface net.rim.device.api.synchronization.OTASyncParametersProvider
Get the name of the database to use.
getDatabaseSecurityOptions() - Method in interface net.rim.device.api.database.Database
Returns a new object with populated database security options.
getDataCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
 
getDataFields(int) - Method in class net.rim.device.api.ui.component.table.DataTemplate
Get the required fields that contain the data in the provided model row.
getDataFields(int) - Method in class net.rim.device.api.ui.component.table.RichListDataTemplate
Given an index for a model row, this method reads the row from the model and returns an array of fields encompassing the data found.
getDataFields(int) - Method in class net.rim.device.api.ui.component.table.SimpleListDataTemplate
Given an index for a model row, this method reads the row from the model and returns an array of fields encompassing the data found.
getDatagramId() - Method in class net.rim.device.api.io.DatagramBase
Retrieves this datagram's datagram ID.
getDatagramStatusListener() - Method in class net.rim.device.api.io.DatagramBase
Retrieves current status listener object.
getDatagramStatusListener() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves the status listener for this connection.
getDataKeys() - Method in class net.rim.device.api.lbs.maps.model.MapLocation
Retrieves an enumeration of the data keys in this Location object.
getDataMaskBit(int, int, int) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
 
getDataRate() - Method in class net.rim.device.api.system.WLANInfo.WLANAPInfo
Retrieves the current data rate in Mbps.
getDataRegionSizeColumns() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getDataRegionSizeRows() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getDataSource() - Method in class net.rim.device.api.gps.BlackBerryLocation
Returns the source that provides the location.
getDataSourceId() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's data source ID.
getDataSourceName() - Method in interface net.rim.device.api.synchronization.OTASyncParametersProvider
Get the name of the data source to use.
getDataTemplate() - Method in class net.rim.device.api.ui.component.table.DataView
Gets the default DataTemplate for all viewed rows.
getDataTemplate(int) - Method in class net.rim.device.api.ui.component.table.DataView
Gets the DataTemplate for a specified row.
getDataTemplateFocus() - Method in class net.rim.device.api.ui.component.table.TableView
Retrieves a Background object that describes the background look of a DataTemplate that has focus.
getDataType() - Method in class javax.bluetooth.DataElement
Returns the data type of the object this DataElement represents.
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDate() - Method in class javax.microedition.lcdui.DateField
Returns date value of this field.
getDate(int, int) - Method in interface javax.microedition.pim.PIMItem
Gets a date value from a field in the item.
getDate(int) - Method in class javax.microedition.pim.RepeatRule
Retrieves a date field.
getDate() - Method in class net.rim.blackberry.api.phone.phonelogs.CallLog
Retrieves this call log's date.
getDate() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getDate() - Method in class net.rim.device.api.ui.component.DateField
Retrieves the absolute value of this field (in milliseconds).
getDate(int) - Static method in class net.rim.device.api.util.DateTimeUtilities
Retrieves date relative to midnight on current day.
getDateArg() - Method in class net.rim.blackberry.api.invoke.CalendarArguments
Return the Calendar object used to open this Calendar to a specific date.
getDateFieldType() - Method in interface net.rim.device.api.ui.accessibility.AccessibleDateField
Returns date subfield type, such as Hour, Minute, etc.
getDateTime() - Method in class net.rim.device.api.ui.picker.DateTimePicker
Returns the calendar's current date and time as a Calendar object.
getDateTime() - Method in interface org.w3c.dom.html2.HTMLModElement
The date and time of the change.
getDebugger() - Method in class net.rim.device.api.browser.field2.BrowserField
Deprecated. Debugger is deprecated in 6.0
getDecimalMEID() - Static method in class net.rim.device.api.system.CDMAInfo
If the device software supports MEID, return the decimal MEID.
getDeclare() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Declare (for future reference), but do not instantiate, this object.
getDeclaredPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
getDeclination() - Method in class net.rim.device.api.location.GeomagneticField
Retrieves the declination (the angle between magnetic north and true north) of the geomagnetic field.
getDecodeMode() - Method in class net.rim.device.api.system.EncodedImage
Gets the decoding mode for the image.
getDecoder() - Method in class net.rim.device.api.amms.control.camera.ImageScanner
Returns the decoder.
getDecoder(String, String) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyDecoder
Returns the class associated with the encoding algorithm and the key algorithm.
getDecoder(String, String) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyDecoder
Returns the class associated with the encoding algorithm and the key algorithm.
getDecoder(String, String) - Static method in class net.rim.device.api.crypto.encoder.SignatureDecoder
Returns the class associated with the encoding algorithm and the key algorithm.
getDecoder(String, String) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder
Returns the class associated with the encoding algorithm and the key algorithm.
getDecryptorInputStream(Key, InputStream) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the decrypted input stream using the symmetric key and input stream as arguments.
getDecryptorInputStream(Key, InputStream, String) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the decrypted input stream using the symmetric key, input stream and algorithm name as arguments.
getDecryptorInputStream(Key, InputStream, String, InitializationVector) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the decrypted input stream using the initialization vector as an additonal argument.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefault() - Static method in class net.rim.device.api.i18n.Locale
Retrieves the current application's default locale.
getDefault() - Method in class net.rim.device.api.ui.component.Menu
Retrieves this menu's default item.
getDefault() - Method in class net.rim.device.api.ui.ContextMenu
Retrieves the position in this menu of the default menu item.
getDefault() - Static method in class net.rim.device.api.ui.Font
Returns the default font.
getDefaultAnimationDuration() - Static method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the value that specifies the default duration of all animations controlled by this view.
getDefaultChecked() - Method in interface org.w3c.dom.html2.HTMLInputElement
When type has the value "radio" or "checkbox", this represents the HTML checked attribute of the element.
getDefaultCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method sets up the default cipher suites with their default priority keeping the security of the cipher suites in mind at all times.
getDefaultCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method sets up the default cipher suites with their default priority keeping the security of the cipher suites in mind at all times.
getDefaultConnector() - Method in class net.rim.plazmic.mediaengine.MediaManager
Deprecated. Returns the default connector associated with this MediaManager.
getDefaultContentHandler(Invocation) - Method in class net.rim.device.api.content.DefaultContentHandlerRegistry
Returns the default handler for the given invocation.
getDefaultContentHandlerRegistry(Registry) - Static method in class net.rim.device.api.content.DefaultContentHandlerRegistry
Returns an instance for the given registry.
getDefaultCorporateServiceUid() - Static method in class net.rim.device.api.system.MultiServicePlatformManager
Gets the default corporate service UID.
getDefaultEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the default algorithms with their default priority keeping the security of the ciphersuites in mind at all times.
getDefaultFont() - Static method in class javax.microedition.lcdui.Font
Gets the default font of the system.
getDefaultForKeyboard() - Static method in class net.rim.device.api.i18n.Locale
Retrieves default locale for the keyboard.
getDefaultForSystem() - Static method in class net.rim.device.api.i18n.Locale
Retrieves system's current default locale.
getDefaultGPSMode() - Static method in class net.rim.device.api.gps.GPSInfo
Provides the default GPS mode when GPS Criteria is not specified.
getDefaultInput() - Static method in class net.rim.device.api.i18n.Locale
Deprecated. Use Locale.getDefaultInputForSystem()
getDefaultInputForSystem() - Static method in class net.rim.device.api.i18n.Locale
Retrieves system's current default input locale.
getDefaultInstance() - Static method in class net.rim.blackberry.api.mail.Session
Retrieves this device's default session.
getDefaultInstance(ServiceConfiguration) - Static method in class net.rim.blackberry.api.mail.Session
Retrieves default session based on provided service configuration.
getDefaultItem() - Method in class net.rim.device.api.ui.ContextMenu
Retrieves the default item in this menu.
getDefaultKeyExchangeAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the default MAC Algorithms with their default priority keeping the security of the ciphersuites in mind at all times.
getDefaultKeyLength(String) - Method in class net.rim.device.api.crypto.SymmetricKeyFactory
This method is called by getInstance, and retrieves the default length of a key if the key length is not specified in the algorithm string.
getDefaultLocation() - Static method in class net.rim.blackberry.api.homescreen.Location
Returns the default location to place an item on the Home screen.
getDefaultLocation(BodyPart) - Method in class net.rim.blackberry.api.mail.AttachmentDownloadManager
Return the default location of the body part.
getDefaultLocations(BodyPart[]) - Method in class net.rim.blackberry.api.mail.AttachmentDownloadManager
Return an array of default locations.
getDefaultMACAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the default MAC Algorithms with their default priority keeping the security of the ciphersuites in mind at all times.
getDefaultMenuItem(int) - Method in class net.rim.device.api.ui.Screen
Retrieves the default menu item.
getDefaultMinSignalStrengthInDb() - Method in interface net.rim.device.api.amms.control.fmradio.FmTunerControl
Gets the default minimum Radio Signal Strength Indication (RSSI) value.
getDefaultNonCorporateServiceUid() - Static method in class net.rim.device.api.system.MultiServicePlatformManager
Gets the default non-corporate service UID.
getDefaultRecordType() - Method in class net.rim.device.api.synchronization.SyncCollectionSchema
Return the default record type.
getDefaultRoot() - Static method in class net.rim.device.api.database.DatabaseFactory
Gets the default root at which database files are created.
getDefaultSelected() - Method in interface org.w3c.dom.html2.HTMLOptionElement
Represents the value of the HTML selected attribute.
getDefaultSession() - Static method in class net.rim.blackberry.api.browser.Browser
Retrieves the default session based on the default connection settings.
getDefaultTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the default time for showing an Alert.
getDefaultType() - Static method in class net.rim.device.api.system.Bitmap
Query the default Bitmap type for the device.
getDefaultUndecidedServiceUid() - Static method in class net.rim.device.api.system.MultiServicePlatformManager
Get the "undecided" service UID.
getDefaultValue() - Method in interface org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
getDefaultValue() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Represents the contents of the element.
getDefaultView() - Method in interface org.w3c.dom.views.DocumentView
The default AbstractView for this Document, or null if none available.
getDefer() - Method in interface org.w3c.dom.html2.HTMLScriptElement
Indicates that the user agent can defer processing of the script.
getDeferredEventCount(long) - Static method in class net.rim.device.api.notification.NotificationsManager
Returns the count of all events matching the source currently in the queue.
getDeferredEventIds(long) - Static method in class net.rim.device.api.notification.NotificationsManager
Returns the count of all events matching the source currently in the queue.
getDeferredEvents(long) - Static method in class net.rim.device.api.notification.NotificationsManager
Returns the count of all events matching the source currently in the queue.
getDelegate() - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the layout delegate for this view.
getDelegate() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns this view's delegate manager.
getDelegate() - Method in class net.rim.device.api.ui.Screen
Retrieves this screen's delegate manager.
getDelimiter() - Method in class net.rim.device.api.unifiedsearch.SearchFieldCriteria
Returns the character sequence that delimits search keywords or phrases in this SearchFieldCriteria into multiple keywords.
getDeliveryPeriod() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the delivery period.
getDependencies() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves the list of code module groups that this group depends upon.
getDependentFeatures() - Method in class net.rim.device.api.web.WidgetFeature
Returns an array of the WidgetFeature that this feature depends on.
getDescent() - Method in class net.rim.device.api.ui.Font
Returns the font's descent.
getDescent() - Method in class net.rim.device.api.ui.FontMetrics
Gets the depth of standard descenders (usually of the Latin letters p, q, y) in pixels.
getDescent() - Method in class net.rim.device.api.ui.TextMetrics
Gets the ideal descent for the text, in pixels.
getDescription() - Method in class javax.microedition.location.Landmark
Gets the landmark description.
getDescription() - Method in interface net.rim.blackberry.api.options.ExtendedOptionsProvider
Provide a brief description of the option provider.
getDescription() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannel
Returns the description of this RSSChannel.
getDescription() - Method in class net.rim.device.api.io.parser.rss.model.RSSItem
Returns the description of this RSSItem.
getDescription() - Method in interface net.rim.device.api.lbs.maps.model.geospatial.GsElement
Retrieves the description of this element.
getDescription() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
 
getDescription() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsImage
 
getDescription() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsLine
 
getDescription() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsMarker
 
getDescription() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPoint
 
getDescription() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPolygon
 
getDescription() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPolyLine
 
getDescription() - Method in class net.rim.device.api.ldap.LDAPPasswordCache
Deprecated.  
getDescription() - Method in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Invoked when the memory cleaner application must display a string about the type of listener being cleaned.
getDescription() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the textual description of this record.
getDescription() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the StringProvider object containing the description of the application.
getDescription() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves this code module group's default description.
getDescription() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves description of Signing Authority.
getDescription() - Method in class net.rim.device.api.ui.component.TextField
Gets the TextField description string for Accessibility.
getDescription() - Method in class net.rim.device.api.unifiedsearch.SearchField
Returns the description of this SearchField.
getDescription() - Method in interface net.rim.device.api.web.WidgetConfig
Widget description.
getDESCryptoToken() - Method in class net.rim.device.api.crypto.DESKey
Returns the crypto token associated with the key.
getDestinationAddress() - Method in class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Retrieves the packet destination address.
getDetail() - Method in interface org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getDeviceAddress() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Retrieves this connection's device address in raw form.
getDeviceAddress() - Method in class net.rim.device.api.io.nfc.handover.BluetoothConnectionHandoverCompletedEvent
Gets the Bluetooth device address.
getDeviceClass() - Method in class javax.bluetooth.LocalDevice
Retrieves the DeviceClass object that represents the service classes, major device class, and minor device class of the local device.
getDeviceId() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the PIN number for this device.
getDeviceName() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Retrieves this connection's device name.
getDeviceName() - Method in class net.rim.device.api.io.nfc.handover.BluetoothConnectionHandoverCompletedEvent
Gets the Bluetooth device's name.
getDeviceName() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the current device's product name.
getDevicePageScanInfo() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Retrieves this connection's device page scan info.
getDevicePhoneNumber(boolean) - Static method in class net.rim.blackberry.api.phone.Phone
Returns a device's phone number.
getDeviceProfiles() - Static method in class net.rim.blackberry.api.profiles.Profiles
Returns all of the profiles that are registered on the device.
getDeviceSearchables(long) - Method in class net.rim.device.api.unifiedsearch.UnifiedSearchServices
Returns a list of local (on-device) Searchable data sources for the content type specified.
getDgramIdByIndex(int) - Method in class net.rim.device.api.io.DatagramTransportBase
Retrieves ID of datagram from provided datagram index.
getDHCryptoSystem() - Method in interface net.rim.device.api.crypto.DHKey
Returns the DH crypto system associated with the key.
getDHCryptoSystem() - Method in class net.rim.device.api.crypto.DHKeyPair
Returns the DH crypto system associated with the keys.
getDHCryptoSystem() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns the DH crypto system associated with the key.
getDHCryptoSystem() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns the DH crypto system associated with the key.
getDHCryptoSystemBitLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns the number of bits (aka the "strength") of the crypto system, eg 1024.
getDHCryptoSystemData(byte[], byte[], byte[], int, String) - Method in class net.rim.device.api.crypto.DHCryptoToken
Creates a crypto system associated with this token.
getDHCryptoSystemG(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns the g domain parameter.
getDHCryptoSystemName(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns a String that indicates the set of parameters in use, eg "WTLS1", or null.
getDHCryptoSystemP(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns the p domain parameter.
getDHCryptoSystemQ(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns the q domain parameter, or null.
getDHCryptoToken() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns the DH crypto token.
getDHCryptoToken() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns the DH crypto token.
getDHPrivateKey() - Method in class net.rim.device.api.crypto.DHKeyPair
Returns the DH private key associated with this key pair.
getDHPrivateKeyLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns the length of the private key.
getDHPrivateKeyMinRandomBits(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns the minimum number of private key random bits.
getDHPublicKey() - Method in class net.rim.device.api.crypto.DHKeyPair
Returns the DH public key associated with this key pair.
getDHPublicKeyLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns the length of the public key.
getDigest() - Method in class net.rim.device.api.crypto.AbstractDigest
Returns a byte array containing the digest of all the input data since the last reset.
getDigest(boolean) - Method in class net.rim.device.api.crypto.AbstractDigest
Returns a byte array containing the digest of all the input data since the last reset.
getDigest(byte[], int) - Method in class net.rim.device.api.crypto.AbstractDigest
Inserts the digest of all the input data since the last reset into the specified buffer at the given offset.
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.AbstractDigest
Inserts the digest of all the input data since the last reset into the specified buffer at the given offset.
getDigest(byte[], int, int, String) - Static method in class net.rim.device.api.crypto.Crypto
Returns the digest of the given data using the given algorithm.
getDigest() - Method in interface net.rim.device.api.crypto.Digest
Returns a byte array containing the digest of all the input data since the last reset.
getDigest(boolean) - Method in interface net.rim.device.api.crypto.Digest
Returns a byte array containing the digest of all the input data since the last reset.
getDigest(byte[], int) - Method in interface net.rim.device.api.crypto.Digest
Inserts the digest of all the input data since the last reset into the specified buffer at the given offset.
getDigest(byte[], int, boolean) - Method in interface net.rim.device.api.crypto.Digest
Inserts the digest of all the input data since the last reset into the specified buffer at the given offset.
getDigest() - Method in class net.rim.device.api.crypto.DigestInputStream
Returns a reference to the digest being used with this digest input stream.
getDigest() - Method in class net.rim.device.api.crypto.DigestOutputStream
Returns a reference to the digest being used with this digest input stream.
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.MD2Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.MD4Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.MD5Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.NullDigest
Returns zero (0) specifying that no information was hashed and that there is no information to return from the null digest.
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.RIPEMD128Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.RIPEMD160Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA1Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA224Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA256Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA384Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA512Digest
 
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.DSASignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.NullSignatureSigner
Returns the name of the digest algorithm used, ie "Null".
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.PSSSignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in interface net.rim.device.api.crypto.SignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.X931SignatureSigner
 
getDigestLength() - Method in class net.rim.device.api.crypto.AbstractDigest
Returns the length of the digest in bytes.
getDigestLength() - Method in interface net.rim.device.api.crypto.Digest
Returns the length of the digest in bytes.
getDigestLength() - Method in class net.rim.device.api.crypto.MD2Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.MD4Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.MD5Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.NullDigest
Returns zero (0), since this is a null digest with a length of zero.
getDigestLength() - Method in class net.rim.device.api.crypto.RIPEMD128Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.RIPEMD160Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA1Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA224Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA256Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA384Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA512Digest
 
getDigitalZoom() - Method in interface javax.microedition.amms.control.camera.ZoomControl
 
getDigitalZoomLevels() - Method in interface javax.microedition.amms.control.camera.ZoomControl
Tells how many levels the digital zoom has.
getDimension() - Method in class com.google.zxing.common.BitMatrix
This method is for compatibility with older code.
getDimensionForVersion() - Method in class com.google.zxing.qrcode.decoder.Version
 
getDimensions(int) - Static method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Deprecated. As of BlackBerry API 6.0, replaced by ScreenModel.getDimensions(int screenType).
getDimensions(int, int) - Static method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Deprecated. As of BlackBerry API 6.0, replaced by ScreenModel.getDimensions(int orientation, int screenType).
getDimensions() - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Returns the screen dimension.
getDimensions(int) - Static method in class net.rim.blackberry.api.phone.phonegui.ScreenModel
Retrieves the current dimensions of this PhoneScreen on the incoming or active call screens.
getDimensions(int, int) - Static method in class net.rim.blackberry.api.phone.phonegui.ScreenModel
Retrieves the dimensions of this PhoneScreen in either of the incoming or active call screens.
getDimensions() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Retrieves the dimensions of the map field's visible area.
getDir() - Method in interface org.w3c.dom.html2.HTMLElement
Specifies the base direction of directionally neutral text and the directionality of tables.
getDirection(Vector3f) - Method in class net.rim.device.api.math.Ray
Gets the ray's direction in the given vector.
getDirection(int) - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the direction for the provided side.
getDirection() - Method in interface org.w3c.dom.css.CSS2Properties
See the direction property definition in CSS2.
getDirectionBack() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the clockwise-positive angle between magnetic north and the front of the device (negative z axis), in degrees.
getDirectionBottom() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the clockwise-positive angle between magnetic north and the bottom of the device (negative y axis), in degrees.
getDirectionFront() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the clockwise-positive angle between magnetic north and the front of the device (positive z axis), in degrees.
getDirectionLeft() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the clockwise-positive angle between magnetic north and the left of the device (negative x axis), in degrees.
getDirectionRight() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the clockwise-positive angle between magnetic north and the right of the device (positive x axis), in degrees.
getDirectionTop() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the clockwise-positive angle between magnetic north and the top of the device (positive y axis), in degrees.
getDirectory() - Method in interface javax.microedition.amms.control.camera.SnapshotControl
Gets the storage directory.
getDisabled() - Method in interface org.w3c.dom.html2.HTMLButtonElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html2.HTMLInputElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html2.HTMLLinkElement
Enables/disables the link.
getDisabled() - Method in interface org.w3c.dom.html2.HTMLOptGroupElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html2.HTMLOptionElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html2.HTMLSelectElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.html2.HTMLStyleElement
Enables/disables the style sheet.
getDisabled() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
The control is unavailable in this context.
getDisabled() - Method in interface org.w3c.dom.stylesheets.StyleSheet
false if the style sheet is applied to the document.
getDisabledState() - Method in class net.rim.device.api.servicebook.ServiceRecord
Determines this record's disabled state.
getDisallowedTransportTypes() - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the set of disallowed transport types (if defined) used by the factory when attempting to get a connection.
getDiscoverable() - Method in class javax.bluetooth.LocalDevice
Retrieves the local device's discoverable mode.
getDiscoveryAgent() - Method in class javax.bluetooth.LocalDevice
Returns the discovery agent for this device.
getDisplay(MIDlet) - Static method in class javax.microedition.lcdui.Display
Gets the Display object that is unique to this MIDlet.
getDisplay() - Method in interface org.w3c.dom.css.CSS2Properties
See the display property definition in CSS2.
getDisplayableContent() - Method in interface net.rim.device.api.browser.field.BrowserContent
Returns a displayable UI field.
getDisplayableContent() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Returns the displayable UI content field that this instance was constructed with.
getDisplayColor(int) - Method in class javax.microedition.lcdui.Graphics
Gets the color that will be displayed if the specified color is requested.
getDisplayColorQuality() - Static method in class net.rim.device.api.system.capability.DeviceCapability
Returns the color quality of the primary display.
getDisplayCountry() - Method in class net.rim.device.api.i18n.Locale
Returns the display country, long format
getDisplayHeight() - Method in interface javax.microedition.media.control.VideoControl
Return the actual height of the current render video.
getDisplayHeight() - Method in class net.rim.device.api.amms.control.camera.ViewfinderOverlay.VideoControlOverlayField
Height of the VideoControl.
getDisplayLanguage() - Method in class net.rim.device.api.i18n.Locale
Retrieves displayable name for this locale's language.
getDisplayName() - Method in interface net.rim.blackberry.api.blackberrymessenger.MessengerContact
Display name for the contact which appears in the BlackBerry Messenger contact list.
getDisplayName() - Method in class net.rim.blackberry.api.sendmenu.SendCommand
Returns the display name of this command to be displayed in the Send menu for the corresponding menu item.
getDisplayName() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the display name which is a user friendly name for person in the Accept Request.
getDisplayName() - Method in class net.rim.device.api.i18n.Locale
Returns the display name for the local using the full country name
getDisplayName(TimeZone, int) - Static method in class net.rim.device.api.util.TimeZoneUtilities
Returns the display name of the specified time zone in the specified style, localized according to the current locale.
getDisplayNames(int) - Static method in class net.rim.device.api.util.TimeZoneUtilities
Returns the display names of all available time zones, in order by GMT offset, in the specified style, and localized according to the current locale.
getDisplayPhoneNumber() - Method in class net.rim.blackberry.api.phone.PhoneCall
Returns this call's number string for display in a UI.
getDisplayVariant() - Method in class net.rim.device.api.i18n.Locale
Retrieves displayable name for this locale's variant.
getDisplayWidth() - Method in interface javax.microedition.media.control.VideoControl
Return the actual width of the current render video.
getDisplayWidth() - Method in class net.rim.device.api.amms.control.camera.ViewfinderOverlay.VideoControlOverlayField
Width of the VideoControl.
getDisplayX() - Method in interface javax.microedition.media.control.VideoControl
Return the X-coordinate of the video with respect to the GUI object where the video is displayed.
getDisplayY() - Method in interface javax.microedition.media.control.VideoControl
Return the Y-coordinate of the video with respect to the GUI object where the video is displayed.
getDistance() - Method in class net.rim.device.api.lbs.travel.TravelTime
Retrieves the distance along the path of the route from the starting point to the ending point.
getDistance() - Method in class net.rim.device.api.math.Plane
Gets the plane's distance to the origin along its normal.
getDModPm1() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of d mod p-1, or null if not available.
getDModQm1() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of d mod q-1, or null if not available.
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - Method in class javax.microedition.m2g.SVGImage
Returns the associated Document.
getDocument() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the Document object for the currently loaded page of this BrowserField instance.
getDocument() - Method in interface org.w3c.dom.views.AbstractView
The source DocumentView of which this is an AbstractView.
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
getDocumentTitle() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the title of the currently loaded page of this BrowserField instance.
getDocumentURI() - Method in interface org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDocumentUrl() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the URL of the currently loaded page of this BrowserField instance.
getDomain() - Method in interface org.w3c.dom.html2.HTMLDocument
The domain name of the server that served the document, or null if the server cannot be identified by a domain name.
getDomConfig() - Method in interface org.w3c.dom.Document
The configuration used when Document.normalizeDocument() is invoked.
getDomConfig() - Method in interface org.w3c.dom.ls.LSParser
The DOMConfiguration object used when parsing an input source.
getDomConfig() - Method in interface org.w3c.dom.ls.LSSerializer
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
getDOMDocument() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves the DOM Document representation of the content.
getDOMImplementation() - Method in class net.rim.device.api.xml.parsers.DocumentBuilder
Retrieves a DOMImplementation object.
getDOMImplementation(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request the first DOM implementation that supports the specified features.
getDOMImplementationList(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getDontAskAgainValue() - Method in class net.rim.device.api.ui.component.Dialog
Deprecated. Use isDontAskAgainChecked()
getDouble(int) - Method in class net.rim.device.api.database.Row
Retrieves a double column value by index.
getDouble(String, double) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a double value that corresponds to a given key.
getDouble(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a double value that corresponds to a given key.
getDouble(String, double) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getDouble(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getDouble(int) - Method in class org.json.me.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.me.JSONObject
Get the double value associated with a key.
getDoubleArray(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an array of double values associated with the key specified.
getDoubleArray(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getDoubleAt(String, int, double) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a double value that corresponds to a given key.
getDoubleAt(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a double value that corresponds to a given key.
getDoubleAt(String, int, double) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getDoubleAt(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getDownloadedFileName(BodyPart) - Method in class net.rim.blackberry.api.mail.AttachmentDownloadManager
Return the downloaded file path and name.
getDraftMessages(Message[]) - Method in class net.rim.blackberry.api.mail.Folder
Retrieves draft messages from a list of messages.
getDrawingOffset(XYPoint) - Method in class net.rim.device.api.ui.Graphics
Retrieves the absolute coordinates for the current drawing offset.
getDrawingStyles() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Retrieves the drawing styles to use for rendering the map field.
getDropMargin() - Method in class net.rim.device.api.ui.component.AutoCompleteField
Returns the left and right margins for the drop-down list.
getDSACryptoSystem() - Method in interface net.rim.device.api.crypto.DSAKey
Returns the DSA crypto system associated with the key.
getDSACryptoSystem() - Method in class net.rim.device.api.crypto.DSAKeyPair
Returns the DSA crypto system associated with the keys.
getDSACryptoSystem() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns the DSA crypto system associated with the key.
getDSACryptoSystem() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns the DSA crypto system associated with the key.
getDSACryptoSystemBitLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns the number of bits (aka the "strength") of the crypto system, eg 1024.
getDSACryptoSystemData(byte[], byte[], byte[], String) - Method in class net.rim.device.api.crypto.DSACryptoToken
Creates a crypto system associated with this token.
getDSACryptoSystemG(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns the g domain parameter.
getDSACryptoSystemName(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns a String that indicates the set of parameters in use, eg "WTLS1", or null.
getDSACryptoSystemP(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns the p domain parameter.
getDSACryptoSystemQ(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns the q domain parameter, or null.
getDSACryptoToken() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns the DSA crypto token.
getDSACryptoToken() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns the DSA crypto token that protects the key.
getDSAPrivateKey() - Method in class net.rim.device.api.crypto.DSAKeyPair
Returns the DSA private key associated with this key pair.
getDSAPrivateKeyLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns the length of the private key.
getDSAPublicKey() - Method in class net.rim.device.api.crypto.DSAKeyPair
Returns the DSA public key associated with this key pair.
getDSAPublicKeyLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns the length of the public key.
getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDTDHandler() - Method in interface org.xml.sax.XMLReader
Return the current DTD handler.
getDtr() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Retrieves state of the DTR line.
getDtr() - Method in class net.rim.device.api.system.SerialPort
Deprecated. Retrieves state of the DTR line.
getDuration() - Method in interface javax.microedition.media.Player
Get the duration of the media.
getDuration() - Method in class net.rim.blackberry.api.phone.phonelogs.CallLog
Retrieves logged call's duration.
getDuration() - Method in class net.rim.device.api.animation.Animation
Gets the duration of the animation.
getE() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the public key exponent, or null if not available.
getE() - Method in class net.rim.device.api.crypto.RSAPublicKey
Returns a copy of the public key exponent.
getEasingCurve() - Method in class net.rim.device.api.animation.Animation
Gets the easing curve that will be used to interpolate the animation's sequence data.
getEasingCurve() - Method in class net.rim.device.api.animation.AnimationKeyframeSequence
Gets the easing curve currently being applied on the sequence.
getECBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECBlocksForLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.decoder.Version
 
getECCodewordsPerBlock() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECCryptoSystem() - Method in interface net.rim.device.api.crypto.ECKey
Returns the EC crypto system associated with the key.
getECCryptoSystem() - Method in class net.rim.device.api.crypto.ECKeyPair
Returns the EC crypto system associated with the keys.
getECCryptoSystem() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns a reference to EC the crypto system being used with this instance of the private key class.
getECCryptoSystem() - Method in class net.rim.device.api.crypto.ECPublicKey
Returns a reference to the EC crypto system being used with this instance of the private key class.
getECCryptoSystemA(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
This functions returns the "a" coefficient of this elliptic curve, defined by the equation y^2 = x^3 + ax + b ( in the F_p case ) or y^2 + xy = x^3 + ax^2 + b ( in the F_2^m case ).
getECCryptoSystemB(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
This functions returns the "b" coefficient of this elliptic curve, defined by the equation y^2 = x^3 + ax + b ( in the F_p case ) or y^2 + xy = x^3 + ax^2 + b ( in the F_2^m case ).
getECCryptoSystemBasePoint(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
This function returns the base point of this elliptic curve.
getECCryptoSystemBitLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
Returns the length (in bits) of the field for this system's curve.
getECCryptoSystemCofactor(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
This functions returns the cofactor of this elliptic curve.
getECCryptoSystemData(String) - Method in class net.rim.device.api.crypto.ECCryptoToken
Creates a crypto system associated with this token.
getECCryptoSystemFieldLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
Returns the length (in bytes) of the field for this system's curve.
getECCryptoSystemFieldReductor(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
This functions returns the field reductor of this elliptic curve.
getECCryptoSystemGroupOrder(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
This functions returns the number of points in the group generated by the base point of this elliptic curve.
getECCryptoSystemName(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
Returns a String that indicates the name of the elliptic curve, eg "EC163K1".
getECCryptoToken() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns the EC crypto token associated with the key.
getECCryptoToken() - Method in class net.rim.device.api.crypto.ECPublicKey
Returns a reference to the EC crypto token associated with the key.
getECIByValue(int) - Static method in class com.google.zxing.common.ECI
 
getECLevel() - Method in class com.google.zxing.common.DecoderResult
 
getECLevel() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getECPrivateKey() - Method in class net.rim.device.api.crypto.ECKeyPair
Returns the EC private key associated with this key pair.
getECPrivateKeyLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.ECCryptoToken
Returns the length (in bytes) of the private key for this system's curve.
getECPublicKey() - Method in class net.rim.device.api.crypto.ECKeyPair
Returns the EC public key associated with this key pair.
getECPublicKeyLength(CryptoTokenCryptoSystemData, boolean) - Method in class net.rim.device.api.crypto.ECCryptoToken
Returns the length (in bytes) of the public key for this system's curve when the public key is encoded as an ANSI X9.62 ECPoint object.
getEdcType() - Method in class net.rim.device.api.smartcard.AnswerToReset
Returns the EdcType.
getEdgeColor() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the edge color of this style.
getEdgeOpacity() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the edge opacity of this style.
getEdges() - Method in class net.rim.device.api.ui.decor.Border
Retrieve the XYEdges object representing the width/thickness of the border's four sides in pixels.
getEdges(XYEdges) - Method in class net.rim.device.api.ui.decor.Border
Copies the width/thickness of the border's four sides in pixels into the specified XYEdges object.
getEdgeSize() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the edge size of this style.
getEditField() - Method in class net.rim.device.api.ui.component.AutoCompleteField
Get the edit field associated with this AutoCompleteField.
getEffectiveBitLength() - Method in class net.rim.device.api.crypto.RC2Key
Returns the effective bit length.
getEffectiveMinimumLevel(long) - Static method in class net.rim.device.api.system.EventLogger
Retrieves the current effective minimum logging level for the event logger with the given GUID.
getEffectOrder(EffectControl) - Method in interface javax.microedition.amms.control.EffectOrderControl
 
getEffectOrders() - Method in interface javax.microedition.amms.control.EffectOrderControl
 
getEGL() - Static method in class javax.microedition.khronos.egl.EGLContext
Returns an EGL object.
getElapsedTime() - Method in class net.rim.blackberry.api.phone.PhoneCall
Returns this call's current elapsed time.
getElapsedTime() - Method in class net.rim.device.api.animation.Animation
Returns the elapsed time for the animation.
getElapsedTime() - Method in class net.rim.device.api.lbs.travel.TravelTime
Retrieves the estimated travel time between the starting and ending points.
getElement(int) - Method in class net.rim.device.api.script.Scriptable
Requests an indexed element from this object.
getElement(int) - Method in class net.rim.device.api.script.ScriptableImpl
Gets an element pushed into this object.
getElement(int, int) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Retrieves the element at the specified row index and column index.
getElementAt(int) - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Retrieves the element at the given index.
getElementAt(int) - Method in class net.rim.device.api.ui.component.KeywordFilterField
Retrieves the element at the specified index in the list.
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element that has an ID attribute with the given value.
getElementCount() - Method in class net.rim.device.api.script.Scriptable
Requests the number of indexed elements in this object.
getElementCount() - Method in class net.rim.device.api.script.ScriptableImpl
Returns the number of elements that have been pushed into this object.
getElementCount() - Method in class net.rim.device.api.ui.component.table.TableModelChangeEvent
Get the number of elements modified in the event.
getElementLength() - Method in class net.rim.device.api.script.ScriptableImpl
This method calculates the element length of the object.
getElements() - Method in interface net.rim.device.api.collection.ReadableSet
Retrieves an enumeration of this collection's elements.
getElements(Object[]) - Method in interface net.rim.device.api.collection.ReadableSet
Retrieves this collection's elements.
getElements() - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves an enumeration of this collection's elements.
getElements(Object[]) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves this collection's elements.
getElements() - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves all this collection's elements.
getElements() - Method in interface org.w3c.dom.html2.HTMLFormElement
Returns a collection of all form control elements in the form.
getElementsByName(String) - Method in interface org.w3c.dom.html2.HTMLDocument
With [HTML 4.01] documents, this method returns the (possibly empty) collection of elements whose name value is given by elementName.
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getElevation() - Method in class net.rim.device.api.gps.SatelliteInfo
Returns the elevation from horizon in degrees
getElevation() - Method in interface org.w3c.dom.css.CSS2Properties
See the elevation property definition in CSS2.
getEmailAddress() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the email address associated with this service.
getEmailAddress() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the email attribute associated with this distinguished name.
getEmailAddress() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the email attribute associated with this distinguished name.
getEmailAddress() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the email attribute associated with this distinguished name.
getEmphasis() - Method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Gets the FM emphasis.
getEmptyCells() - Method in interface org.w3c.dom.css.CSS2Properties
See the empty-cells property definition in CSS2.
getEmptyString() - Method in class net.rim.device.api.ui.component.ListField
Retrieves a string that this field uses to show its list is empty.
getEmptyString() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves empty marker string.
getEmptyStringStyle() - Method in class net.rim.device.api.ui.component.ListField
Retrieves the style attributes of the string this field uses to show its list is empty.
getEmptyStringStyle() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves drawing style of the empty marker string.
getEnabledNFCServices() - Method in class net.rim.device.api.io.nfc.NFCManager
Retrieves the state of NFC functionality.
getEnabledWAFs() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the currently enabled Wireless Access Families.
getEncoded() - Method in class net.rim.device.api.crypto.certificate.x509.PKCS10CertificateRequest
Encodes the certificate request and returns the encoded result.
getEncodedIcon() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the icon from this descriptor.
getEncodedImageResource(String) - Static method in class net.rim.device.api.system.EncodedImage
Creates an encoded image from provided name resource.
getEncodedImageResource(String, String) - Static method in class net.rim.device.api.system.EncodedImage
Creates an encoded image from provided named resource found in module.
getEncodedKey() - Method in class net.rim.device.api.crypto.encoder.EncodedKey
Returns the bytes representing the encoding of the key.
getEncodedSignature() - Method in class net.rim.device.api.crypto.encoder.EncodedSignature
Returns the actual bytes representing the encoding of the signature.
getEncoder(String, String) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyEncoder
Returns the class associated with the encoding algorithm and the key algorithm.
getEncoder(String, String) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyEncoder
Returns the class associated with the encoding algorithm and the key algorithm.
getEncoder(String, String) - Static method in class net.rim.device.api.crypto.encoder.SignatureEncoder
Returns the class associated with the encoding algorithm and the signature algorithm.
getEncoder(String, String) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyEncoder
Returns the class associated with the encoding algorithm and the key algorithm.
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getEncoding() - Method in class javax.wireless.messaging.MessagePart
Returns the encoding of the content as a String.
getEncoding() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getEncoding() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the encoding of the certificate.
getEncoding(int) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the encoding of the field within the certificate (see CertificateField).
getEncoding() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Returns the encoding of the DistinguishedName.
getEncoding() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the encoding of the certificate.
getEncoding(int) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the encoding of the field from the certificate.
getEncoding() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a byte array containing the encoding of this WTLS distinguished name.
getEncoding() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
getEncoding(int) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
getEncoding() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
 
getEncoding() - Method in interface org.w3c.dom.css.CSSCharsetRule
The encoding information used in this @charset rule.
getEncoding() - Method in interface org.w3c.dom.ls.LSInput
The character encoding, if known.
getEncoding() - Method in interface org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.CMS_SignatureDecoder
Returns the encoding algorithm used, ie.
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.EncodedKey
Returns the string representing the encoding algorithm used, eg "X509".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.EncodedSignature
Returns the encoding algorithm used.
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.MSCAPI_PrivateKeyDecoder
Returns the encoding algorithm used, "MSCAPI".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.MSCAPI_PublicKeyDecoder
Returns the encoding algorithm used, "MSCAPI".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.PKCS8_PrivateKeyDecoder
Returns the encoding algorithm used, "PKCS8".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.PKCS8_SymmetricKeyDecoder
Returns the encoding algorithm used, "PKCS8".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.PrivateKeyDecoder
Returns the name of this encoding algorithm, such as "PKCS8".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.PrivateKeyEncoder
Returns the name of the encoding used, such as "PKCS8".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.PublicKeyDecoder
Returns the name of this encoding algorithm, such as "X509".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.PublicKeyEncoder
Returns the name of the encoding used, such as "X509".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.SignatureDecoder
Returns the encoding algorithm used, such as "X509".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.SignatureEncoder
Returns the encoding algorithm used, such as "X509".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder
Returns the name of this encoding algorithm, such as "X509".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.SymmetricKeyEncoder
Returns the name of the encoding used, such as "PKCS8".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.WTLS_PublicKeyDecoder
Returns the encoding algorithm used, "WTLS".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.WTLS_SignatureDecoder
Returns the encoding algorithm used, such as "WTLS".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.X509_PublicKeyDecoder
Returns the encoding algorithm used, "X509".
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.X509_SignatureDecoder
Returns the encoding algorithm used, "X509".
getEncodingName() - Method in class com.google.zxing.common.CharacterSetECI
 
getEncryptionMode() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves server's available encryption mode.
getEncryptionPriority() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the array of ciphersuites currently stored with their appropriate priority (first in the array has most priority).
getEncryptionRecipients() - Method in class net.rim.device.api.crypto.cms.CMSContext
Returns an array of the recipients found in the upper most encryption layer in this message.
getEncryptorOutputStream(Key, OutputStream) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Encrypts the data and returns the encrypted output stream given the specified key and output stream.
getEncryptorOutputStream(Key, OutputStream, String) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Encrypts the data and returns the encrypted output stream given the specified key, outputstream and algorithm name.
getEncryptorOutputStream(Key, OutputStream, String, InitializationVector) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Encrypts the data and returns the encrypted output stream given the specified key, outputstream, algorithm name and initialization vector.
getEnctype() - Method in interface org.w3c.dom.html2.HTMLFormElement
The content type of the submitted form, generally "application/x-www-form-urlencoded".
getEnd() - Method in class net.rim.device.api.lbs.maps.model.MapLine
Retrieves the ending point of the line.
getEnd() - Method in class net.rim.device.api.lbs.travel.TravelTime
Retrieves the destination point.
getEndContainer() - Method in interface org.w3c.dom.ranges.Range
Node within which the Range ends
getEndIndex() - Method in class net.rim.device.api.i18n.FieldPosition
Retrieves position of last character in underlying field.
getEndOffset() - Method in class net.rim.device.api.ui.DrawTextParam
Deprecated. Use the data member iEndOffset directly.
getEndOffset() - Method in interface org.w3c.dom.ranges.Range
Offset within the ending node of the Range.
getEndPosition() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns the end position of the ASN.1 field being read.
getEndTime() - Method in class net.rim.device.api.lbs.travel.TravelTime
Retrieves the arrival time at the destination.
getEndTrigger() - Method in class net.rim.device.api.animation.AbstractAnimation
Gets the AnimationTrigger that is fired when the animation ends.
getEngine() - Static method in class net.rim.blackberry.api.spellcheck.SpellCheckEngineFactory
Creates and returns a spell checking engine for the language associated with the system's default locale.
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntityResolver() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getEntityResolver() - Method in interface org.xml.sax.XMLReader
Return the current entity resolver.
getEntry(long) - Static method in class net.rim.device.api.io.file.FileSystemJournal
Returns a journal entry for the corresponding Update Sequence Number (USN).
getEntry(int) - Method in class net.rim.device.api.ldap.LDAPQuery
Returns the indexed LDAPEntry.
getEphemeralKey() - Method in class net.rim.device.api.crypto.ElGamalEncryptorEngine
Returns the ephemeral key used to encrypt the data.
getError() - Method in class net.rim.blackberry.api.push.PushApplicationStatus
Returns error message indicating why the registration failed.
getError() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves error (if any) received when requesting the content.
getError() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves error (if any) received when requesting the content.
getError() - Method in class net.rim.device.api.gps.BlackBerryLocation
Returns any errors associated with the BlackBerryLocation object.
getErrorCode() - Method in exception javax.microedition.content.ContentHandlerException
Returns the error code for the exception.
getErrorCode() - Method in exception javax.microedition.global.ResourceException
Returns the error code associated with this exception.
getErrorCode() - Method in exception net.rim.blackberry.api.sendmenu.SendCommandException
Returns the error code of this SendCommandException.
getErrorCode() - Method in exception net.rim.blackberry.web.widget.jil.JILWidgetException
 
getErrorCode() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns a code that describes the overall outcome of the request.
getErrorCode() - Method in exception net.rim.device.api.crypto.transcoder.TranscoderRegistrationException
Returns the error code of this exception.
getErrorCode() - Method in exception net.rim.device.api.io.file.FileIOException
Retrieves the error code.
getErrorCode() - Method in exception net.rim.device.api.lbs.LocatorException
Returns the error code for a failed geocoding request.
getErrorCode() - Method in exception net.rim.device.api.lbs.maps.MapException
 
getErrorCode() - Method in exception net.rim.device.api.lbs.travel.TravelTimeException
Returns an error code.
getErrorCode() - Method in class net.rim.device.api.ldap.LDAPQuery
Returns the error code describing any error that might have occurred during processing of the query.
getErrorCode() - Method in exception net.rim.device.api.wlan.hotspot.HotspotException
Retrieves this exception's error code.
getErrorHandler() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the currently active BrowserFieldErrorHandler for this BrowserField instance.
getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getErrorHandler() - Method in interface org.xml.sax.XMLReader
Return the current error handler.
getErrorMessage() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns a textual error message describing the current error condition, if any.
getErrorMsg() - Method in class net.rim.device.api.ldap.LDAPQuery
Returns a string describing any error that might have occurred during processing of the query.
getErrorString() - Method in class net.rim.device.api.browser.field.ErrorEvent
Returns the current error string if there is one.
getESN() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the electronic serial number (ESN) of the device.
getESN() - Static method in class net.rim.device.api.system.MobitexInfo
Deprecated. Retrieves this device's electronic serial number (ESN).
getEstimatedBitRate() - Method in interface javax.microedition.amms.control.FormatControl
Gets the estimated bit rate of the media.
getEstimatedImageSize() - Method in interface javax.microedition.amms.control.ImageFormatControl
Gets the estimated image size.
getEstimatedModuleSize() - Method in class com.google.zxing.qrcode.detector.FinderPattern
 
getEvent() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves event that initiated this rendering.
getEvent() - Method in class net.rim.device.api.io.file.FileSystemJournalEntry
Returns the type of event that this event corresponds to.
getEvent() - Method in class net.rim.device.api.system.EventInjector.Event
Returns the event.
getEvent() - Method in class net.rim.device.api.system.EventInjector.TrackwheelEvent
 
getEvent() - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the event code associated with this touch event.
getEvent() - Method in class net.rim.device.api.ui.TouchGesture
Retrieves the event code associated with this touch gesture.
getEvent() - Method in interface org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
getEventArg() - Method in class net.rim.blackberry.api.invoke.CalendarArguments
Return the specific event used to open this Calendar to a specific event.
getEventDescription(long) - Static method in class net.rim.blackberry.api.profiles.Profiles
Returns the description of the specified event.
getEventId() - Method in class net.rim.blackberry.api.profiles.NotificationRule
Returns the event ID of the notification rule.
getEventID() - Method in class net.rim.device.api.io.parser.rss.event.RSSEvent
Returns the event ID for this event.
getEventLock() - Static method in class net.rim.device.api.system.Application
Retrieves the application user interface event lock.
getEventManager() - Method in interface net.rim.device.api.lbs.maps.model.DynamicMappable
Retrieves the event manager for this mappable entity.
getEventPhase() - Method in interface org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getEventType() - Method in class net.rim.device.api.io.nfc.handover.ConnectionHandoverEvent
Gets the type of connection handover event.
getEventType() - Method in interface net.rim.device.api.ui.component.table.DataModelChangeEvent
Get the generated event type.
getEventType() - Method in class net.rim.device.api.ui.component.table.TableModelChangeEvent
Get the event type for this event.
getExceptDates() - Method in class javax.microedition.pim.RepeatRule
Returns the Dates for which this RepeatRule should not occur.
getException() - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugContext
Deprecated. Gets the Exception that was thrown by the context.
getException() - Method in exception net.rim.device.api.crypto.keystore.KeyStoreRegisterException
This method returns the underlying exception.
getException() - Method in class net.rim.device.api.io.parser.rss.event.RSSErrorEvent
Returns the exception that was caught during the processing of an RSS document.
getException() - Method in exception net.rim.device.cldc.io.ssl.TLSCancelException
Returns the underlying exception.
getException() - Method in exception net.rim.device.cldc.io.ssl.TLSException
Returns the underlying exception.
getException() - Method in exception net.rim.device.cldc.io.ssl.TLSIOException
Returns the underlying exception.
getException() - Method in exception org.xml.sax.SAXException
Return the embedded exception, if any.
getExceptionList() - Method in class net.rim.device.api.lbs.maps.server.exchange.ServerExchange
Gets the exception list for this exchange.
getExecutionContext() - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the execution context of the associated command.
getExpanded(int) - Method in class net.rim.device.api.ui.component.TreeField
Determines if node is expanded or collapsed.
getExpandedSize(BasicFilteredListResult) - Method in class net.rim.device.api.ui.component.AutoCompleteField
Given a result in the list, get the number of expanded rows for the result.
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.NodeIterator
The value of this flag determines whether the children of entity reference nodes are visible to the iterator.
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.TreeWalker
The value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker.
getExpandingEntities() - Method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
Determines if this DOM expands entities.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getExpiration() - Method in interface net.rim.blackberry.web.widget.jil.AuthInfo
The expiration date of a granted authorization
getExpiration() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getExposureCompensation() - Method in interface javax.microedition.amms.control.camera.ExposureControl
Gets the current exposure compensation.
getExposureMode() - Method in interface javax.microedition.amms.control.camera.CameraControl
Returns the current exposure mode of the camera device.
getExposureTime() - Method in interface javax.microedition.amms.control.camera.ExposureControl
Gets the current shutter speed.
getExposureValue() - Method in interface javax.microedition.amms.control.camera.ExposureControl
 
getExtension(OID) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the extension for the given oid if it exists in the certificate, otherwise null.
getExtension(OID) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the extension for the given oid if it exists in the CRL, otherwise null.
getExtension(OID) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns an extension with the given OID associated with this certificate.
getExtension(OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the extension for the given oid if it exists in the certificate, otherwise null.
getExtension(OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the extension for the given oid if it exists in the CRL, otherwise null.
getExtensionForFeature(String) - Method in interface net.rim.device.api.web.WidgetConfig
Retrieves a WidgetExtension for the corresponding feature ID.
getExtensionFromMIMEType(String) - Static method in class net.rim.device.api.io.MIMETypeAssociations
Return the file extension associated with the MIME type.
getExtensions() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns all the extensions associated with this certificate, or null.
getExtensions(boolean) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns all the extensions associated with this certificate that have their critical bit set to the value of criticalBit, or null if none are found.
getExtensions() - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns all the extensions associated with this CRL, or null.
getExtensions(boolean) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns all the extensions associated with this CRL that have their critical bit set to the value of criticalBit, or null if none are found.
getExtensions() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns all the extensions associated with this certificate.
getExtensions(boolean) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns all the extensions associated with this certificate that have their critical bit set to the value of criticalBit.
getExtensions() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns all the extensions associated with this certificate, or null.
getExtensions(boolean) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns all the extensions associated with this certificate that have their critical bit set to the value of criticalBit, or null if none are found.
getExtensions() - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns all the extensions associated with this CRL, or null.
getExtensions(boolean) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns all the extensions associated with this CRL that have their critical bit set to the value of criticalBit, or null if none are found.
getExtensions() - Method in interface net.rim.device.api.web.WidgetConfig
An enumeration of all the Javascript Extension to be loaded for this widget.
getExtent() - Method in class net.rim.device.api.ui.Field
Retrieves this field's extent (the region occupied in its manager's child region).
getExtent(XYRect) - Method in class net.rim.device.api.ui.Field
Retrieves this field's extent (the region occupied in its manager's child region).
getExtraInfo(String) - Method in class javax.microedition.location.Location
Returns extra information about the location.
getFace() - Method in class javax.microedition.lcdui.Font
Gets the face of the font.
getFace() - Method in interface org.w3c.dom.html2.HTMLBaseFontElement
Font face identifier.
getFace() - Method in interface org.w3c.dom.html2.HTMLFontElement
Font face identifier.
getFactoryAlgorithms() - Method in class net.rim.device.api.crypto.DecryptorFactory
Returns a string representing the name of the decryptor algorithm, for example "DES", used to decrypt the data.
getFactoryAlgorithms() - Method in class net.rim.device.api.crypto.DigestFactory
Called to determine what algorithms are supported.
getFactoryAlgorithms() - Method in class net.rim.device.api.crypto.EncryptorFactory
Returns a String containing the names of all algorithms supported by the encryptor factory.
getFactoryAlgorithms() - Method in class net.rim.device.api.crypto.MACFactory
Called to determine what SymmetricKey's are supported.
getFactoryAlgorithms() - Method in class net.rim.device.api.crypto.SignatureSignerFactory
Returns the name of the algorithm used to sign the data.
getFactoryAlgorithms() - Method in class net.rim.device.api.crypto.SymmetricKeyFactory
Called to determine what SymmetricKey's are supported.
getFailedReason() - Method in class net.rim.device.api.io.nfc.handover.ConnectionHandoverFailedEvent
Gets the connection handover failure reason.
getFailoverMode() - Method in class net.rim.device.api.gps.BlackBerryCriteria
Returns the failover GPS mode set by the application, or returns GPSInfo.GPS_MODE_NONE if a mode is not set.
getFailoverTimeout() - Method in class net.rim.device.api.gps.BlackBerryCriteria
Returns the failover timeout.
getFamily() - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves this bundle's family.
getFar(Plane) - Method in class net.rim.device.api.math.Frustum
Gets the far plane of the frustum in the given plane.
getFaultBits() - Static method in class net.rim.device.api.system.MobitexInfo
Deprecated. Retrieves the fault bits.
getFaultDetail() - Method in exception javax.microedition.xml.rpc.FaultDetailException
Returns the Object array representing the fault detail value.
getFaultDetailName() - Method in exception javax.microedition.xml.rpc.FaultDetailException
Returns the qualified name of the fault detail.
getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
Gets the value of the particular feature in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String, String) - Method in interface org.w3c.dom.Node
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a feature.
getFeature(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a feature flag.
getFeatureList() - Method in class net.rim.device.api.web.jse.BlackBerryWidgetToolkit
 
getFeatureList() - Method in interface net.rim.device.api.web.WidgetExtension
Retrieves a listing of all the features available in this extension.
getFeatures() - Method in class net.rim.device.api.web.WidgetAccess
Retrieves an array of the features that can be used by the URI.
getField(int) - Method in class javax.microedition.location.AddressInfo
Returns the value of an address field.
getField() - Method in exception javax.microedition.pim.FieldEmptyException
Returns an integer representing the field that caused the exception.
getField() - Method in exception javax.microedition.pim.FieldFullException
Returns an integer representing the field that caused the exception.
getField() - Method in exception javax.microedition.pim.UnsupportedFieldException
Returns an integer representing the field that caused the exception.
getField(int) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Retrieves the field from an index.
getField(int) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenHorizontalManager
Retrieve the field from an index.
getField(int) - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenVerticalManager
Retrieve the field from an index.
getField(String) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldScriptObject
Deprecated. Returns the value of a field.
getField() - Method in class net.rim.device.api.crypto.certificate.CertificateDisplayField
Returns the field associated with this object if one exists.
getField() - Method in class net.rim.device.api.i18n.FieldPosition
Retrieves underlying field's ID.
getField(String) - Method in class net.rim.device.api.script.Scriptable
Requests a field from this object.
getField(String) - Method in class net.rim.device.api.script.ScriptableImpl
Gets a field pushed into this object.
getField(int) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Returns the controlled field with the specified index.
getField(int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the controlled field at a specified index.
getField(int) - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves the field at specified position in the scrollable section.
getField(int) - Method in class net.rim.device.api.ui.Manager
Retrieves the controlled field with a specified index.
getField(int) - Method in class net.rim.device.api.ui.Screen
Retrieves the controlled field with the specified index.
getField() - Method in class net.rim.device.api.unifiedsearch.SearchFieldCriteria
Returns the SearchField instance associated with this object.
getField(int) - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Retrieve this user authenticator's field for presentation to the user.
getFieldAtCell(int, int) - Method in class net.rim.device.api.ui.container.GridFieldManager
Returns the Field contained in the cell specified by the given row and column.
getFieldAtIndex(int) - Method in class net.rim.device.api.ui.container.GridFieldManager
Returns the field at the given index.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
 
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView
Returns -1 as an index to avoid treating its contained fields as fields.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the index of a field under a particular point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Retrieves field under a particular point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Retrieves the closest field under a particular point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Retrieves field under a particular point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.Manager
Retrieves the index of the field under a specified point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.Screen
Retrieves the index of the field under the provided point.
getFieldCount() - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Retrieves the number of fields.
getFieldCount() - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenHorizontalManager
Retrieves the number of fields.
getFieldCount() - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreenVerticalManager
Retrieves the number of fields.
getFieldCount() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the number of fields controlled by this manager's delegate.
getFieldCount() - Method in class net.rim.device.api.ui.container.GridFieldManager
Retrieves the number of fields controlled by this manager.
getFieldCount() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves the number of fields in the scrollable section.
getFieldCount() - Method in class net.rim.device.api.ui.Manager
Retrieves the number of fields controlled by this manager.
getFieldCount() - Method in class net.rim.device.api.ui.Screen
Retrieves the number of controlled fields.
getFieldCriteria() - Method in class net.rim.device.api.unifiedsearch.SearchFieldCriteriaList
Returns a list of SearchFieldCriteria objects.
getFieldDataType(int) - Method in interface javax.microedition.pim.PIMList
Returns the data type of the data associated with the given field.
getFieldEndPosition() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an offset representing the start position of the next field to be read, not the current one.
getFieldImpl(int) - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Retrieve this user authenticator's field for presentation to the user.
getFieldLabel(int) - Method in interface javax.microedition.pim.PIMList
Returns a String label associated with the given field.
getFieldLength() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bytes) of the field for this system's curve.
getFieldReductor() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the field reductor of this elliptic curve.
getFields() - Method in interface javax.microedition.pim.PIMItem
Gets all fields in the item that have data stored for them.
getFields() - Method in class javax.microedition.pim.RepeatRule
Returns a list of fields that currently have values assigned.
getFields(BasicFilteredListResult, long) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Retrieves the values of the specified field.
getFields() - Method in class net.rim.device.api.i18n.Format
Retrieves ordered list of fields.
getFields() - Method in class net.rim.device.api.i18n.MessageFormat
Retrieves ordered list of fields.
getFields() - Method in class net.rim.device.api.i18n.SimpleDateFormat
Retrieves ordered list of fields.
getFields() - Method in class net.rim.device.api.unifiedsearch.SearchFieldCriteriaList
Returns a list of SearchField objects.
getFieldSize(int) - Static method in class net.rim.device.api.util.TLEUtilities
Determines the number of bytes required to write a byte field.
getFieldStrength() - Method in class net.rim.device.api.location.GeomagneticField
Retrieves the total intensity of the geomagnetic field.
getFieldStrength() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the local magnetic field strength, the magnitude of the geomagnetic vector.
getFieldStyle() - Method in class net.rim.device.api.ui.Field
Retrieves this field's current custom field styles as an integer.
getFieldWithFocus() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the controlled field with focus.
getFieldWithFocus() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves the field from the scrollable section that currently has the focus.
getFieldWithFocus() - Method in class net.rim.device.api.ui.Manager
Retrieves the controlled field that currently has the focus.
getFieldWithFocus() - Method in class net.rim.device.api.ui.Screen
Retrieves the controlled field with focus.
getFieldWithFocusIndex() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the index of the controlled field with focus.
getFieldWithFocusIndex() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves index of field from the scrollable section that currently has the focus.
getFieldWithFocusIndex() - Method in class net.rim.device.api.ui.Manager
Retrieves the index of the controlled field with the focus.
getFieldWithFocusIndex() - Method in class net.rim.device.api.ui.Screen
Retrieves the index of the controlled field with focus.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFile() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
Not implemented - will always return null unless overridden
getFile() - Method in interface net.rim.device.api.database.Database
Returns the URI of the database file.
getFile(String) - Static method in class net.rim.device.api.io.URI
Convenience method to extract the filename from the path component of a hierarchical URI-reference.
getFileContentType(BodyPart) - Method in class net.rim.blackberry.api.mail.AttachmentDownloadManager
Return file content type.
getFileName(BodyPart) - Method in class net.rim.blackberry.api.mail.AttachmentDownloadManager
Return the attchment name.
getFilename() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the filename (if any) associated with this attachment part.
getFileName() - Method in class net.rim.device.api.io.FileInfo
Retrieves the name of this file.
getFilePrefix() - Method in interface javax.microedition.amms.control.camera.SnapshotControl
Gets the filename prefix.
getFileSize(BodyPart) - Method in class net.rim.blackberry.api.mail.AttachmentDownloadManager
Return the file size.
getFileSize(int, String) - Static method in class net.rim.device.api.io.File
Deprecated. use javax.microedition.io.file
getFileSize() - Method in class net.rim.device.api.io.FileInfo
Retrieves the size of this file.
getFileSize() - Method in class net.rim.device.api.io.parser.rss.model.RSSMediaContent
Returns the length of the media file.
getFileSuffix() - Method in interface javax.microedition.amms.control.camera.SnapshotControl
Gets the filename suffix.
getFileSystemFreeSpace(int) - Static method in class net.rim.device.api.io.File
Deprecated. use javax.microedition.io.file
getFileSystemTotalSpace(int) - Static method in class net.rim.device.api.io.File
Deprecated. use javax.microedition.io.file
getFileType() - Method in class net.rim.device.api.io.parser.rss.model.RSSMediaContent
Returns the type of media file.
getFileType() - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns an integer representing the file type.
getFillColor() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the fill color of this style.
getFillOpacity() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the fill opacity of this style.
getFilter(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered filter for a requested connection.
getFilter() - Method in interface net.rim.device.api.im.ITextInputStyle
Gets the text filter set for this field.
getFilter() - Method in class net.rim.device.api.input.InputHelperBase
Gets the text filter set for this field.
getFilter(String) - Static method in class net.rim.device.api.io.http.HttpFilterRegistry
Retrieves a previously registered package by fully qualified domain name.
getFilter() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getFilter() - Method in class net.rim.device.api.ui.component.TextField
Gets the text filter set for this field.
getFilter() - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Gets the text filter set for this field.
getFilter() - Static method in class net.rim.device.api.ui.Trackball
Retrieves the trackball movement filter for the calling process.
getFilter() - Method in interface org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - Method in interface org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFilter() - Method in interface org.w3c.dom.traversal.NodeIterator
The NodeFilter used to screen nodes.
getFilter() - Method in interface org.w3c.dom.traversal.TreeWalker
The filter used to screen nodes.
getFilteredList() - Method in class net.rim.device.api.ui.component.AutoCompleteField
Get the basic filtered list associated with this AutoCompleteField.
getFilterForSystem() - Static method in class net.rim.device.api.ui.Trackball
Retrieves the trackball movement filter for the system.
getFingerprint() - Method in class net.rim.device.api.biometrics.FingerprintBiometricData
Retrieve the sampled fingerprint data.
getFingerprintIDs() - Method in class net.rim.device.api.biometrics.FingerprintBiometricData
Retrieve the positions of the fingers from which these samples were gathered.
getFingerprints(int) - Method in class net.rim.device.api.smartcard.SmartCardSession
Retrieve sampled fingerprint data from the smart card.
getFingerprintsImpl(int) - Method in class net.rim.device.api.smartcard.SmartCardSession
Provide sampled fingerprint data from the smart card.
getFingerprintType() - Method in class net.rim.device.api.biometrics.FingerprintBiometricData
Retrieve the encoding for this fingerprint sample.
getFirmwareVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the firmware version reported OTA.
getFirstChild(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of first child of specified node.
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFirstElementChild() - Method in interface org.w3c.dom.ElementTraversal
Returns the first child element node of this element.
getFirstElementChild() - Method in interface org.w3c.dom.svg.SVGElement
Returns the first child element node of this element.
getFirstRoot() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of this tree's first root node.
getFirstSet() - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieves the first bit set.
getFirstSet() - Method in class net.rim.device.api.util.BitSet
Retrieves first set bit in this set.
getFitPolicy() - Method in interface javax.microedition.lcdui.Choice
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFitPolicy() - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFitPolicy() - Method in class javax.microedition.lcdui.List
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFlag(int) - Method in class net.rim.device.api.io.DatagramBase
Retrieves state of named flag.
getFlag(int) - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves state of specified flags for this connection.
getFlag(int) - Method in interface net.rim.device.api.io.IOProperties
Retrieves the value for the indicated flag.
getFlag(int) - Static method in class net.rim.device.api.system.Branding
Returns the boolean value of the specified flag.
getFlag(int, boolean) - Static method in class net.rim.device.api.system.Branding
Returns the boolean value of the specified flag, if the flag exists.
getFlag(int, int) - Static method in class net.rim.device.api.system.Branding
Returns the boolean value of the specified flag.
getFlag(int) - Method in class net.rim.device.api.wlan.hotspot.HotspotInfo
Retrieves the value of the indicated flag.
getFlags() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the flags for this message.
getFlags() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the flags associated with this request.
getFlags() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Retrieves the flags of this event.
getFlags() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves rendering flags.
getFlags() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the flags contained in this Accept Request.
getFlags() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the flags from this descriptor.
getFlags() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves this code module group's flag mask.
getFlashFree() - Static method in class net.rim.device.api.system.Memory
Returns the amount of free flash.
getFlashStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for flash memory.
getFlashTotal() - Static method in class net.rim.device.api.system.Memory
Returns the amount of flash needed.
getFloat() - Method in class java.nio.ByteBuffer
Relative get method for reading a float value.
getFloat(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a float value.
getFloat() - Method in class net.rim.device.api.animation.AnimatedScalar
Gets the value of the AnimatedScalar as a float.
getFloat(int) - Method in class net.rim.device.api.animation.AnimatedVector
Gets the value for the given component of the AnimatedVector as a float.
getFloat(int, int) - Method in class net.rim.device.api.animation.AnimatedVector
Gets the value for the given component of the AnimatedVector as a float on the specified data channel.
getFloat(float[], int) - Method in class net.rim.device.api.animation.AnimatedVector
Gets the value of the AnimatedVector.
getFloat(int, float[], int) - Method in class net.rim.device.api.animation.AnimatedVector
Gets the value of the AnimatedVector on the specified data channel.
getFloat(int) - Method in class net.rim.device.api.animation.AnimationValue
Gets the value of the specified component as a float.
getFloat(int, int) - Method in class net.rim.device.api.animation.AnimationValue
Gets the value of the specified component on the specified data channel as a float.
getFloat(float[], int) - Method in class net.rim.device.api.animation.AnimationValue
Gets the value of the AnimationValue.
getFloat(int, float[], int) - Method in class net.rim.device.api.animation.AnimationValue
Gets the value of the AnimationValue on the specified data channel.
getFloat(int) - Method in class net.rim.device.api.database.Row
Retrieves a float column value by index.
getFloat(String, float) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an float value that corresponds to a given key.
getFloat(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a float value that corresponds to a given key.
getFloat(String, float) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getFloat(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getFloatArray(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an array of float values associated with the key specified.
getFloatArray(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getFloatAt(String, int, float) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a float value that corresponds to a given key.
getFloatAt(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a float value that corresponds to a given key.
getFloatAt(String, int, float) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getFloatAt(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getFloatTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Get the trait value as float.
getFloatValue(short) - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get a float value in a specified unit.
getFocus() - Method in interface javax.microedition.amms.control.camera.FocusControl
Returns the focus setting of the camera device.
getFocusedMappable() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Retrieves the mappable entity that currently has focus.
getFocusListener() - Method in class net.rim.device.api.ui.Field
Retrieves the current focus listener.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Retrieves the extent of the focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves the extent of the focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.CheckboxField
 
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.ListField
Retrieves current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.NullField
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.RadioButtonField
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.TextField
Retrieves the extent of the focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.Field
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.Manager
Retrieves the current extent of the focus.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.Screen
Retrieves the current extent of the focus.
getFocusRectPhantom(XYRect) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves this field's current focus phantom region.
getFocusRow() - Method in class net.rim.device.api.ui.component.table.RichList
Get the row index that has focus.
getFocusRow() - Method in class net.rim.device.api.ui.component.table.SimpleList
Get the row number that has focus.
getFocusSteps() - Method in interface javax.microedition.amms.control.camera.FocusControl
Tells how many steps the focus has.
getFocusVerbs(CookieProvider, Object, Vector) - Method in interface net.rim.device.api.ui.component.ActiveFieldCookie
Retrieves set of menu items appropriate for this cookie, given context.
getFolder(String) - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the Folder object corresponding to the given name.
getFolder() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the folder containing this message.
getFolder(long) - Method in class net.rim.blackberry.api.mail.Store
Retrieves a folder by ID.
getFolder(String) - Method in class net.rim.blackberry.api.mail.Store
Retrieves a folder by name.
getFolderName() - Method in exception net.rim.blackberry.api.mail.FolderNotFoundException
Retrieves the name of the folder for which the exception was thrown.
getFolderName() - Method in class net.rim.device.api.system.ApplicationDescriptor
Returns the suggested folder name to place this application in.
getFont(int) - Method in interface javax.microedition.lcdui.Choice
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int) - Static method in class javax.microedition.lcdui.Font
Gets the Font used by the high level user interface for the fontSpecifier passed in.
getFont(int, int, int) - Static method in class javax.microedition.lcdui.Font
Obtains an object representing a font having the specified face, style, and size.
getFont() - Method in class javax.microedition.lcdui.Graphics
Gets the current font.
getFont(int) - Method in class javax.microedition.lcdui.List
Gets the application's preferred font for rendering the specified element of this Choice.
getFont() - Method in class javax.microedition.lcdui.StringItem
Gets the application's preferred font for rendering this StringItem.
getFont() - Method in class net.rim.device.api.ui.component.Menu
Retrieves the current font for the menu.
getFont() - Method in class net.rim.device.api.ui.component.table.RegionStyles
Get the font that has been applied to this region.
getFont() - Method in class net.rim.device.api.ui.Field
Retrieves this field's current font.
getFont(int, int) - Method in class net.rim.device.api.ui.FontFamily
Returns a font specified by style and size.
getFont(int, int, int) - Method in class net.rim.device.api.ui.FontFamily
Returns a font specified by style and size.
getFont() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current font for the current graphics context.
getFont() - Method in interface org.w3c.dom.css.CSS2Properties
See the font property definition in CSS2.
getFontFamilies() - Static method in class net.rim.device.api.ui.FontFamily
Return an array containing all registered font families.
getFontFamily() - Method in class net.rim.device.api.ui.Font
Returns the font family containing this font.
getFontFamily() - Method in class net.rim.device.api.ui.FontSpec
Returns the font-family containing this font.
getFontFamily() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-family property definition in CSS2.
getFonts() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's font list.
getFonts() - Method in class net.rim.device.api.ui.FontFamily
Deprecated. Use FontFamily.getFont(int, int)
getFontSize() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-size property definition in CSS2.
getFontSizeAdjust() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-size-adjust property definition in CSS2.
getFontSpec() - Method in class net.rim.device.api.ui.Font
Returns an instance of the FontSpec class.
getFontStretch() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-stretch property definition in CSS2.
getFontStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-style property definition in CSS2.
getFontVariant() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-variant property definition in CSS2.
getFontWeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the font-weight property definition in CSS2.
getForegroundColors() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's foreground color list.
getForegroundProcessId() - Method in class net.rim.device.api.system.ApplicationManager
Retrieves the process ID of the foreground process.
getForm() - Method in interface org.w3c.dom.html2.HTMLButtonElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLFieldSetElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLInputElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLIsIndexElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLLabelElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLLegendElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLOptionElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLSelectElement
Returns the FORM element containing this control.
getForm() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Returns the FORM element containing this control.
getFormalIndex(String) - Method in interface net.rim.device.api.database.Statement
Converts the named SQL parameter into a parameter index that can be used in bind() calls.
getFormalName(int) - Method in interface net.rim.device.api.database.Statement
Converts a parameter index to a SQL parameter name.
getFormat() - Method in interface javax.microedition.amms.control.FormatControl
Get the format.
getFormatInstance() - Static method in exception com.google.zxing.FormatException
 
getFormats() - Method in class net.rim.device.api.i18n.MessageFormat
Retrieves list of sub-formatters.
getForms() - Method in interface org.w3c.dom.html2.HTMLDocument
A collection of all the forms of a document.
getFragment() - Method in class net.rim.device.api.io.URI
Get the fragment component of the URI-reference.
getFrame() - Method in class javax.microedition.lcdui.game.Sprite
Gets the current index in the frame sequence.
getFrame() - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies which external table borders to render.
getFrameBorder() - Method in interface org.w3c.dom.html2.HTMLFrameElement
Request frame borders.
getFrameBorder() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Request frame borders.
getFrameCount() - Method in class net.rim.device.api.system.EncodedImage
Returns the number of frames in this image.
getFrameDelay(int) - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves the frame delay for a frame by index.
getFrameHeight(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the height in pixels of the specified frame.
getFrameLeft(int) - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves left edge of frame by index.
getFrameMonochrome(int) - Method in class net.rim.device.api.system.EncodedImage
Returns true if the specified frame is monochrome.
getFrameNumColors(int) - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves the number of unique colors in a frame by index.
getFrameSequenceLength() - Method in class javax.microedition.lcdui.game.Sprite
Gets the number of elements in the frame sequence.
getFrameTop(int) - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves top edge of frame by index.
getFrameTransition(int) - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves the frame transition time by index.
getFrameTransparency(int) - Method in class net.rim.device.api.system.EncodedImage
Returns true if the specified frame has transparency information.
getFrameType() - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns an integer representing the frame type.
getFrameWidth(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the width in pixels of the specified frame.
getFramingRect(XYRect, int, int) - Static method in class net.rim.device.api.barcodelib.BarcodeDecoder
Calculates a rect which is a subset of the rect defined by width * height.
getFree() - Method in class net.rim.device.api.system.MemoryStats
Returns the amount of memory/storage still free and available for use.
getFreqsByPTY(short) - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the frequencies sending the given Programme TYpe.
getFreqsByTA(boolean) - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the frequencies sending Traffic Announcements (TA).
getFrequency() - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the frequency which the tuner has been tuned to.
getFrequency() - Method in class net.rim.device.api.system.MagnetometerChannelConfig
Retrieves the frequency.
getFrequencyAndRssi() - Method in interface net.rim.device.api.amms.control.fmradio.FmTunerControl
Gets the current frequency and Radio Signal Strength Indication (RSSI) (in decibel).
getFrequencyDigitsAfterDecimal() - Method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Checks the FM step size to be 50kHz.
getFriendlyName() - Method in class javax.bluetooth.LocalDevice
Retrieves the name of the local device.
getFriendlyName(boolean) - Method in class javax.bluetooth.RemoteDevice
Returns the name of this device.
getFriendlyName() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the friendly name of the server.
getFriendlyName(DistinguishedName) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a string that contains a "friendly" name for the distinguished name of a certificate.
getFriendlyName() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves this code module group's default friendly name.
getFrom() - Method in class net.rim.blackberry.api.mail.Message
Retrieves this message's "From" attribute.
getFStop() - Method in interface javax.microedition.amms.control.camera.ExposureControl
 
getFullName() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this folder's full name.
getFullScreenMode() - Method in class net.rim.device.api.browser.field.FullWindowEvent
Checks to see if full screen mode was requested.
getFunctionName() - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugContext
Deprecated. Gets the name of the function (without parameters) that the debugger is currently broken in
getG() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the g domain parameter.
getG() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the g domain parameter.
getG() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the g domain parameter.
getGameAction(int) - Method in class javax.microedition.lcdui.Canvas
Gets the game action associated with the given key code of the device.
getGameAction(int) - Method in class javax.microedition.lcdui.CustomItem
Gets the game action associated with the given key code of the device.
getGamma() - Method in interface javax.microedition.amms.control.imageeffect.ImageTonalityControl
 
getGammaLevels() - Method in interface javax.microedition.amms.control.imageeffect.ImageTonalityControl
 
getGesture() - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the gesture associated with this touch event.
getGL() - Method in class javax.microedition.khronos.egl.EGLContext
Returns a GL object associated with this EGL context.
getGlobalAlpha() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current global alpha value.
getGlobalField(int) - Method in interface net.rim.device.api.crypto.certificate.status.ProviderResponseData
Returns the value of the global field (for this response) associated with the given tag.
getGlobalLocationPickers() - Method in class net.rim.device.api.lbs.picker.LocationPicker
Returns an enumeration of the available global location pickers.
getGlobalLock() - Static method in class net.rim.device.api.collection.CollectionLock
Retrieves the global collection lock object.
getGlobalX(int) - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the global x coordinate for the specified touch point.
getGlobalY(int) - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the global y coordinate for the specified touch point.
getGPRSState() - Static method in class net.rim.device.api.system.GPRSInfo
Retrieves the current GPRS state.
getGPSDataSource() - Static method in class net.rim.device.api.gps.GPSInfo
Provides a list of GPS data sources.
getGPSMode() - Method in class net.rim.device.api.gps.BlackBerryLocation
Returns the mode used to obtain this location.
getGPSRestartInterval() - Method in class net.rim.device.api.gps.BlackBerryCriteria
Returns the GPS restart interval.
getGraphics() - Method in class javax.microedition.lcdui.game.GameCanvas
Obtains the Graphics object for rendering a GameCanvas.
getGraphics() - Method in class javax.microedition.lcdui.Image
Creates a new Graphics object that renders to this image.
getGraphics() - Method in class net.rim.device.api.ui.Screen
Retrieves the graphics context for this screen.
getGrayScale() - Method in class javax.microedition.lcdui.Graphics
Gets the current grayscale value of the color being used for rendering operations.
getGreen() - Method in class net.rim.device.api.math.Color3f
Gets the green component of the color.
getGreen() - Method in class net.rim.device.api.math.Color4f
Gets the green component of the color.
getGreen() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the green value of the RGB color.
getGreen() - Method in interface org.w3c.dom.svg.SVGRGBColor
Returns the green component of the SVGRGBColor.
getGreenComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the green component of the current color.
getGroup() - Method in class net.rim.device.api.ui.component.RadioButtonField
Retrieves this field's controlling group.
getGroupOrder() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the number of points in the group generated by the base point of this elliptic curve.
getHandle() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves this code module group's handle.
getHardwareLayout() - Static method in class net.rim.device.api.ui.Keypad
Retrieves system keyboard hardware style.
getHardwareVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the hardware version reported OTA.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.CertificateKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
This method returns the hash or int representing a target object given the hashing method.
getHash(Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreIndex
Returns the int representing the target object passed into the KeyStoreDataComparator.
getHash(Object) - Method in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
getHash(Object) - Method in class net.rim.device.api.crypto.keystore.PublicKeyKeyStoreIndex
 
getHeader(int) - Method in interface javax.obex.HeaderSet
Retrieves the value of the header identifier provided.
getHeader(String) - Method in interface javax.wireless.messaging.MultipartMessage
Gets the content of the specific header field of the multipart message.
getHeader(String) - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves all headers of a specific name.
getHeader(String) - Method in class net.rim.blackberry.api.mail.Message
Retrieves all headers by name.
getHeader(String) - Method in interface net.rim.blackberry.api.mail.Part
Retrieves header fields by name.
getHeader(String) - Method in class net.rim.device.api.io.messaging.Headers
Returns a particular header value by name.
getHeader() - Method in class net.rim.device.api.io.parser.soap.SOAPEnvelope
Returns the SOAP header for this SOAPEnvelope.
getHeader() - Method in class net.rim.device.api.io.SmsAddress
Gets the SMS packet header.
getHeader(String) - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieve header content for named header.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderField(int) - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getHeaderField(String) - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getHeaderField(int) - Method in interface net.rim.device.api.io.http.HttpServerConnection
Gets a header field value by index.
getHeaderField(String) - Method in interface net.rim.device.api.io.http.HttpServerConnection
Returns the value of the named header field.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldDate(String, long) - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldInt(String, int) - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getHeaderFieldInt(String, int) - Method in interface net.rim.device.api.io.http.HttpServerConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeaderFieldKey(int) - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getHeaderFieldKey(int) - Method in interface net.rim.device.api.io.http.HttpServerConnection
Gets a header field key by index.
getHeaderList() - Method in interface javax.obex.HeaderSet
Retrieves the list of headers that may be retrieved via the getHeader method that will not return null.
getHeaders() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Retrieves the HTTP headers from this event.
getHeaders() - Method in class net.rim.device.api.browser.field2.BrowserFieldRequest
Retrieves the HTTP headers from this request.
getHeaders() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves enumeration of MIME headers.
getHeaders() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
List of id attribute values for header cells.
getHeadersForKey(String) - Method in class net.rim.device.api.io.messaging.Headers
Returns all header values for a particular header key.
getHeading(float) - Static method in class net.rim.device.api.system.MagnetometerData
Retrieves a rough estimate of the heading, based on an angle value in the range [0, 360).
getHeight() - Method in class com.google.zxing.BinaryBitmap
 
getHeight() - Method in class com.google.zxing.common.BitMatrix
 
getHeight() - Method in class com.google.zxing.common.ByteMatrix
 
getHeight() - Method in class com.google.zxing.LuminanceSource
 
getHeight() - Method in class javax.microedition.lcdui.Displayable
Gets the height in pixels of the displayable area available to the application.
getHeight() - Method in class javax.microedition.lcdui.Font
Gets the standard height of a line of text in this font.
getHeight() - Method in class javax.microedition.lcdui.Form
Returns the height in pixels of the displayable area available for items.
getHeight() - Method in class javax.microedition.lcdui.game.Layer
Gets the current height of this layer, in pixels.
getHeight() - Method in class javax.microedition.lcdui.Image
Gets the height of the image in pixels.
getHeight() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
Gets the height of this rectangle in degrees x 10^5.
getHeight() - Method in class net.rim.device.api.system.Bitmap
Retrieves this bitmap's height.
getHeight() - Static method in class net.rim.device.api.system.Display
Retrieves the total drawing height of the display.
getHeight() - Method in class net.rim.device.api.system.EncodedImage
Returns the (unscaled) height of this image in pixels.
getHeight() - Method in class net.rim.device.api.ui.component.table.TemplateRowProperties
Retrieves the height of this row.
getHeight() - Method in class net.rim.device.api.ui.Field
Retrieves this field's height.
getHeight() - Method in class net.rim.device.api.ui.Font
Returns the 'em-square' height of the font based on the capital M glyph in the Latin character set.
getHeight(int) - Method in class net.rim.device.api.ui.Font
This method behaves in the same way as Font.getHeight() but allows control over the unit of measurement for the returned height value.
getHeight() - Method in class net.rim.device.api.ui.FontMetrics
Gets the height of the font in pixels.
getHeight() - Method in class net.rim.device.api.ui.FontSpec
Returns the font's height.
getHeight(int) - Method in class net.rim.device.api.ui.FontSpec
Returns the font's height.
getHeight(int, int) - Method in class net.rim.device.api.ui.image.Image
Returns the height of the painted image for the specified region.
getHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the height property definition in CSS2.
getHeight() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Override height.
getHeight() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Frame height.
getHeight() - Method in interface org.w3c.dom.html2.HTMLImageElement
Height of the image in pixels.
getHeight() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Override height.
getHeight() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Cell height.
getHeight() - Method in interface org.w3c.dom.svg.SVGRect
Returns the height for this SVGRect.
getHeightOfChoices() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves the maximum height in pixels required by any one of the choices in the field using the ChoiceField font.
getHeights() - Method in class net.rim.device.api.ui.FontFamily
Returns an array of heights in pixels supported by this font family.
getHeightStyle() - Method in class net.rim.device.api.ui.component.table.TemplateRowProperties
Retrieves the height style of this row - one of TemplateRowProperties.PIXEL_HEIGHT or TemplateRowProperties.PERCENTAGE_HEIGHT.
getHexAsciiString(byte[]) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a String containing the hexadecimal ASCII encoding of the given data.
getHexAsciiString(byte[], int, int) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a String containing the hexadecimal ASCII encoding of the given data.
getHexMEID() - Static method in class net.rim.device.api.system.CDMAInfo
If the device software supports MEID, return the hex MEID.
getHFLevel() - Method in interface javax.microedition.amms.control.audio3d.ObstructionControl
 
getHints() - Method in class net.rim.device.api.barcodelib.BarcodeDecoder
Retrieve the decoder hints.
getHistoricalBytes() - Method in class net.rim.device.api.smartcard.AnswerToReset
Returns the historical bytes from the raw data that is formatted as per ISO 7816-3.
getHistory() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the currently active BrowserFieldHistory for this BrowserField instance.
getHistoryPosition(BrowserContent) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves the history position for provided browser content.
getHMACCryptoToken() - Method in class net.rim.device.api.crypto.HMACKey
Returns the HMAC crypto token used to create the key.
getHolsterCondition() - Method in class net.rim.blackberry.api.profiles.SoundAlert
Returns the holster condition for this sound alert.
getHolsterCondition() - Method in class net.rim.blackberry.api.profiles.VibrationAlert
Returns the holster condition for this vibration alert.
getHomeAddress() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's home address.
getHomeMCC() - Static method in class net.rim.device.api.system.GPRSInfo
Retrieves Mobile Country Code for the home network.
getHomeMCC() - Static method in class net.rim.device.api.system.IDENInfo
Returns the home Mobile Country Code (MCC).
getHomeMNC() - Static method in class net.rim.device.api.system.GPRSInfo
Retrieves Mobile Network Code for the home network.
getHomeNDC() - Static method in class net.rim.device.api.system.IDENInfo
Returns the home National Describer Code (NDC).
getHomeNetworkName() - Static method in class net.rim.device.api.system.IDENInfo
Returns the home network name
getHomeSID() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the home SID.
getHomeSystemNIDs() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the home system NIDs.
getHomeSystemSIDs() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the home system SIDs.
getHorizontalAccuracy() - Method in class javax.microedition.location.Criteria
Returns the horizontal accuracy value set in this Criteria.
getHorizontalAccuracy() - Method in class javax.microedition.location.QualifiedCoordinates
Returns the horizontal accuracy of the location in meters (1-sigma standard deviation).
getHorizontalAdjustment() - Method in class net.rim.device.api.ui.ScrollView
Get the Adjustment being used for horizontal scrolling.
getHorizontalAlignment() - Method in class net.rim.device.api.ui.component.table.RegionStyles
A convenience method to get the horizontal alignment that has been applied to this region.
getHorizontalFieldStrength() - Method in class net.rim.device.api.location.GeomagneticField
Retrieves the total horizontal intensity of the geomagnetic field.
getHorizontalResolution() - Static method in class net.rim.device.api.system.Display
Retrieves the display's horizontal resolution (in pixels per meter, or PPM).
getHorizontalScroll() - Method in class net.rim.device.api.ui.Manager
Returns the current horizontal offset of the scrolling region.
getHorizontalScroll() - Method in class net.rim.device.api.ui.ScrollView
Returns current horizontal offset of scrolling region.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection. e.g. host name or IPv4 address
getHost() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getHost() - Method in class net.rim.device.api.io.URI
Get the host sub-component of the URI-reference.
getHostDevice() - Method in interface javax.bluetooth.ServiceRecord
Returns the remote Bluetooth device that populated the service record with attribute values.
getHotspotAuthenticationAgent() - Method in class net.rim.device.api.wlan.hotspot.HotspotClient
Retrieves this client's HotspotAuthenticationAgent.
getHotspotCredentialsAgent() - Method in class net.rim.device.api.wlan.hotspot.HotspotClient
Retrieves this client's HotspotCredentialsAgent.
getHoverCount() - Method in class net.rim.device.api.ui.TouchGesture
Retrieves the number of TouchGesture.HOVER events generated before the user moves or removes touch from the touch screen.
getHpid() - Method in class net.rim.device.api.io.MobitexAddress
Deprecated. Retrieves this address object's high protocol ID.
getHPID() - Method in class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Retrieves the higher protocol ID.
getHref() - Method in interface org.w3c.dom.css.CSSImportRule
The location of the style sheet to be imported.
getHref() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
The absolute URI [IETF RFC 2396] of the linked resource.
getHref() - Method in interface org.w3c.dom.html2.HTMLAreaElement
The URI [IETF RFC 2396] of the linked resource.
getHref() - Method in interface org.w3c.dom.html2.HTMLBaseElement
The base URI [IETF RFC 2396].
getHref() - Method in interface org.w3c.dom.html2.HTMLLinkElement
The URI [IETF RFC 2396] of the linked resource.
getHref() - Method in interface org.w3c.dom.stylesheets.StyleSheet
If the style sheet is a linked style sheet, the value of its attribute is its location.
getHreflang() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Language code of the linked resource.
getHreflang() - Method in interface org.w3c.dom.html2.HTMLLinkElement
Language code of the linked resource.
getHspace() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
getHspace() - Method in interface org.w3c.dom.html2.HTMLImageElement
Horizontal space to the left and right of this image in pixels.
getHspace() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
getHtmlFor() - Method in interface org.w3c.dom.html2.HTMLLabelElement
This attribute links this label with another form control by id attribute.
getHtmlFor() - Method in interface org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
getHTTPCode() - Method in exception net.rim.device.api.lbs.LocatorException
Returns the request's HTTP error code, as defined by HTTP_* in javax.microedition.io.HttpConnection.
getHttpCode() - Method in exception net.rim.device.api.lbs.travel.TravelTimeException
If the exception was due to an HTTP error, this method returns the HTTP response code.
getHttpConnection() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the HTTP connection object for this request.
getHttpConnection() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves connection containing data to render.
getHTTPCookie(String) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves cookies associated with a provided URL.
getHttpEquiv() - Method in interface org.w3c.dom.html2.HTMLMetaElement
HTTP response header name [IETF RFC 2616].
getICCID() - Static method in class net.rim.device.api.system.SIMCardInfo
Retrieves the ICCID of the SIM Card.
getIcon() - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Returns icon to be displayed in the menu
getIcon() - Method in interface net.rim.blackberry.api.options.ExtendedOptionsProvider
Returns an icon that represents this option provider.
getIcon() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves the icon of this content.
getIcon() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves the icon for this content.
getIcon() - Method in class net.rim.device.api.system.ApplicationDescriptor
Deprecated. Use ApplicationDescriptor.getEncodedIcon() instead.
getIcon() - Method in class net.rim.device.api.ui.menu.CommandItem
Returns the icon of this command item.
getIcon() - Method in class net.rim.device.api.ui.MenuItem
Retrieves the icon associated with this menu item.
getIcon() - Method in class net.rim.device.api.unifiedsearch.action.UiAction
Returns the icon associated with this action.
getIcon() - Method in interface net.rim.device.api.unifiedsearch.entity.SearchableEntity
Returns an entity-specific icon.
getIcon() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Returns an icon for the Searchable.
getIcon() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Returns an entity-specific icon.
getIcon() - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Returns an icon for the Searchable.
getIcon() - Method in interface net.rim.device.api.web.WidgetConfig
Retrieves the location of the widget's icon on the device ribbon.
getIconBytes() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns a byte[] array of the icon image.
getIconHover() - Method in interface net.rim.device.api.web.WidgetConfig
Retrieves the location of the widget's hover icon on the device ribbon.
getIconSizeLimit() - Static method in class net.rim.blackberry.api.messagelist.ApplicationIndicator
Returns the maximum size for indicator icon.
getIconType() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns the MIME type of the icon image.
getIconUri() - Method in class net.rim.device.api.lbs.maps.model.MapMarker
Retrieves the URI of the icon of this marker.
getIconUrl() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves the URL of the icon for this content.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getID() - Method in interface javax.microedition.content.ContentHandler
Gets the content handler application ID.
getID() - Method in class javax.microedition.content.Invocation
Gets the content handler ID for this Invocation.
getID() - Method in class javax.microedition.content.Registry
Gets the content handler ID for the current application.
getId() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this folder's internal ID.
getId() - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolder
Returns the folder ID that was assigned during registration.
getId() - Method in class net.rim.blackberry.api.profiles.ContactProfile
Returns the ID of the contact profile.
getId() - Method in class net.rim.blackberry.api.profiles.Profile
Returns the profile ID.
getId() - Method in class net.rim.blackberry.api.sendmenu.SendCommand
Returns this command's ID, which is the globally-unique identifier of this SendCommand.
getId() - Method in class net.rim.device.api.command.Command
Returns the command's identifier.
getID() - Method in class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.CertificateKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
Returns the long associated with this index which is the long passed into the constructor.
getID() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreIndex
Returns the long associated with this index class for use inside the keystore.
getID() - Method in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
getID() - Method in class net.rim.device.api.crypto.keystore.PublicKeyKeyStoreIndex
 
getID() - Method in class net.rim.device.api.crypto.transcoder.Transcoder
Returns a byte that uniquely identifies this transcoder.
getId() - Method in class net.rim.device.api.gps.SatelliteInfo
Returns the satellite identification
getId() - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Retrieves this bundle family's ID.
getId() - Method in class net.rim.device.api.io.nfc.ndef.NDEFRecord
Returns the ID of the record.
getId(Mappable) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves the ID for the specified data.
getId() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's ID.
getID() - Method in class net.rim.device.api.smartcard.SmartCardID
Returns the unique identifier.
getID() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the SIM ID for this message.
getId() - Method in class net.rim.device.api.ui.MenuItem
Retrieves ID of this menu item.
getID() - Method in interface net.rim.device.api.web.WidgetConfig
An internally generated ID.
getID() - Method in class net.rim.device.api.web.WidgetFeature
Returns the ID of the feature.
getId() - Method in interface org.w3c.dom.html2.HTMLElement
The element's identifier.
getId() - Method in interface org.w3c.dom.svg.SVGElement
Returns the Element's Id, null if no id specified.
getIdBasedStyle(Object) - Method in class net.rim.device.api.lbs.maps.view.StyleSet
Retrieves the style that is associated with the specified ID.
getIdentifier() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the identifier of the counter.
getIDForValue(Object) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Returns the ID of the data set or data source of the data object.
getIdleTime() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the number of seconds since the last key or thumbwheel event.
getIDs() - Method in class javax.microedition.content.Registry
Gets the IDs of the registered content handlers.
getIds(String) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves a list of all the IDs that are tagged with the specified tag.
getIFS() - Method in class net.rim.device.api.smartcard.AnswerToReset
Returns the maximum length of the information filed (IFS) of blocks wich cna be recieved by the card.
getImage() - Method in class com.google.zxing.qrcode.detector.Detector
 
getImage() - Method in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
getImage(int) - Method in interface javax.microedition.amms.control.imageeffect.OverlayControl
Gets the overlay Image.
getImage() - Method in class javax.microedition.lcdui.Alert
Gets the Image used in the Alert.
getImage(int) - Method in interface javax.microedition.lcdui.Choice
Gets the Image part of the element referenced by elementNum.
getImage(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
getImage() - Method in class javax.microedition.lcdui.ImageItem
Gets the image contained within the ImageItem, or null if there is no contained image.
getImage(int) - Method in class javax.microedition.lcdui.List
 
getImage() - Method in class net.rim.device.api.lbs.maps.model.MapImage
Retrieves the image.
getImage() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Retrieves the image of the current screen.
getImage() - Method in class net.rim.device.api.ui.component.ButtonField
Returns this field's image.
getImage() - Method in class net.rim.device.api.ui.toolbar.ToolbarButtonField
Image used by this ToolbarButtonField.
getImage() - Method in class net.rim.device.api.ui.toolbar.ToolbarSpacer
Returns the Image associated with this ToolbarSpacer.
getImageEncoded() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Retrieves an image of the current screen as a PNG-encoded image.
getImageHeight(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the source image height of scaledHeight in pixels.
getImages() - Method in interface org.w3c.dom.html2.HTMLDocument
A collection of all the IMG elements in a document.
getImageType() - Method in class net.rim.device.api.system.EncodedImage
Returns this image's encoding format.
getImageURI() - Method in class net.rim.device.api.lbs.maps.model.MapImage
Retrieves the URI of the image.
getImageWidth(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the source image width of scaledWidth in pixels.
getIMEI() - Static method in class net.rim.device.api.system.GPRSInfo
Retrieves the International Mobile Equipment Identity (IMEI) of the device.
getIMEI() - Static method in class net.rim.device.api.system.IDENInfo
Returns the International Mobile Equipment Identity (IMEI) of the device.
getIMEISV() - Static method in class net.rim.device.api.system.GPRSInfo
Retrieves the International Mobile Equipment Identity and Software Version (IMEISV) of the device.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getIMSI() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the International Mobile Station Identity (IMSI) Definition.
getIMSI() - Static method in class net.rim.device.api.system.SIMCardInfo
Retrieves the International Mobile Subscriber Identity number.
getInclination() - Method in class net.rim.device.api.location.GeomagneticField
Retrieves the inclination (the angle relative to the horizontal plane) of the geomagnetic field.
getInclination() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the angle between the x-y plane and the magnetic vector (dip angle).
getInclinationMatrix(float[]) - Method in class net.rim.device.api.system.MagnetometerData
A matrix representing the inclination returned from getInclination.
getIncreaseDirection() - Static method in class net.rim.device.api.ui.Ui
Retrieves the direction for rolling controls.
getIndex() - Method in class net.rim.device.api.browser.field.HistoryEvent
Retrieves offset for history navigation.
getIndex(int) - Method in interface net.rim.device.api.collection.ReadableIntList
Retrieves index by element.
getIndex(Object) - Method in interface net.rim.device.api.collection.ReadableList
Retrieves index by element.
getIndex(long) - Method in interface net.rim.device.api.collection.ReadableLongList
Retrieves index by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Retrieves index of element in filtered list by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Retrieves index by element.
getIndex(Comparator, Object) - Method in class net.rim.device.api.collection.util.BigVector
Retrieves index by element.
getIndex(int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieve index by element key.
getIndex(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieve index by element.
getIndex(long) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieve index by element key.
getIndex(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieve index by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves index by element.
getIndex(Object, ReadableList) - Static method in class net.rim.device.api.collection.util.ReadableListUtil
Retrieves index by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves index by element.
getIndex() - Method in class net.rim.device.api.im.TextHitInfo
Returns the current index.
getIndex(Object) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
 
getIndex() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the application index from this descriptor.
getIndex() - Method in class net.rim.device.api.ui.Field
Retrieves position of this field within its manager.
getIndex(Object[], Object) - Static method in class net.rim.device.api.util.Arrays
Retrieves the index of the specified element.
getIndex(int[], int) - Static method in class net.rim.device.api.util.Arrays
Locates a specified element in provided integer array.
getIndex(byte[], byte) - Static method in class net.rim.device.api.util.Arrays
Locates a specified element in provided byte array.
getIndex(char[], char) - Static method in class net.rim.device.api.util.Arrays
Locates a specified element in provided character array.
getIndex(long[], long) - Static method in class net.rim.device.api.util.Arrays
Locates a specified element in provided long integer array.
getIndex() - Method in interface org.w3c.dom.html2.HTMLOptionElement
The index of this OPTION in its parent SELECT , starting from 0.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML qualified (prefixed) name.
getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndicator() - Method in class javax.microedition.lcdui.Alert
Gets the activity indicator for this Alert.
getInformation(long, Object, Object) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Retrieves generic information about the certificate.
getInformation(long, Object, Object) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
getInformation(long, Object, Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Retrieves generic information about the certificate.
getInformation(long, Object, Object) - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Retrieve a property from this authenticator.
getInformationImpl(long, Object, Object) - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Provide a property from this authenticator.
getInitialReference() - Method in interface javax.microedition.jcrmi.JavaCardRMIConnection
Returns the stub object for an initial remote reference.
getInitialValue() - Method in class net.rim.device.api.ui.component.progressindicator.ProgressIndicatorModel
Returns the initial value that was provided when the model was initialized.
getInnerBoundaries() - Method in class net.rim.device.api.lbs.maps.model.MapComplexPolygon
Retrieves the inner boundaries for this complex polygon.
getInput() - Method in interface org.w3c.dom.ls.LSLoadEvent
The input source that was parsed.
getInput() - Method in interface org.w3c.dom.ls.LSProgressEvent
The input source that is being parsed.
getInputBlockLength() - Method in class net.rim.device.api.crypto.BlockDecryptor
Returns the input block length of the cipher in bytes.
getInputBlockLength() - Method in class net.rim.device.api.crypto.BlockEncryptor
Returns the input block length of the cipher in bytes.
getInputBlockLength() - Method in interface net.rim.device.api.crypto.BlockFormatterEngine
Returns the length of an input block in bytes.
getInputBlockLength() - Method in interface net.rim.device.api.crypto.BlockUnformatterEngine
Returns the length of an input block in bytes.
getInputBlockLength() - Method in class net.rim.device.api.crypto.OAEPFormatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.OAEPUnformatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.PKCS1FormatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.PKCS1UnformatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.PKCS5FormatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.PKCS5UnformatterEngine
 
getInputConnection() - Method in class net.rim.device.api.browser.field.RequestedResource
Gets the input connection object for this request.
getInputConnection() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves connection containing data to render.
getInputEncoding() - Method in interface org.w3c.dom.Document
An attribute specifying the encoding used for this document at the time of the parsing.
getInputEncoding() - Method in interface org.w3c.dom.Entity
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.
getInputFilterStyle() - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Retrieves input filter style such as TextFilter.PHONE.
getInputHelper() - Method in class net.rim.device.api.ui.Screen
Gets the InputHelperBase instance associated with this screen.
getInputMode() - Method in class javax.microedition.lcdui.DateField
Gets input mode for this date field.
getInputSettings(InputSettings) - Method in class net.rim.device.api.ui.Screen
Retrieves the values for the attributes in the specified InputSettings object for this screen.
getInputSettings(InputSettings) - Method in class net.rim.device.api.ui.UiEngineInstance
Retrieves the values for the attributes in the specified InputSettings object for this screen.
getInputStream() - Method in class net.rim.blackberry.api.mail.FileSupportedAttachmentPart
Retrieves an input stream for this attachment part.
getInputStream() - Method in class net.rim.blackberry.api.mail.Message
Retrieves an input stream for this message's contents.
getInputStream() - Method in class net.rim.blackberry.api.mail.MimeBodyPart
Retrieves a stream representation of this body part's contents.
getInputStream() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves an input stream for this part's contents.
getInputStream() - Method in class net.rim.blackberry.api.mail.PDAPContactAttachmentPart
Retrieves this contact in serial form in an input stream
getInputStream() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves an input stream for this attachment part.
getInputStream() - Method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves a stream representation of this body part's contents.
getInputStream() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Retrieves an input stream containing this attachment part's data.
getInputStream() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves the input stream, possibly null.
getInputStream() - Method in class net.rim.device.api.crypto.CryptoInputStream
Returns the input stream associated with this class.
getInputStream() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnection
Returns an InputStream for the connection.
getInputStream(String, ConnectionInfo) - Method in interface net.rim.plazmic.mediaengine.io.Connector
Deprecated. Returns an input stream for reading the content from the specified uniform Resource Identifier(URI).
getINS() - Method in class net.rim.device.api.smartcard.CommandAPDU
Returns the instruction.
getInstalledReaders() - Static method in class net.rim.device.api.smartcard.SmartCardReaderFactory
Returns an array of all the currently installed readers.
getInstance() - Static method in class com.google.zxing.common.GridSampler
 
getInstance() - Static method in exception com.google.zxing.ReaderException
 
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(String) - Static method in class javax.microedition.location.LandmarkStore
Gets a LandmarkStore instance for storing, deleting and retrieving landmarks.
getInstance(Criteria) - Static method in class javax.microedition.location.LocationProvider
This factory method is used to get an actual LocationProvider implementation based on the defined criteria.
getInstance() - Static method in class javax.microedition.pim.PIM
Factory method to get an instance of the PIM class.
getInstance() - Static method in class net.rim.blackberry.api.blackberrymessenger.BlackBerryMessenger
Retrieves the singleton instance of the BlackBerryMessenger instance.
getInstance() - Static method in class net.rim.blackberry.api.mail.AttachmentHandlerManager
Retrieves the singleton instance for this manager.
getInstance(ServiceConfiguration) - Static method in class net.rim.blackberry.api.mail.Session
Retrieves session by provided service configuration.
getInstance() - Static method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Retrieves a handle to the systems application menu item repository.
getInstance() - Static method in class net.rim.blackberry.api.messagelist.ApplicationIndicatorRegistry
Retrieves registry instance.
getInstance() - Static method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Retrieves registry instance.
getInstance() - Static method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Retrieves an instance of the call log.
getInstance() - Static method in class net.rim.blackberry.api.sendmenu.SendCommandRepository
Retrieves the singleton instance of SendCommandRepository that acts as a factory to provide arrays of SendCommand objects that target supported applications.
getInstance() - Static method in class net.rim.blackberry.web.widget.jil.JILWidgetRuntime
Retrieves the singleton instance of JILWidgetEngine
getInstance() - Static method in class net.rim.device.api.accessory.CradleProtocol
Returns a CradleProtocol singleton instance.
getInstance() - Static method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Returns the singleton instance of this class.
getInstance() - Static method in class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry
Retrieves handle to the system's instance for this registry.
getInstance() - Static method in class net.rim.device.api.command.NullCommandHandler
Returns a singleton NullCommandHandler instance.
getInstance() - Static method in class net.rim.device.api.command.registrar.NullCategoryCollection
Returns a singleton instance.
getInstance(String, InputStream) - Static method in class net.rim.device.api.crypto.certificate.CertificateFactory
Creates a certificate given the certificate type and input stream.
getInstance(String, byte[]) - Static method in class net.rim.device.api.crypto.certificate.CertificateFactory
Creates a certificate from a byte array.
getInstance() - Static method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns an instance of a CertificateServers object.
getInstance(String) - Static method in class net.rim.device.api.crypto.DigestFactory
Constructs and returns a new Digest object.
getInstance(String, byte[], int, int) - Static method in class net.rim.device.api.crypto.InitializationVectorFactory
Constructs and returns a new InitializationVector object.
getInstance(String, byte[], int) - Static method in class net.rim.device.api.crypto.InitializationVectorFactory
Constructs and returns a new InitializationVector object.
getInstance(String) - Static method in class net.rim.device.api.crypto.InitializationVectorFactory
Constructs and returns a new random InitializationVector object.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
This method returns an instance of the CertificateStatusManager.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.DeviceKeyStore
Returns a reference to the current desktop key store.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.KeyStoreManager
This method returns an instance of the KeyStoreManager.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns an instance of the KeyStorePasswordManager.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
Returns an instance of the trusted key store.
getInstance(SymmetricKey) - Static method in class net.rim.device.api.crypto.MACFactory
Constructs and returns a new MAC.
getInstance(String, SymmetricKey) - Static method in class net.rim.device.api.crypto.MACFactory
Constructs and returns a new MAC.
getInstance(PrivateKey, String) - Static method in class net.rim.device.api.crypto.SignatureSignerFactory
Constructs and returns a new SignatureSigner.
getInstance(String, byte[], int, int) - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Constructs and returns a new SymmetricKey object.
getInstance(String, byte[], int) - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Constructs and returns a new SymmetricKey object.
getInstance(String) - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Constructs and returns a new random SymmetricKey object.
getInstance(int) - Static method in class net.rim.device.api.i18n.DateFormat
Retrieves the date formatter for the given style and the default locale.
getInstance() - Static method in class net.rim.device.api.io.nfc.handover.ConnectionHandoverManager
Retrieves the system instance of the ConnectionHandoverManager object, which provides access to NFC handover functionality.
getInstance() - Static method in class net.rim.device.api.io.nfc.NFCManager
Retrieves an instance of the NFCManager object, which provides access to NFC status functionality.
getInstance() - Static method in class net.rim.device.api.io.nfc.push.NDEFPushManager
Retrieves the system instance of NDEFPushManager, which provides access to the NDEF push feature of the API.
getInstance() - Static method in class net.rim.device.api.io.nfc.readerwriter.ReaderWriterManager
Retrieves an instance of the ReaderWriterManager object, which provides access to NFC functionality for reading/writing to NFC tags and cards.
getInstance() - Static method in class net.rim.device.api.io.nfc.se.SecureElementManager
Retrieves the system instance of the SecureElementManager.
getInstance() - Static method in class net.rim.device.api.lbs.maps.MapFactory
Retrieves an instance of the mapping factory.
getInstance() - Static method in class net.rim.device.api.lbs.maps.server.Geocoder
Retrieves the singleton instance of the Geocoder.
getInstance() - Static method in class net.rim.device.api.lbs.maps.server.ReverseGeocoder
Retrieves the singleton ReverseGeocoder instance.
getInstance(boolean) - Static method in class net.rim.device.api.lbs.picker.ContactsLocationPicker
Get an instance of the "From Contacts..."
getInstance(boolean) - Static method in class net.rim.device.api.lbs.picker.EnterLocationPicker
Get an instance of the "Enter location..."
getInstance() - Static method in class net.rim.device.api.lbs.picker.GeotaggedPhotoPicker
Retrieves an instance of a GeotaggedPhotoPicker.
getInstance() - Static method in class net.rim.device.api.lbs.picker.GPSLocationPicker
Get an instance of the "My current location..."
getInstance() - Static method in class net.rim.device.api.lbs.picker.LocationPicker
Returns the default LocationPicker.
getInstance(LocationPicker.Picker[]) - Static method in class net.rim.device.api.lbs.picker.LocationPicker
Returns the LocationPicker initialized with an array of individual pickers.
getInstance() - Static method in class net.rim.device.api.lbs.picker.MapsLocationPicker
Get an instance of the "Find on a map..."
getInstance(MapsArguments) - Static method in class net.rim.device.api.lbs.picker.MapsLocationPicker
Get an instance of the "Find on a map..."
getInstance() - Static method in class net.rim.device.api.lbs.picker.RecentLocationPicker
Get an instance of the "Recently Selected..."
getInstance(String, Landmark[]) - Static method in class net.rim.device.api.lbs.picker.SuggestedLocationPicker
Get an instance of the "Application Suggested..."
getInstance() - Static method in class net.rim.device.api.lbs.travel.TravelTimeEstimator
Retrieves the singleton instance of the TravelTimeEstimator.
getInstance() - Static method in class net.rim.device.api.ldap.LDAPPasswordCache
Deprecated. Returns the instance of the LDAPPasswordCache.
getInstance() - Static method in class net.rim.device.api.servicebook.ServiceRouting
Get the ServiceRouting object.
getInstance() - Static method in class net.rim.device.api.synchronization.SerialSyncManager
Deprecated. Gets the instance of the SerialSyncManager object.
getInstance() - Static method in class net.rim.device.api.synchronization.SyncManager
Get the system-wide SyncManager instance.
getInstance() - Static method in class net.rim.device.api.system.SetupManager
Gets the singleton instance of the SetupManager class.
getInstance() - Static method in class net.rim.device.api.ui.component.ButtonFieldFactory
Returns ButtonFieldFactory singleton instance.
getInstance() - Static method in class net.rim.device.api.ui.ContextMenu
Retrieves instance of the system context menu.
getInstance() - Static method in class net.rim.device.api.ui.FontManager
Returns an instance of the font manager (singleton), which handles the loading and unloading of custom fonts.
getInstance() - Static method in class net.rim.device.api.ui.picker.FilePicker
Returns a file picker.
getInstance() - Static method in class net.rim.device.api.unifiedsearch.content.AppContentManager
Retrieves the system's AppContentManager instance.
getInstance() - Static method in class net.rim.device.api.unifiedsearch.registry.SearchRegistry
Returns an instance of SearchRegistry.
getInstance() - Static method in class net.rim.device.api.unifiedsearch.UnifiedSearchServices
Returns an instance of UnifiedSearchServices.
getInstance() - Static method in class net.rim.device.api.userauthenticator.UserAuthenticatorManager
Retrieve reference to the singleton user authenticator manager.
getInstance(boolean) - Static method in class net.rim.device.api.util.StringComparator
Returns an instance of a StringComparator with the desired case sensitivity.
getInstance() - Static method in class net.rim.device.api.web.jse.BlackBerryWidgetToolkit
Retrieves an instance of the BlackBerryWidgetToolkit.
getInt() - Method in class java.nio.ByteBuffer
Relative get method for reading an int value.
getInt(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading an int value.
getInt(int, int) - Method in interface javax.microedition.pim.PIMItem
Get an integer value from a field in the item.
getInt(int) - Method in class javax.microedition.pim.RepeatRule
Retrieves an integer field.
getInt() - Method in class net.rim.device.api.animation.AnimatedScalar
Gets the value of the AnimatedScalar as an int.
getInt(int) - Method in class net.rim.device.api.animation.AnimatedVector
Gets the value of the specified component of the AnimatedVector as an int.
getInt(int, int) - Method in class net.rim.device.api.animation.AnimatedVector
Gets the value of the specified component of the AnimatedVector as an int on the specified data channel.
getInt(int[], int) - Method in class net.rim.device.api.animation.AnimatedVector
Gets the value of the AnimatedVector.
getInt(int, int[], int) - Method in class net.rim.device.api.animation.AnimatedVector
Gets the value of the AnimatedVector on the specified data channel.
getInt(int) - Method in class net.rim.device.api.animation.AnimationValue
Gets the value of the specified component as an int.
getInt(int, int) - Method in class net.rim.device.api.animation.AnimationValue
Gets the value of the specified component as an int on the specified data channel.
getInt(int[], int) - Method in class net.rim.device.api.animation.AnimationValue
Gets the value of the AnimationValue.
getInt(int, int[], int) - Method in class net.rim.device.api.animation.AnimationValue
Gets the value of the AnimationValue on the specified data channel.
getInt(String) - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the value associated with the specified attribute name as an int value.
getInt(String) - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the value associated with a specified attribute name as an int.
getInt() - Static method in class net.rim.device.api.crypto.RandomSource
Returns a random integer.
getInt(int) - Static method in class net.rim.device.api.crypto.RandomSource
Returns a random non-negative integer modulo.
getInt(byte[]) - Static method in class net.rim.device.api.system.EventLogger
Transmogrify a byte array into an integer.
getInt(int) - Method in class org.json.me.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.me.JSONObject
Get the int value associated with a key.
getIntAt(int) - Method in interface net.rim.device.api.collection.ReadableIntList
Retrieves element by index.
getIntAt(int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieves element key by index.
getIntAttribute(int) - Method in class net.rim.device.api.ui.TransitionContext
Retrieves the integer value previously set for the specified attribute of this transition.
getInteger() - Method in class net.rim.blackberry.api.blackberrymessenger.Message
Returns an integer associated with this message.
getInteger(int) - Method in class net.rim.device.api.database.Row
Retrieves an int column value by index.
getInteger(String, int, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an int value that corresponds to a given key.
getInteger(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an int value that corresponds to a given key.
getInteger(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an int value that corresponds to a given key.
getInteger(String, int, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getInteger(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getInteger(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getInteger(String, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve an integer valued field from the IT policy database given the name of the field.
getInteger(int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve an integer valued field from the IT policy database.
getInteger(int, int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve an integer valued field from the IT policy database for a given group.
getIntegerArray(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an array of int values associated with the key specified.
getIntegerArray(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getIntegerAt(String, int, int, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an int value that corresponds to a given key.
getIntegerAt(String, int, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an int value that corresponds to a given key.
getIntegerAt(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an int value that corresponds to a given key.
getIntegerAt(String, int, int, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getIntegerAt(String, int, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getIntegerAt(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getIntegerFieldSize(int) - Static method in class net.rim.device.api.util.TLEUtilities
Determines the number of bytes required to write an integer type field.
getIntegers(int[], int, int, int) - Method in interface net.rim.device.api.database.Statement
Copies a column of ints into a buffer.
getInteractionModes() - Method in class javax.microedition.lcdui.CustomItem
Gets the available interaction modes.
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getIntKey(Object) - Method in interface net.rim.device.api.collection.IntKeyProviderAdaptor
Retrieves the integer key from specified element.
getIntParameterValue(String) - Method in interface javax.microedition.amms.control.FormatControl
Gets the current value of an integer parameter.
getIntProperty(int) - Method in class net.rim.device.api.wlan.hotspot.HotspotInfo
Retrieves an integer type hotspot property.
getInvalidAddresses() - Method in exception net.rim.blackberry.api.mail.SendFailedException
Retrieves the invalid addresses to which this message could not be sent.
getInvokingAppName() - Method in class javax.microedition.content.Invocation
Get the user-friendly name of the application that invoked the content handler.
getInvokingAuthority() - Method in class javax.microedition.content.Invocation
Gets the authority, if any, used to authenticate the application that invoked this request.
getInvokingID() - Method in class javax.microedition.content.Invocation
Gets the ID of the application that invoked the content handler.
getIPAddress(int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the IP address for the specified access point name identifier.
getIR(Node) - Static method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
Given any DOM node, returns its associated DOMInternalRepresentation.
getIsFavourite() - Method in class net.rim.device.api.ui.picker.HomeScreenLocationPicker
Retrieves the favorite flag associated with this picker.
getIsMap() - Method in interface org.w3c.dom.html2.HTMLImageElement
Use server-side image map.
getISO() - Method in interface javax.microedition.amms.control.camera.ExposureControl
Gets the current sensitivity.
getISOCountries() - Static method in class net.rim.device.api.i18n.Locale
Retrieves a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - Static method in class net.rim.device.api.i18n.Locale
Retrieves a list of all 2-letter language codes defined in ISO 639.
getIssuer() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's issuer.
getIssuer() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a DistinguishedName object, representing the issuer of this certificate.
getIssuer() - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Get the issuer of this CRL.
getIssuer() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns a DistinguishedName (WTLSDistinguishedName) object, representing the issuer of this certificate.
getIssuer() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a DistinguishedName object, representing the issuer of this certificate.
getIssuer() - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Get the issuer of this CRL.
getIssuer() - Method in class net.rim.device.api.crypto.cms.CMSEntityIdentifier
Returns the issuer, or null if not present.
getIssuerAltNameStrings(int) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns all of the strings associated( for the specified type ) with an issuer alt name.
getIssuerUniqueIdentifier() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a bit string representing the issuer's unique identifier.
getIsUtran() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Radio Signal Strength Indicator.
getItem(int) - Method in class net.rim.device.api.ui.component.Menu
Retrieves menu item by position.
getItemCookie(int) - Method in class net.rim.device.api.ui.component.Menu
Deprecated. Use getItem(int) that returns a MenuItem.
getItemId(int) - Method in class net.rim.device.api.ui.component.Menu
Deprecated. Use getItem(int) that returns a MenuItem.
getItems(Field) - Method in interface net.rim.device.api.ui.menu.CommandItemProvider
Provides command items.
getItemsRead() - Method in class net.rim.device.api.browser.field.ContentReadEvent
Returns the items read so far.
getItemsToRead() - Method in class net.rim.device.api.browser.field.ContentReadEvent
Returns the expected number of items to be read.
getItemsToReadInBytes() - Method in class net.rim.device.api.browser.field.ContentReadEvent
Gets whether the items to read are in bytes.
getIterations() - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves the number of iterations specified for an animation.
getIteratorBreakingType() - Method in class net.rim.device.api.ui.text.BreakIterator
Method returns break iterator type for this Breakiterator object
getIV() - Method in class net.rim.device.api.crypto.AESCBCDecryptorEngine
Returns the initialization vector associated with this decryptor engine.
getIV() - Method in class net.rim.device.api.crypto.AESCBCEncryptorEngine
Returns the initialization vector associated with this encryptor engine.
getIV() - Method in class net.rim.device.api.crypto.CBCDecryptorEngine
Returns the initialization vector associated with this decryptor engine.
getIV() - Method in class net.rim.device.api.crypto.CBCEncryptorEngine
Returns the initialization vector associated with this decryptor engine.
getIV() - Method in class net.rim.device.api.crypto.CFBDecryptor
Returns the initialization vector.
getIV() - Method in class net.rim.device.api.crypto.CFBEncryptor
Returns the initialization vector.
getIV() - Method in class net.rim.device.api.crypto.TripleDESCBCDecryptorEngine
Returns the initialization vector associated with this decryptor engine.
getIV() - Method in class net.rim.device.api.crypto.TripleDESCBCEncryptorEngine
Returns the initialization vector associated with this encryptor engine.
getJILWidgetRuntimeVersion() - Method in class net.rim.blackberry.web.widget.jil.JILWidgetRuntime
This method will return the version of the current JIL Widget Runtime.
getJILWidgetVersion() - Method in class net.rim.blackberry.web.widget.jil.JILWidgetRuntime
This method will return the version of the JIL Widget specification that this JIL Widget Runtime currently supports
getJSONArray(int) - Method in class org.json.me.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.me.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.me.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.me.JSONObject
Get the JSONObject value associated with a key.
getKEACryptoSystem() - Method in interface net.rim.device.api.crypto.KEAKey
Returns the KEA crypto system associated with the key.
getKEACryptoSystem() - Method in class net.rim.device.api.crypto.KEAKeyPair
Returns the KEA crypto system associated with the keys.
getKEACryptoSystem() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns the KEA crypto system associated with the key.
getKEACryptoSystem() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns the KEA crypto system associated with the key.
getKEACryptoSystemBitLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns the number of bits (aka the "strength") of the crypto system, eg 1024.
getKEACryptoSystemData(byte[], byte[], byte[], String) - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns the KEA crypto system data associated with the crypto token.
getKEACryptoSystemG(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns the g domain parameter.
getKEACryptoSystemName(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns a String that indicates the set of parameters in use, eg "WTLS1", or null.
getKEACryptoSystemP(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns the p domain parameter.
getKEACryptoSystemQ(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns the q domain parameter, or null.
getKEACryptoToken() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns the KEA crypto token associated with the key.
getKEACryptoToken() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns the KEA crypto token associated with the key.
getKEAPrivateKey() - Method in class net.rim.device.api.crypto.KEAKeyPair
Returns the KEA private key associated with this key pair.
getKEAPrivateKeyLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns the length of the private key.
getKEAPublicKey() - Method in class net.rim.device.api.crypto.KEAKeyPair
Returns the KEAPublicKey object associated with this key pair.
getKEAPublicKeyLength(CryptoTokenCryptoSystemData) - Method in class net.rim.device.api.crypto.KEACryptoToken
Returns the length of the public key.
getKey() - Method in class net.rim.device.api.browser.field.SetHeaderEvent
Retrieves header key.
getKey(Object) - Method in interface net.rim.device.api.collection.ReadableIntMap
Retrieves integer key by element.
getKey(Object) - Method in interface net.rim.device.api.collection.ReadableLongMap
Retrieves long integer key by element.
getKey(int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieve element key by offset from the key cache.
getKey(Object) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves long integer key by element.
getKey(int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieve element key by offset from the key cache.
getKey(Object) - Method in class net.rim.device.api.collection.util.SparseList
Retrieves index by element.
getKey() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves this object's key.
getKey(Object) - Method in class net.rim.device.api.util.LongHashtable
Retrieves key by value.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.MSCAPI_PrivateKeyDecoder
Returns the key algorithm encoded.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.MSCAPI_PublicKeyDecoder
Returns the key algorithm encoded.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.PKCS8_PrivateKeyDecoder
Returns the key algorithm encoded.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.PKCS8_SymmetricKeyDecoder
Returns the key algorithm encoded.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.PrivateKeyDecoder
Returns the names of the key algorithms that can be decoded.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.PrivateKeyEncoder
Returns the name of the key that was encoded, such as ("EC","DSA").
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.PublicKeyDecoder
Returns the name of the key algorithm that was encoded.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.PublicKeyEncoder
Returns the name of the keys that can be encoded, such as ("EC", "DH").
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder
Returns the names of the key algorithm that can be decoded.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.SymmetricKeyEncoder
Returns the name of the key that was encoded, such as ("DES", "HMAC").
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.WTLS_PublicKeyDecoder
Returns the key algorithm encoded.
getKeyAlgorithms() - Method in class net.rim.device.api.crypto.encoder.X509_PublicKeyDecoder
Returns the key algorithm that was encoded.
getKeyboardVisibility() - Method in interface net.rim.device.api.lcdui.control.VirtualKeyboardControl
Returns the virtual keyboard visibility properties for when the screen that provided this Control is in focus: hidden, displayed, always hidden, always displayed, ignored or restored.
getKeyChar(int, int) - Static method in class net.rim.device.api.ui.KeypadUtil
Retrieves character matching specified key from the keymap than corresponds to current system UI locale.
getKeyChars(int, int, StringBuffer) - Static method in class net.rim.device.api.ui.Keypad
Retrieves all characters matching specified key and status value from the keymap.
getKeyChars(int, StringBuffer) - Static method in class net.rim.device.api.ui.Keypad
Retrieves all characters matching specified keycode from the keymap.
getKeyCode(int) - Method in class javax.microedition.lcdui.Canvas
Gets a key code that corresponds to the specified game action on the device.
getKeyCode() - Method in class net.rim.device.api.system.EventInjector.KeyCodeEvent
Gets the keycode injected by this event
getKeyCode(char, int) - Static method in class net.rim.device.api.ui.Keypad
Performs reverse lookup of key code that corresponds to given char and status.
getKeyCode(char, int, int) - Static method in class net.rim.device.api.ui.KeypadUtil
Performs reverse lookup of key code that corresponds to given char and status.
getKeyExchangePriority() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the array of key exchanges currently stored with their appropriate priority (first in the array has most priority).
getKeyFieldIds(int) - Method in class net.rim.device.api.synchronization.SyncCollectionSchema
Get the key field IDs for the given record type.
getKeyframe(int, float[], int) - Method in class net.rim.device.api.animation.AnimationKeyframeSequence
Gets the time stamp and key values for the specified keyframe.
getKeyframe(int, int, float[], int) - Method in class net.rim.device.api.animation.AnimationKeyframeSequence
Gets the time stamp and key values for the specified keyframe on the speficied data channel.
getKeyframeCount() - Method in class net.rim.device.api.animation.AnimationKeyframeSequence
Gets the number of keyframes in the sequence.
getKeyHashForService() - Method in class net.rim.device.api.servicebook.ServiceRecord
getHashCodeForService.
getKeyLength() - Method in class net.rim.device.api.crypto.AESCBCDecryptorEngine
Returns the length of the key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.AESCBCEncryptorEngine
Returns the length of the key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.AESDecryptorEngine
Returns the length of the key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.AESEncryptorEngine
Returns the length of the key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.RC2DecryptorEngine
Returns the length of the key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.RC2EncryptorEngine
Returns the length of the engine's key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
Returns the length of the engine's key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
Returns the length of the engine's key in bytes.
getKeyName(int) - Method in class javax.microedition.lcdui.Canvas
Gets an informative key string for a key.
getKeyName(int, int, int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank, program and key, get name of key.
getKeys() - Method in interface javax.microedition.media.control.MetaDataControl
Return the list of keys for the available metadata values.
getKeys() - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves an enumeration of this collection's keys.
getKeysplines(float[]) - Method in class net.rim.device.api.animation.AnimationKeyframeSequence
Gets the spline control points used across all keyframes in the sequence.
getKeyStates() - Method in class javax.microedition.lcdui.game.GameCanvas
Gets the states of the physical game keys.
getKeyStore(int) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method returns the KeyStore associated with the index specified as the only parameter.
getKeyStore(KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.KeyStoreManager
This method will search through all of the KeyStores currently registered with the KeyStoreManager to see if the KeyStoreData object is a member of that KeyStore.
getKeyStoreDataArray() - Method in class net.rim.device.api.crypto.CryptoSmartCardSession
Returns an array of KeyStoreData associated with the keys stored on the card.
getKeyStoreDataArray(boolean) - Method in class net.rim.device.api.crypto.CryptoSmartCardSession
Returns an array of KeyStoreData associated with the keys stored on the card.
getKeyStoreDataArrayImpl() - Method in class net.rim.device.api.crypto.CryptoSmartCardSession
Returns an array of KeyStoreData associated with the keys stored on the card.
getKeyStoreDataArrayImpl(boolean) - Method in class net.rim.device.api.crypto.CryptoSmartCardSession
Returns an array of KeyStoreData associated with the keys stored on the card.
getKeyTime(int) - Method in class net.rim.device.api.animation.AnimationKeyframeSequence
Gets the key time for the specified keyframe.
getKeyUsageString(long) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a String that determines how the key is used.
getKeyValue(String) - Method in interface javax.microedition.media.control.MetaDataControl
Retrieve the value found int the metadata associated with the given key.
getKeyword() - Method in class net.rim.device.api.ui.component.KeywordFilterField
Retrieves the entered keyword.
getKeywordField() - Method in class net.rim.device.api.ui.component.KeywordFilterField
Retrieves the keyword input field.
getKeyWords() - Method in interface net.rim.blackberry.api.options.ExtendedOptionsProvider
Returns a set of keywords associated with this option provider.
getKeywords() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the StringProvider object containing the keywords for the application.
getKeywords(Object) - Method in interface net.rim.device.api.ui.component.KeywordProvider
Invoked by the KeywordFilterField when its list of elements changes, i.e. list of keywords require updating.
getKeywordsResourceBundle() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the keywords resource bundle from this descriptor.
getKeywordsResourceId() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the keywords resource ID from this descriptor.
getLabel() - Method in class javax.microedition.lcdui.ChoiceGroup
 
getLabel() - Method in class javax.microedition.lcdui.Command
Gets the label of the command.
getLabel() - Method in class javax.microedition.lcdui.CustomItem
 
getLabel() - Method in class javax.microedition.lcdui.DateField
 
getLabel() - Method in class javax.microedition.lcdui.Gauge
 
getLabel() - Method in class javax.microedition.lcdui.ImageItem
 
getLabel() - Method in class javax.microedition.lcdui.Item
Gets the label of this Item object.
getLabel() - Method in class javax.microedition.lcdui.Spacer
Spacers are restricted to having null labels, so this method always returns null.
getLabel() - Method in class javax.microedition.lcdui.StringItem
 
getLabel() - Method in class javax.microedition.lcdui.TextField
 
getLabel() - Method in class net.rim.device.api.crypto.certificate.CertificateDisplayField
Returns the label associated with the field.
getLabel() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the label associated with this class.
getLabel() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the label associated with this class.
getLabel() - Method in class net.rim.device.api.input.InputHelperBase
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.smartcard.SmartCard
Returns a label associated with the kind of smart card.
getLabel() - Method in class net.rim.device.api.smartcard.SmartCardID
Returns a human readable String that identifies this specific smart card to the user.
getLabel() - Method in class net.rim.device.api.smartcard.SmartCardReader
Returns a label associated with the kind of smart card reader.
getLabel() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getLabel() - Method in class net.rim.device.api.ui.component.ButtonField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.CheckboxField
Retrieves this field's label string.
getLabel() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.Dialog
Retrieves the label for this dialog.
getLabel() - Method in class net.rim.device.api.ui.component.GaugeField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.KeywordFilterField
Retrieves the label preceding the keyword input area.
getLabel() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getLabel() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the text of the label for this view.
getLabel() - Method in class net.rim.device.api.ui.component.RadioButtonField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.TextField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField.ScrollEntry
Retrieves the label for this entry.
getLabel() - Method in interface org.w3c.dom.html2.HTMLOptGroupElement
Assigns a label to this option group.
getLabel() - Method in interface org.w3c.dom.html2.HTMLOptionElement
Option label for use in hierarchical menus.
getLabelField() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the label for this view.
getLabelFillColor() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the label fill color of this style.
getLabelFillOpacity() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the label fill opacity of this style.
getLabelFontAlignment() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the label font alignment of this style.
getLabelFontColor() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the label font color of this style.
getLabelFontFamilyName() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the label font family name of this style.
getLabelFontOpacity() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the label font opacity of this style.
getLabelFontSize() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the label font size of this style.
getLabelFontStyle() - Method in class net.rim.device.api.lbs.maps.view.Style
Retrieves the label font style of this style.
getLabelImpl() - Method in class net.rim.device.api.smartcard.SmartCard
Returns a label associated with the kind of smart card.
getLabelImpl() - Method in class net.rim.device.api.smartcard.SmartCardReader
Returns a label associated with the kind of smart card reader.
getLabelLength() - Method in class net.rim.device.api.input.InputHelperBase
Retrieves the length of this field's label The length returned includes any additional character appended for layout purposes.
getLabelLength() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getLabelLength() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getLabelLength() - Method in class net.rim.device.api.ui.component.TextField
Retrieves the length of this field's label The length returned includes any additional character appended for layout purposes.
getLAC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Location Area Code.
getLandmarks(String, String) - Method in class javax.microedition.location.LandmarkStore
Gets the Landmarks from the storage where the category and/or name matches the given parameters.
getLandmarks() - Method in class javax.microedition.location.LandmarkStore
Lists all landmarks stored in the database.
getLandmarks(String, double, double, double, double) - Method in class javax.microedition.location.LandmarkStore
Lists all the landmarks that are within an area defined by bounding minimum and maximum latitude and longitude.
getLang() - Method in interface org.w3c.dom.html2.HTMLElement
Language code defined in RFC 1766.
getLanguage() - Method in class net.rim.device.api.i18n.Locale
Retrieves this locale's ISO language code.
getLanguage() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the language used.
getLanguageCode() - Method in class net.rim.device.api.io.nfc.ndef.rtd.TextRecord
Returns the language code for the text in this text record.
getLastAccelerationData(short[]) - Method in class net.rim.device.api.system.AccelerometerSensor.Channel
Returns last accelerometer raw reading
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastElementChild() - Method in interface org.w3c.dom.ElementTraversal
Returns the last child element node of this element.
getLastError() - Method in interface net.rim.device.api.database.Database
Returns the last error message from the database.
getLastEventDate() - Static method in class net.rim.device.api.notification.NotificationsManager
Method returns time stamp when the latest even either immediate or deferred happened
getLastGPSError() - Static method in class net.rim.device.api.gps.GPSInfo
Returns the last error received when a GPS fix could not be obtained.
getLastKnownLocation() - Static method in class javax.microedition.location.LocationProvider
Returns the latest known location that the implementation has.
getLastKnownLocation() - Static method in class net.rim.device.api.gps.BlackBerryLocationProvider
Returns the latest known location that the implementation has.
getLastMatchedPattern() - Method in class net.rim.device.api.util.StringMatch
Retrieves position of the last matched pattern.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLastModified() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getLastNode(int, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves the last node in a prefix depth first traversal of the subtree rooted at the given node.
getLastPIN() - Method in class net.rim.device.api.servicebook.ServiceBook.ServiceStatus
Gets the last PIN active on this Service
getLastSet() - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieves the last bit set.
getLastSet() - Method in class net.rim.device.api.util.BitSet
Retrieves last set bit in this set.
getLastTimestamp() - Method in class net.rim.device.api.system.AccelerometerData
Returns the timestamp for the last raw acceleration measurement.
getLastUpdated() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves time this record was last updated
getLastXAcceleration() - Method in class net.rim.device.api.system.AccelerometerData
Returns the latest acceleration along X axis.
getLastYAcceleration() - Method in class net.rim.device.api.system.AccelerometerData
Returns the latest acceleration along Y axis.
getLastZAcceleration() - Method in class net.rim.device.api.system.AccelerometerData
Returns the latest acceleration along Z axis.
getLat() - Method in class net.rim.device.api.lbs.maps.model.MapPoint
Gets the latitude coordinate in decimal notation.
getLatitude() - Method in class javax.microedition.location.Coordinates
Returns the latitude component of this coordinate.
getLatitude() - Method in class net.rim.blackberry.api.maps.MapView
Retrieves the latitude of the center of the map.
getLatitude() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Returns the latitudinal coordinate for the center of the map view.
getLayerAt(int) - Method in class javax.microedition.lcdui.game.LayerManager
Gets the Layer with the specified index.
getLayout() - Method in class javax.microedition.lcdui.ChoiceGroup
 
getLayout() - Method in class javax.microedition.lcdui.Item
Gets the layout directives used for placing the item.
getLc() - Method in class net.rim.device.api.smartcard.CommandAPDU
Get the command data length.
getLcData() - Method in class net.rim.device.api.smartcard.CommandAPDU
Get the command data.
getLe() - Method in class net.rim.device.api.smartcard.CommandAPDU
Get the maximum number of bytes expected in the data field of the ResponseAPDU.
getLeading() - Method in class net.rim.device.api.ui.Font
Returns the font's leading.
getLeadingAbove() - Method in class net.rim.device.api.ui.FontMetrics
Gets the standard leading above the line in pixels.
getLeadingBelow() - Method in class net.rim.device.api.ui.FontMetrics
Gets the standard leading below the line in pixels.
getLeadingEdge() - Method in class net.rim.device.api.im.TextHitInfo
Returns the leading edge of the current TextHitInfo instance.
getLeafFieldWithFocus() - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView
Returns itself as the leaf field with focus in order to ensure proper focus highlighting
getLeafFieldWithFocus() - Method in class net.rim.device.api.ui.Field
Retrieves the leaf (non-manager) field with the focus.
getLeafFieldWithFocus() - Method in class net.rim.device.api.ui.Manager
Retrieves the leaf field with focus.
getLeafFieldWithFocus() - Method in class net.rim.device.api.ui.Screen
Retrieves the leaf field with focus.
getLeft() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
Gets the coordinate of the left of the box.
getLeft(Plane) - Method in class net.rim.device.api.math.Frustum
Gets the left plane of the frustum in the given plane.
getLeft() - Method in class net.rim.device.api.ui.decor.Border
Retrieves the width/thickness of the border's left edge.
getLeft() - Method in class net.rim.device.api.ui.Field
Retrieves this field's left-offset position.
getLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the left property definition in CSS2.
getLeft() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the left of the rect.
getLeftArrow() - Method in class net.rim.device.api.ui.component.pane.TitleView
Returns the left arrow image.
getLeftIndexOf(int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Returns the Pane that preceeds the one at the provided index.
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length
getLength() - Method in class javax.wireless.messaging.MessagePart
Returns the content size of this MessagePart.
getLength() - Method in class net.rim.blackberry.api.profiles.VibrationAlert
Returns the vibration duration.
getLength() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getLength() - Method in class net.rim.device.api.crypto.AbstractMAC
Returns the length, in bytes, of the MAC.
getLength() - Method in class net.rim.device.api.crypto.AESKey
Returns the length of the key.
getLength() - Method in class net.rim.device.api.crypto.ARC4Key
Returns the length of the key in bytes.
getLength() - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Returns the number of bits represented by this bit set.
getLength() - Method in class net.rim.device.api.crypto.CAST128Key
 
getLength() - Method in class net.rim.device.api.crypto.CBCMAC
 
getLength() - Method in class net.rim.device.api.crypto.cms.CMSAttribute
Returns the length of the OID and value contained in this attribute.
getLength() - Method in class net.rim.device.api.crypto.DESKey
 
getLength() - Method in class net.rim.device.api.crypto.HMAC
Returns the length of the HMAC in bytes.
getLength() - Method in class net.rim.device.api.crypto.HMACKey
 
getLength() - Method in class net.rim.device.api.crypto.InitializationVector
Returns the length of the initialization vector in bytes.
getLength() - Method in interface net.rim.device.api.crypto.MAC
Returns the length, in bytes, of the MAC.
getLength() - Method in class net.rim.device.api.crypto.NullMAC
Returns the length in bytes of the MAC, zero in this case.
getLength() - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Returns the length of the signature in bytes.
getLength() - Method in class net.rim.device.api.crypto.PSSSignatureSigner
Returns the length of the signature in bytes.
getLength() - Method in class net.rim.device.api.crypto.RC2Key
 
getLength() - Method in class net.rim.device.api.crypto.RC5Key
 
getLength() - Method in class net.rim.device.api.crypto.SkipjackKey
 
getLength() - Method in interface net.rim.device.api.crypto.SymmetricKey
Returns the length of the key in bytes.
getLength() - Method in class net.rim.device.api.crypto.TripleDESKey
 
getLength() - Method in class net.rim.device.api.crypto.X931SignatureSigner
Returns the length of the signature.
getLength() - Method in class net.rim.device.api.io.DatagramBase
Retrieves this datagram's data length.
getLength() - Method in class net.rim.device.api.system.EncodedImage
Returns the length of the encoded image data.
getLength(Object) - Static method in class net.rim.device.api.system.PersistentContent
Determines what the length of the encoding will be once it has been decoded.
getLength() - Method in class net.rim.device.api.util.DataBuffer
Returns the length of this buffer's data area.
getLength() - Method in class net.rim.plazmic.mediaengine.io.ConnectionInfo
Deprecated. Returns the length of the media in bytes.
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in interface org.w3c.dom.css.CSSRuleList
The number of CSSRules in the list.
getLength() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The number of properties that have been explicitly set in this declaration block.
getLength() - Method in interface org.w3c.dom.css.CSSValueList
The number of CSSValues in the list.
getLength() - Method in interface org.w3c.dom.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - Method in interface org.w3c.dom.DOMStringList
The number of DOMStrings in the list.
getLength() - Method in interface org.w3c.dom.html2.HTMLCollection
This attribute specifies the length or size of the list.
getLength() - Method in interface org.w3c.dom.html2.HTMLFormElement
The number of form controls in the form.
getLength() - Method in interface org.w3c.dom.html2.HTMLOptionsCollection
This attribute specifies the length or size of the list.
getLength() - Method in interface org.w3c.dom.html2.HTMLSelectElement
The number of options in this SELECT.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.NameList
The number of pairs (name and namespaceURI) in the list.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.w3c.dom.stylesheets.MediaList
The number of media in the list.
getLength() - Method in interface org.w3c.dom.stylesheets.StyleSheetList
The number of StyleSheets in the list.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLensShrink() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField
Retrieves the lens shrink value.
getLetterSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the letter-spacing property definition in CSS2.
getLevel() - Method in interface javax.microedition.amms.control.audio3d.ObstructionControl
 
getLevel() - Method in class javax.microedition.global.StringComparator
Gets the current comparison level.
getLevel() - Method in interface javax.microedition.media.control.VolumeControl
Get the current volume level set.
getLicense() - Method in interface net.rim.device.api.web.WidgetConfig
Widget license information.
getLicenseChallenge(String, String[]) - Method in class net.rim.device.api.drm.DRMManager
Generates a license challenge suitable for requesting the supplied permissions for the supplied file.
getLicenseURL() - Method in interface net.rim.device.api.web.WidgetConfig
 
getLightMetering() - Method in interface javax.microedition.amms.control.camera.ExposureControl
 
getLineCount() - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Returns the number of lines in this field.
getLineHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the line-height property definition in CSS2.
getLineId(int) - Static method in class net.rim.blackberry.api.phone.Phone
Returns the line ID associated with a connected call.
getLineIds() - Static method in class net.rim.blackberry.api.phone.Phone
Returns all the line IDs of a device.
getLineLabel(int) - Static method in class net.rim.blackberry.api.phone.Phone
Returns a line description.
getLineNumber(int) - Static method in class net.rim.blackberry.api.phone.Phone
Returns a phone number for a given line ID.
getLineNumber() - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugContext
Deprecated.  
getLineNumber() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getLineNumber() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getLineNumber() - Method in interface org.w3c.dom.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in exception org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLinePosition() - Method in class net.rim.device.api.ui.component.SeparatorField
Retrieves the vertical position of the separator line.
getLineType(int) - Static method in class net.rim.blackberry.api.phone.Phone
Returns the line type for a given line ID.
getLink() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannel
Gets the hyperlink for this RSSChannel.
getLink() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannelImage
Returns the link of the image for an RSS Channel.
getLink() - Method in class net.rim.device.api.io.parser.rss.model.RSSMediaContent
Returns the URL for the media file.
getLink() - Method in interface org.w3c.dom.html2.HTMLBodyElement
Color of links that are not active and unvisited.
getLinkedCause() - Method in exception javax.xml.rpc.JAXRPCException
Gets the Linked cause.
getLinkedContact(LinkableContact) - Static method in class net.rim.blackberry.api.pdap.contactlinking.LinkedContactUtilities
Returns the BlackBerryContact that is linked with the supplied LinkableContact.
getLinks() - Method in interface org.w3c.dom.html2.HTMLDocument
A collection of all AREA elements and anchor ( A) elements in a document with a value for the href attribute.
getListener() - Method in class net.rim.device.api.animation.AbstractAnimation
Gets the AnimationListener on the animation.
getListener() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.RegisterableDataSource
Gets the NotificationListener associated with this RegisterableDataSource.
getListenerManager() - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves this collection's listener manager.
getListeners() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return an array containing all listeners registered on this BrowserField
getListeners() - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves the listeners for this collection.
getListField() - Method in class net.rim.device.api.ui.component.AutoCompleteField
Get the list field associated with this AutoCompleteField.
getListStyle() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the style of the list.
getListStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style property definition in CSS2.
getListStyleImage() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-image property definition in CSS2.
getListStylePosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-position property definition in CSS2.
getListStyleType() - Method in interface org.w3c.dom.css.CSS2Properties
See the list-style-type property definition in CSS2.
getLLAId() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the LLA Id.
getLoadingScreenColor() - Method in interface net.rim.device.api.web.WidgetConfig
Hex value of loading screen color
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address to which the datagram connection is bound.
getLocalAddress() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves local address.
getLocalDevice() - Static method in class javax.bluetooth.LocalDevice
Retrieves the LocalDevice object for the local Bluetooth device.
getLocale() - Method in class javax.microedition.content.ActionNameMap
Gets the locale for this set of action names.
getLocale() - Method in class javax.microedition.global.Formatter
Gets the locale of this formatter.
getLocale() - Method in class javax.microedition.global.ResourceManager
Gets the locale of this resource manager.
getLocale() - Method in class javax.microedition.global.StringComparator
Gets the locale of this StringComparator.
getLocale() - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckEngine
Gets the locale whose language is being used by this object for spell checking.
getLocale() - Method in interface net.rim.device.api.amms.control.fmradio.FmTunerControl
Gets the FmRadioLocale object.
getLocale() - Method in class net.rim.device.api.i18n.MessageFormat
Retrieves current locale.
getLocale() - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves this bundle's locale.
getLocale() - Static method in class net.rim.device.api.ui.Keypad
Retrieves this keypad's locale.
getLocaleCode(Object) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the locale code for the given entry.
getLocality() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the locality attribute associated with this distinguished name.
getLocality() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the locality attribute associated with this distinguished name.
getLocality() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the locality attribute associated with this distinguished name.
getLocalizedCollectionName(long, String, Locale) - Method in class net.rim.device.api.synchronization.SyncManager
Return the localized name for the specified collection name
getLocalizedName() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the localized name of the application.
getLocalMIU() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnection
Returns the local Maximum Information Unit (MIU).
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getLocalPart() - Method in class javax.xml.namespace.QName
Retrieves the local name of this QName.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port to which this datagram connection is bound.
getLocalPort() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Returns the local port to which this socket is bound.
getLocalPort() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Returns the local port to which this socket is bound.
getLocalPort() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves local port.
getLocalSAP() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnection
Returns the local Service Access Point (SAP).
getLocation(int) - Method in class javax.microedition.location.LocationProvider
Retrieves a Location with the constraints given by the Criteria associated with this class.
getLocation() - Method in class net.rim.device.api.browser.field.RedirectEvent
Retrieves location for redirection.
getLocation(int, int) - Method in class net.rim.device.api.gps.BlackBerryLocationProvider
Retrieves a Location with the constraints given by the Criteria associated with this class.
getLocation() - Method in class net.rim.device.api.lbs.picker.AbstractLocationPicker
Get the picker's location
getLocation() - Method in class net.rim.device.api.ui.picker.HomeScreenLocationPicker
Retrieves the selected Home screen location.
getLocation() - Method in interface org.w3c.dom.DOMError
The location of the error.
getLocationMethod() - Method in class javax.microedition.location.Location
Returns information about the location method used.
getLocationOffset(int, int) - Method in interface net.rim.device.api.im.IInputLocationRequests
Retrieves the offset within the composed text for the specified absolute x and y coordinates on the screen.
getLocationPickerName() - Method in class net.rim.device.api.lbs.picker.AbstractLocationPicker
Name of location provider to display to the end user
getLocationPickerName() - Method in interface net.rim.device.api.lbs.picker.LocationPicker.Picker
Retrieves the name of the location provider to display in the list of individual location pickers.
getLocator() - Method in class javax.microedition.media.protocol.DataSource
Get the locator that describes this source.
getLock() - Method in class net.rim.device.api.collection.util.BasicFilteredList
All synchronized operations should use this lock.
getLock() - Method in interface net.rim.device.api.collection.util.FilteredList
All synchronized operations should use this lock.
getLockGeneration() - Static method in class net.rim.device.api.system.PersistentContent
Retrieves a counter that changes every time the user locks or unlocks their device.
getLockTimeout() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the device's lock timeout value in seconds.
getLon() - Method in class net.rim.device.api.lbs.maps.model.MapPoint
Gets the longitude coordinate in decimal notation.
getLong() - Method in class javax.bluetooth.DataElement
Returns the value of the DataElement if it can be represented as a long.
getLong(String) - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the value associated with the specified attribute name as a long value.
getLong(String) - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the value associated with a specified attribute name as a long.
getLong(long) - Static method in class net.rim.device.api.crypto.certificate.KeyUsage
Returns an interned object the represents the specified KeyUsage.
getLong() - Static method in class net.rim.device.api.crypto.RandomSource
Returns a random long integer.
getLong(long) - Static method in class net.rim.device.api.crypto.RandomSource
Returns a random non-negative long integer modulo.
getLong(int) - Method in class net.rim.device.api.database.Row
Retrieves a long column value by index.
getLong(String, long) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a long value that corresponds to a given key.
getLong(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a long value that corresponds to a given key.
getLong(String, long) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getLong(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getLong(int) - Method in class org.json.me.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.me.JSONObject
Get the long value associated with a key.
getLongArray(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an array of long values associated with the key specified.
getLongArray(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getLongAt(int) - Method in interface net.rim.device.api.collection.ReadableLongList
Retrieves element by index.
getLongAt(int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieves element key by index.
getLongAt(String, int, long) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a long value that corresponds to a given key.
getLongAt(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a long value that corresponds to a given key.
getLongAt(String, int, long) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getLongAt(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getLongDesc() - Method in interface org.w3c.dom.html2.HTMLFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getLongDesc() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getLongDesc() - Method in interface org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getLongitude() - Method in class javax.microedition.location.Coordinates
Returns the longitude component of this coordinate.
getLongitude() - Method in class net.rim.blackberry.api.maps.MapView
Retrieves the longitude of the center of the map.
getLongitude() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Returns the longitudinal coordinate for the center of the map view.
getLongKey(Object) - Method in interface net.rim.device.api.collection.LongKeyProviderAdaptor
Retrieves the long integer key from specified element.
getLongLabel() - Method in class javax.microedition.lcdui.Command
Gets the long label of the command.
getLongs(long[], int, int, long) - Method in interface net.rim.device.api.database.Statement
Copies a column of longs into a buffer.
getLookupProperties() - Method in class net.rim.device.api.input.InputHelper
Gets current lookup properties been set for the InputHelper object.
getLoopbackMode() - Method in interface net.rim.device.api.io.MulticastDatagramConnection
Get the local loopback mode of the connection.
getLower() - Method in class net.rim.device.api.ui.Adjustment
Get lower bound.
getLuminanceSource() - Method in class com.google.zxing.Binarizer
 
getMAC() - Method in class net.rim.device.api.crypto.AbstractMAC
Returns a byte array containing the MAC of all the input data since the last reset.
getMAC(boolean) - Method in class net.rim.device.api.crypto.AbstractMAC
Returns a byte array containing the MAC of all the input data since the last reset.
getMAC(byte[], int) - Method in class net.rim.device.api.crypto.AbstractMAC
Puts the MAC of all the input data since the last reset into the given buffer starting at the specified offset.
getMAC(byte[], int, boolean) - Method in class net.rim.device.api.crypto.AbstractMAC
Puts the MAC of all the input data since the last reset into the given buffer starting at the specified offset.
getMAC(byte[], int, boolean) - Method in class net.rim.device.api.crypto.CBCMAC
 
getMAC(byte[], int, int, SymmetricKey, String) - Static method in class net.rim.device.api.crypto.Crypto
Returns the MAC of the given data and the given key using the given algorithm.
getMAC(byte[], int, boolean) - Method in class net.rim.device.api.crypto.HMAC
 
getMAC(CryptoTokenMACContext, byte[], int, boolean) - Method in class net.rim.device.api.crypto.HMACCryptoToken
Returns the Message Authetication Code (MAC) associated with the crypto token.
getMAC() - Method in interface net.rim.device.api.crypto.MAC
Returns a byte array containing the MAC of all the input data since the last reset.
getMAC(boolean) - Method in interface net.rim.device.api.crypto.MAC
Returns a byte array containing the MAC of all the input data since the last reset.
getMAC(byte[], int) - Method in interface net.rim.device.api.crypto.MAC
Puts the MAC of all the input data since the last reset into the given buffer starting at the specified offset.
getMAC(byte[], int, boolean) - Method in interface net.rim.device.api.crypto.MAC
Puts the MAC of all the input data since the last reset into the given buffer starting at the specified offset.
getMAC() - Method in class net.rim.device.api.crypto.MACInputStream
Returns a reference to the MAC being used in this instance of the class.
getMAC() - Method in class net.rim.device.api.crypto.MACOutputStream
Returns a reference to the MAC object being used in this instance of the class.
getMAC(byte[], int, boolean) - Method in class net.rim.device.api.crypto.NullMAC
Gets the null MAC by returning zero.
getMACAddress() - Static method in class net.rim.device.api.system.WLANInfo
Retrieves the MAC address of the WLAN radio.
getMACPriority() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the array of MACs currently stored with their appropriate priority (first in the array has most priority).
getMacro() - Method in interface javax.microedition.amms.control.camera.FocusControl
Gets the current macro focus mode.
getMacroChoices() - Method in class net.rim.device.api.ui.autotext.AutoText
Get the choices for macro substitution.
getMacroText(int) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the actual macro text for the given macro index.
getMagnetometerData(float[]) - Method in class net.rim.device.api.system.MagnetometerData
Retrieves raw magnetometer data (in tesla).
getMainManager() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves this screen's subordinate, vertical field manager.
getMainScreenManager() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Deprecated. Meaningless method accidentally exposed.
getMajorAPIVersion() - Static method in class net.rim.device.api.wlan.hotspot.HotspotClientRegistry
Returns the Hotspot API's major version number.
getMajorDeviceClass() - Method in class javax.bluetooth.DeviceClass
Retrieves the major device class.
getMan() - Method in class net.rim.device.api.io.MobitexAddress
Deprecated. Retrieves this address object's MAN.
getManager(String) - Static method in class javax.microedition.global.ResourceManager
Gets a resource manager for the specified base name and the system's default locale.
getManager(String, String) - Static method in class javax.microedition.global.ResourceManager
Gets a resource manager for the specified base name and locale.
getManager(String, String[]) - Static method in class javax.microedition.global.ResourceManager
Gets a resource manager for the specified base name and the first matching locale in the supplied array.
getManager() - Static method in class net.rim.device.api.drm.DRMManager
Retrieves the DRMManager for the device.
getManager() - Method in class net.rim.device.api.ui.Field
Retrieves this field's manager.
getManufacturerName() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieve the device manufacturer's name.
getMapField() - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
Gets the base map field.
getMargin() - Method in class net.rim.device.api.ui.component.table.RegionStyles
Get the margin that has been applied to this region.
getMargin(XYEdges) - Method in class net.rim.device.api.ui.Field
Retrieves the margin outer-coordinates of this field.
getMargin() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin property definition in CSS2.
getMarginBottom() - Method in class net.rim.device.api.ui.Field
Retrieves the bottom-edge coordinates of this field's margin.
getMarginBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-bottom property definition in CSS2.
getMarginHeight() - Method in interface org.w3c.dom.html2.HTMLFrameElement
Frame margin height, in pixels.
getMarginHeight() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Frame margin height, in pixels.
getMarginLeft() - Method in class net.rim.device.api.ui.Field
Retrieves the left-most coordinates of this field's margin.
getMarginLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-left property definition in CSS2.
getMarginRight() - Method in class net.rim.device.api.ui.Field
Retrieves the right-most coordinates of this field's margin.
getMarginRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-right property definition in CSS2.
getMarginTop() - Method in class net.rim.device.api.ui.Field
Retrieves the top-most coordinates of the margin.
getMarginTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the margin-top property definition in CSS2.
getMarginWidth() - Method in interface org.w3c.dom.html2.HTMLFrameElement
Frame margin width, in pixels.
getMarginWidth() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Frame margin width, in pixels.
getMarkerOffset() - Method in interface org.w3c.dom.css.CSS2Properties
See the marker-offset property definition in CSS2.
getMarks() - Method in interface org.w3c.dom.css.CSS2Properties
See the marks property definition in CSS2.
getMaskPattern() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMasterNotificationVolume() - Static method in class net.rim.device.api.notification.NotificationsManager
Returns the master volume setting for notifications.
getMatchedFields(BasicFilteredListResult) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Populates the values of the matched fields in a BasicFilteredListResult object.
getMatchedKeywords(BasicFilteredListResult) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Gets the keywords that matched for the provided data object.
getMatrix() - Method in class com.google.zxing.LuminanceSource
Fetches luminance data for the underlying bitmap.
getMatrix() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMatrix() - Method in class net.rim.device.api.barcodelib.BitmapLuminanceSource
 
getMatrix() - Method in class net.rim.device.api.barcodelib.PlanarYUVLuminanceSource
 
getMatrix(Matrix4f) - Method in class net.rim.device.api.math.Frustum
Gets the projection matrix corresponding to the frustum in the specified matrix.
getMatrix(Matrix3f) - Method in class net.rim.device.api.math.Transform2D
Gets the matrix corresponding to the transform in the specified matrix.
getMatrix() - Method in class net.rim.device.api.math.Transform2D
Gets the matrix corresponding to this transform.
getMatrix(Matrix4f) - Method in class net.rim.device.api.math.Transform3D
Gets the matrix corresponding to this transform in the specified matrix.
getMatrix() - Method in class net.rim.device.api.math.Transform3D
Gets the matrix corresponding to this transform.
getMatrixTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as SVGMatrix.
getMatrixWidth() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMax(Vector3f) - Method in class net.rim.device.api.math.BoundingBox
Gets the maximum point of the bounding box in the given point.
getMaxAccessibleValue() - Method in interface net.rim.device.api.ui.accessibility.AccessibleValue
Get the maximum value of this object as a Number.
getMaxAllowable(int) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Returns the least restrictive value that a permission can possibly have for the calling application.
getMaxAllowable(int, String) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Returns the least restrictive value that a permission can possibly have for a particular domain for the calling application.
getMaxAscent() - Method in class net.rim.device.api.ui.FontMetrics
Gets the maximum ascent of any character in pixels.
getMaxAuthenticationAttempts() - Method in interface net.rim.device.api.userauthenticator.PasswordFrameworkProvider
Retrieve the maximum number of authentication attempts the implementor allows.
getMaxAvailable() - Method in class net.rim.device.api.crypto.AESCTRDRBGPseudoRandomSource
Returns the maximum number of pseudo random bytes that this DRBG can produce.
getMaxAvailable() - Method in class net.rim.device.api.crypto.ARC4PseudoRandomSource
Returns the maximum number of pseudo-random bytes that this PRNG can produce following a call to reset().
getMaxAvailable() - Method in class net.rim.device.api.crypto.CTRPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Returns the maximum number of pseudo random bytes that this PRNG can produce following a call to reset().
getMaxAvailable() - Method in class net.rim.device.api.crypto.OFBPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
 
getMaxAvailable() - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Returns the maximum number of pseudo random bytes that this PRNG can produce.
getMaxAvailable() - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.SPKMKDFPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.X942KDFPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.X963KDFPseudoRandomSource
 
getMaxAverageDelay() - Method in interface javax.microedition.amms.control.audioeffect.ChorusControl
Gets the maximum supported average delay.
getMaxBandLevel() - Method in interface javax.microedition.amms.control.audioeffect.EqualizerControl
 
getMaxCharWidth() - Method in class net.rim.device.api.ui.FontMetrics
Gets the maximum width of a character in pixels.
getMaxColorTemp() - Method in interface javax.microedition.amms.control.imageeffect.WhiteBalanceControl
Gets the maximum supported color temperature.
getMaxContextStringLength(String) - Method in class net.rim.blackberry.api.sendmenu.SendCommand
Returns the maximum length of the string value of the specified key among key/value pairs in the JSONObject context object for this SendCommand.
getMaxDescent() - Method in class net.rim.device.api.ui.FontMetrics
Gets the maximum descent of any character in pixels.
getMaxDigitalZoom() - Method in interface javax.microedition.amms.control.camera.ZoomControl
 
getMaxDistance() - Method in interface javax.microedition.amms.control.audio3d.DistanceAttenuationControl
 
getMaxExposureTime() - Method in interface javax.microedition.amms.control.camera.ExposureControl
Gets the maximum supported exposure time or 0 if only automatic exposure is supported.
getMaxFreq(String) - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the maximum frequency supported by this tuner with the given modulation.
getMaxFreq() - Method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Gets the maximum frequency for this locale.
getMaxHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the max-height property definition in CSS2.
getMaximumGPSRestart() - Method in class net.rim.device.api.gps.BlackBerryCriteria
Returns the maximum number of times to restart the GPS receiver.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMaximumLength() - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
getMaximumLength() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves a datagram's maximum length.
getMaximumLength() - Method in class net.rim.device.api.io.DatagramTransportBase
Retrieves the maximum length for a datagram.
getMaximumRetryBeforeFailOver() - Method in class net.rim.device.api.gps.BlackBerryCriteria
Returns the maximum number of GPS retries before a failover occurs.
getMaximumRxSize() - Static method in class net.rim.device.api.system.USBPort
Retrive the maximum RX buffer size that can be registered.
getMaximumTxSize() - Static method in class net.rim.device.api.system.USBPort
Retrive the maximum TX buffer size that can be registered.
getMaxLength() - Method in interface org.w3c.dom.html2.HTMLInputElement
Maximum number of characters for text fields, when type has the value "text" or "password".
getMaxLoginAttempts() - Method in class net.rim.device.api.smartcard.SmartCardSession
Returns the maximum number of login attempts allowed, or Integer.MAX_VALUE if an infinite number of attempts are allowed.
getMaxLoginAttemptsImpl() - Method in class net.rim.device.api.smartcard.SmartCardSession
Returns the maximum number of login attempts allowed, or Integer.MAX_VALUE if an infinite number of attempts are allowed.
getMaxModulationDepth() - Method in interface javax.microedition.amms.control.audioeffect.ChorusControl
Gets the maximum supported delay modulation depth.
getMaxModulationRate() - Method in interface javax.microedition.amms.control.audioeffect.ChorusControl
Gets the maximum supported delay modulation rate.
getMaxNumberOfSegments() - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the maximum number of segments supported
getMaxOpticalZoom() - Method in interface javax.microedition.amms.control.camera.ZoomControl
 
getMaxPacketSize() - Static method in class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Retrieves the maximum packet size.
getMaxPasswordLength() - Method in interface net.rim.device.api.userauthenticator.PasswordFrameworkProvider
Determine the maximum password length the implementor supports.
getMaxPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the maximum playback pitch raise supported by the Player
getMaxRate() - Method in interface javax.microedition.media.control.RateControl
Gets the maximum playback rate supported by the Player.
getMaxSize() - Method in class javax.microedition.lcdui.TextBox
Returns the maximum size (number of characters) that can be stored in this TextBox.
getMaxSize() - Method in class javax.microedition.lcdui.TextField
Returns the maximum size (number of characters) that can be stored in this TextField.
getMaxSize() - Method in class net.rim.device.api.input.InputHelperBase
Retrieves the maximum number of characters allowed for this field's value.
getMaxSize() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getMaxSize() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getMaxSize() - Method in class net.rim.device.api.ui.component.TextField
Retrieves the maximum number of characters allowed for this field's value.
getMaxValue() - Method in class javax.microedition.lcdui.Gauge
Gets the maximum value of this Gauge object.
getMaxVolume() - Static method in class net.rim.blackberry.api.profiles.SoundAlert
Returns the maximum value for the volume property.
getMaxWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the max-width property definition in CSS2.
getMaxZoom() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Retrieves the maximum zoom level (largest visible area) that is supported.
getMCC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Mobile Country Code.
getMCC() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the Mobile Country Code (MCC).
getMCC(int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves Mobile Country Code for the given Cellular network.
getMedia() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Deprecated. Returns current media object, as previously specified in the MediaPlayer.setMedia(java.lang.Object) method.
getMedia() - Method in interface org.w3c.dom.css.CSSImportRule
A list of media types for which this style sheet may be used.
getMedia() - Method in interface org.w3c.dom.css.CSSMediaRule
A list of media types for this rule.
getMedia() - Method in interface org.w3c.dom.html2.HTMLLinkElement
Designed for use with one or more target media.
getMedia() - Method in interface org.w3c.dom.html2.HTMLStyleElement
Designed for use with one or more target media.
getMedia() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The intended destination media for style information.
getMediaActionContext() - Method in class net.rim.device.api.media.MediaKeyListener
Returns the value that will be specified as the "context" argument to mediaAction().
getMediaActionSource() - Method in class net.rim.device.api.media.MediaKeyListener
Returns the value that will be specified as the "source" argument to mediaAction().
getMediaContents() - Method in class net.rim.device.api.io.parser.rss.model.RSSItem
Returns a Hashtable of media files that this RSSItem contains.
getMediaContentTypes() - Static method in class net.rim.device.api.unifiedsearch.searchables.SearchableContentTypeConstantsInfo
Retrieve all pre-defined Media related content types.
getMediaText() - Method in interface org.w3c.dom.stylesheets.MediaList
The parsable textual representation of the media list.
getMediaTime() - Method in interface javax.microedition.media.Player
Gets this Player's current media time.
getMediaTime() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Deprecated. Returns the current media time in milliseconds.
getMediaType(String) - Static method in class net.rim.device.api.io.MIMETypeAssociations
Return the media type associated with a filename.
getMediaTypeFromMIMEType(String) - Static method in class net.rim.device.api.io.MIMETypeAssociations
Return the media type associated with the MIME type.
getMemoryNeeded() - Static method in class net.rim.device.api.system.Memory
Returns the amount of flash the VM wants to recover.
getMenu(int) - Method in class net.rim.device.api.ui.Screen
Retrieves the menu.
getMenuItem() - Method in class net.rim.device.api.ui.menu.SubMenu
Retrieves the menu item that is to be added to the parent menu and that causes the submenu to be displayed when invoked.
getMenuItemRunnable() - Method in class net.rim.device.api.ui.menu.SubMenu
Return the runnable that will be invoked when the run() method of the MenuItem returned from getMenuItem() is invoked.
getMenuItems() - Method in class net.rim.device.api.wlan.hotspot.HotspotClient
Retrieves custom menu items from the client.
getMessage() - Method in exception java.lang.IndexOutOfBoundsException
 
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this throwable object.
getMessage() - Method in exception java.rmi.RemoteException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class net.rim.blackberry.api.mail.event.FolderEvent
Retrieves the message that was added or removed.
getMessage() - Method in class net.rim.blackberry.api.mail.event.MessageEvent
Returns the changed message.
getMessage(int) - Static method in class net.rim.blackberry.api.mail.Store
Retrieves a message by ID from all the stores in the system.
getMessage(int, ServiceRecord) - Static method in class net.rim.blackberry.api.mail.Store
Retrieves a message by ID associated with the provided ServiceRecord.
getMessage(int) - Method in interface net.rim.device.api.applicationcontrol.ReasonProvider
Get the message of this listener according to the type of permission.
getMessage() - Method in exception net.rim.device.api.io.file.FileIOException
Retrieves the associated error message.
getMessage() - Method in class net.rim.device.api.wlan.hotspot.AuthenticationStatusEvent
Retrieves this authentication status event's message to the user.
getMessage() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Deprecated. Returns the message.
getMessage() - Method in interface org.w3c.dom.DOMError
An implementation specific string describing the error that occurred.
getMessage() - Method in exception org.xml.sax.SAXException
Return a detail message for this exception.
getMessageChangeType() - Method in class net.rim.blackberry.api.mail.event.MessageEvent
Retrieves this event's type.
getMessageClass() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the message class.
getMessageCoding() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the message coding.
getMessageId() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the integer ID of this message.
getMessageId() - Method in interface net.rim.device.api.io.messaging.Message
Returns the ID of the message
getMessagePart(String) - Method in interface javax.wireless.messaging.MultipartMessage
This method returns a MessagePart from the message that matches the content ID passed as a parameter.
getMessageParts() - Method in interface javax.wireless.messaging.MultipartMessage
Returns an array of all MessagePart objects of this message.
getMessageProperty(String) - Method in interface net.rim.device.api.io.messaging.Message
Returns the value of a message property by name.
getMessages() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the messages contained in this folder.
getMessages() - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolder
Returns all messages from this folder.
getMessageType() - Method in class net.rim.blackberry.api.mail.Message
Returns the type of message
getMessageWaitingType() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns this message's MWI Group type.
getMetadata() - Method in class net.rim.device.api.command.Command
Returns the command's metadata.
getMetaData() - Method in class net.rim.device.api.system.EncodedImage
Gets the metadata for this image.
getMetadataOverride() - Method in interface javax.microedition.amms.control.FormatControl
Returns the metadata override mode.
getMetadataSupportMode() - Method in interface javax.microedition.amms.control.FormatControl
Returns the metadata support mode.
getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'meta' key was depressed during the firing of the event.
getMethod() - Method in interface net.rim.device.api.io.messaging.HttpMessage
Returns the HTTP method used with this message.
getMethod() - Method in class net.rim.device.api.io.parser.soap.SOAPBody
Returns the method name for the RPC request defined in this SOAPBody.
getMethod() - Method in interface org.w3c.dom.html2.HTMLFormElement
HTTP method [IETF RFC 2616] used to submit form.
getMethodNamespace() - Method in class net.rim.device.api.io.parser.soap.SOAPBody
Returns the method namespace for the RPC request defined in this SOAPBody.
getMetrics(FontMetrics) - Method in class net.rim.device.api.ui.Font
Returns the font metrics.
getMetrics(FontMetrics, int) - Method in class net.rim.device.api.ui.Font
Gets font metrics for the combination of available fonts supporting the specified scripts, and matching this font as closely as possible.
getMetrics(FontMetrics, int, int) - Method in class net.rim.device.api.ui.Font
Gets font metrics for the combination of available fonts supporting the specified scripts, and matching this font as closely as possible.
getMetricsForLocale(FontMetrics, int) - Method in class net.rim.device.api.ui.Font
Gets font metrics for the combination of available fonts supporting the specified locale, and matching this font as closely as possible.
getMIDlet(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered MIDlet for a requested connection.
getMidpoint() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
Gets the midpoint of the rectangle.
getMIMEType() - Method in class javax.wireless.messaging.MessagePart
Returns the mime type of the MessagePart.
getMIMEType(String) - Static method in class net.rim.device.api.io.MIMETypeAssociations
Return the MIME type associated with a filename.
getMimeType() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns the MIME type of the data referenced by the smart poster URI.
getMIMEType() - Method in class net.rim.device.api.system.BMPEncodedImage
Return the commonly known MIME type associate for this encoded image object.
getMIMEType() - Method in class net.rim.device.api.system.EncodedImage
Return the commonly known MIME type associate for this encoded image object.
getMIMEType() - Method in class net.rim.device.api.system.GIFEncodedImage
Return the commonly known MIME type associate for this encoded image object.
getMIMEType() - Method in class net.rim.device.api.system.JPEGEncodedImage
Return the commonly known MIME type associate for this encoded image object.
getMIMEType() - Method in class net.rim.device.api.system.PNGEncodedImage
Return the commonly known MIME type associate for this encoded image object.
getMIMEType() - Method in class net.rim.device.api.system.TIFFEncodedImage
Return the commonly known MIME type associate for this encoded image object.
getMIMEType() - Method in class net.rim.device.api.system.WBMPEncodedImage
Return the commonly known MIME type associate for this encoded image object.
getMin(Vector3f) - Method in class net.rim.device.api.math.BoundingBox
Gets the minimum point of the bounding box in the given point.
getMinAccessibleValue() - Method in interface net.rim.device.api.ui.accessibility.AccessibleValue
Get the minimum value of this object as a Number.
getMinBandLevel() - Method in interface javax.microedition.amms.control.audioeffect.EqualizerControl
 
getMinColorTemp() - Method in interface javax.microedition.amms.control.imageeffect.WhiteBalanceControl
Gets the minimum supported color temperature.
getMinContentHeight() - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the minimum height of the content area, in pixels.
getMinContentWidth() - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the minimum width of the content area, in pixels.
getMinDistance() - Method in interface javax.microedition.amms.control.audio3d.DistanceAttenuationControl
 
getMinExposureTime() - Method in interface javax.microedition.amms.control.camera.ExposureControl
Gets the minimum supported exposure time.
getMinFocalLength() - Method in interface javax.microedition.amms.control.camera.ZoomControl
 
getMinFocus() - Method in interface javax.microedition.amms.control.camera.FocusControl
Returns the minimum focus distance supported (either manual or AUTO).
getMinFreq(String) - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the minimum frequency supported by this tuner with the given modulation.
getMinFreq() - Method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Gets the minimum frequency for this locale.
getMinHeight() - Method in interface org.w3c.dom.css.CSS2Properties
See the min-height property definition in CSS2.
getMinimumHeight() - Method in class javax.microedition.lcdui.Item
Gets the minimum height for this Item.
getMinimumHeight() - Method in class javax.microedition.lcdui.StringItem
 
getMinimumHeight() - Method in class javax.microedition.lcdui.TextField
 
getMinimumLevel() - Static method in class net.rim.device.api.system.EventLogger
Retrieves the current global minimum logging level.
getMinimumLevel(long) - Static method in class net.rim.device.api.system.EventLogger
Retrieves the current minimum logging level for the event logger with the given GUID.
getMinimumWidth() - Method in class javax.microedition.lcdui.Item
Gets the minimum width for this Item.
getMinimumWidth() - Method in class javax.microedition.lcdui.StringItem
 
getMinimumWidth() - Method in class javax.microedition.lcdui.TextField
 
getMinModulationRate() - Method in interface javax.microedition.amms.control.audioeffect.ChorusControl
Gets the minimum supported delay modulation rate.
getMinorAPIVersion() - Static method in class net.rim.device.api.wlan.hotspot.HotspotClientRegistry
Returns the Hotspot API's minor version number.
getMinorDeviceClass() - Method in class javax.bluetooth.DeviceClass
Retrieves the minor device class.
getMinPasswordLength() - Method in interface net.rim.device.api.userauthenticator.PasswordFrameworkProvider
Determine the minimum password length the implementor supports.
getMinPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the minimum playback pitch raise supported by the Player
getMinRate() - Method in interface javax.microedition.media.control.RateControl
Gets the minimum playback rate supported by the Player.
getMinWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the min-width property definition in CSS2.
getMinZoom() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Retrieves the minimum zoom level (smallest visible area) that is supported.
getMNC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Mobile Network Code.
getMNC(int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves Mobile Network Code for the specified Cellular network.
getMode() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMode() - Method in interface javax.microedition.amms.control.camera.FlashControl
Returns the flash mode of the camera device.
getMode() - Method in class net.rim.device.api.gps.BlackBerryCriteria
Returns the primary location mode specified by the application.
getMode() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnection
Indicates whether the connection was opened as a client or server.
getMode() - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's mode.
getMode() - Static method in class net.rim.device.api.ui.Ui
Retrieves the UI user mode.
getModeGeneration() - Static method in class net.rim.device.api.system.PersistentContent
Retrieves a counter that changes every time the user has changed their Content Protection settings.
getModel() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Retrieves the container that stores the user-generated map data for this MapField.
getModel() - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
Gets the base map field's model.
getModel() - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Returns the PaneManagerModel for this controller.
getModel() - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the PaneManagerModel for this view.
getModel() - Method in class net.rim.device.api.ui.component.pane.PaneView
Returns the PaneManagerModel associated with this view.
getModel() - Method in class net.rim.device.api.ui.component.pane.TitleView
Returns the PaneManagerModel for this view.
getModel() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Returns the model associated with this controller.
getModel() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorView
Returns the ProgressIndicatorModel that has been set as the model for this view.
getModel() - Method in class net.rim.device.api.ui.component.table.DataController
Retrieve the model associated with this table component.
getModel() - Method in interface net.rim.device.api.ui.component.table.DataModelChangeEvent
Get the model that generated this change event.
getModel() - Method in class net.rim.device.api.ui.component.table.DataView
Returns a reference to the model that this view is currently assigned to.
getModel() - Method in class net.rim.device.api.ui.component.table.RichList
Returns a reference to the underlying TableModel object of this RichList.
getModel() - Method in class net.rim.device.api.ui.component.table.SimpleList
Returns a reference to the underlying TableModel object of this SimpleList.
getModel() - Method in class net.rim.device.api.ui.component.table.TableModelChangeEvent
Retrieve the model that generated the event.
getModelNumber() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the mobile model number reported OTA.
getModulation() - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the modulation in use.
getModulationDepth() - Method in interface javax.microedition.amms.control.audioeffect.ChorusControl
Gets the current delay modulation depth.
getModulationRate() - Method in interface javax.microedition.amms.control.audioeffect.ChorusControl
Gets the delay modulation rate.
getModuleAliasName(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's alias name.
getModuleCodeSize(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the size (in bytes) of a module's code section.
getModuleDescription(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a modules description.
getModuleDownloadTimestamp(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the download timestamp for a module.
getModuleFlags(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's flags.
getModuleHandle() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the handle for this descriptor's code module.
getModuleHandle(String) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the handle for the module with your provided name.
getModuleHandle(byte[]) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the handle for the module with your provided hash.
getModuleHandleForClass(Class) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the handle of the module that defines the given Class.
getModuleHandleForObject(Object) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the handle for the module that contains the class definition for your provided object instance.
getModuleHandles() - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a list of handles for all singleton and eldest-sibling modules.
getModuleHandles(boolean) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a list of handles for all existing modules (including, or not including, younger sibling modules).
getModuleHash(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's hash.
getModuleHash(int, byte[]) - Static method in class net.rim.device.api.system.CodeModuleManager
Writes a module's hash into provided byte array.
getModuleName() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the name of this descriptor's code module.
getModuleName(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's name.
getModuleName(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's name.
getModules() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves the names of the modules in this group.
getModuleSignature(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the signature data for one of a module's signatures.
getModuleSignerId(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the signer ID for one of a module's signatures.
getModuleTimestamp(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's creation time.
getModuleURL(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's URL.
getModuleVendor(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's vendor information.
getModuleVersion(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's version string.
getModuleVersion(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retreives a module's version string.
getModulusLength() - Method in class net.rim.device.api.crypto.RSACryptoSystem
Returns the number of bytes that comprise the public modulus for the system.
getMovePoints(int, int[], int[], int[]) - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the global coordinates for the current sequence of touch move input events for the specified touch point.
getMovePointsSize() - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the number of global coordinates stored for the current sequence of touch move input events.
getMultiple() - Method in interface org.w3c.dom.html2.HTMLSelectElement
If true, multiple OPTION elements may be selected in this SELECT.
getMuteAfterMax() - Method in interface javax.microedition.amms.control.audio3d.DistanceAttenuationControl
 
getMyContactInfo() - Method in class net.rim.blackberry.api.blackberrymessenger.BlackBerryMessenger
Retrieves the current user's contact information
getN() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the public key modulus, or null if not available.
getN() - Method in class net.rim.device.api.crypto.RSAPublicKey
Returns a copy of the public key modulus.
getNAI(int) - Static method in class net.rim.device.api.system.CDMAInfo
Retrieves CDMA Network Address Identifier (NAI) for given Mobile IP profile.
getName() - Method in class com.google.zxing.BarcodeFormat
 
getName() - Method in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
getName() - Method in class com.google.zxing.qrcode.decoder.Mode
 
getName() - Method in class com.google.zxing.ResultMetadataType
 
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in interface javax.microedition.io.file.FileConnection
Returns the name of a file or directory excluding the URL schema and all paths.
getName() - Method in class javax.microedition.location.Landmark
Gets the landmark name.
getName() - Method in interface javax.microedition.pim.PIMList
Provides the name of the list.
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getName() - Method in class net.rim.blackberry.api.blackberrymessenger.Message
Returns the name of this message.
getName() - Method in class net.rim.blackberry.api.mail.Address
Retrieves the display name of this address.
getName() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this folder's friendly name.
getName() - Method in class net.rim.blackberry.api.mail.Header
Retrieves this header's current name.
getName() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the name of the service record held in this configuration.
getName() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the filename for this attachment part.
getName() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Retrieves this attachment part's filename.
getName() - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolder
Returns the folder name that was assigned during registration.
getName() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLogID
Returns the name associated with this caller ID.
getName() - Method in class net.rim.blackberry.api.profiles.ContactProfile
Returns the name of the contact profile.
getName() - Method in class net.rim.blackberry.api.profiles.Profile
Returns the name of the profile.
getName() - Method in class net.rim.device.api.animation.AbstractAnimation
Gets the name of the animation.
getName() - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldScript
Deprecated. Gets the URL of the script.
getName() - Method in interface net.rim.device.api.crypto.CryptoSystem
Returns a String that indicates the name of the crypto system, eg "WTLS1", "SUN1024", "EC160R1", etc.
getName() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns a String that indicates the set of parameters in use, eg "WTLS1", or null.
getName() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns a String that indicates the set of parameters in use, eg "SUN1024", or null.
getName() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns a String that indicates the name of the elliptic curve, eg "EC163K1".
getName() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns a String that indicates the set of parameters in use, eg "SUN1024", or null.
getName() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns the name of the preferred key store.
getName() - Method in class net.rim.device.api.crypto.keystore.DeviceKeyStore
Returns the localised string representing this key store name for the Device Key Store.
getName() - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns the name of the key store.
getName() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getName() - Method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
Returns the localised string representing this key store name for the Trusted Key Store.
getName() - Method in class net.rim.device.api.crypto.RSACryptoSystem
Returns a String that indicates the name of the crypto system, ie "RSA1024".
getName() - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Retrieves this bundle family's name.
getName() - Method in class net.rim.device.api.io.messaging.Context
Returns the name of the context.
getName() - Method in class net.rim.device.api.io.parser.soap.SOAPElement
Returns the name of the tag.
getName() - Method in interface net.rim.device.api.lbs.maps.model.geospatial.GsElement
Retrieves the name of this element.
getName() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
 
getName() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsImage
 
getName() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsLine
 
getName() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsMarker
 
getName() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPoint
 
getName() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPolygon
 
getName() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPolyLine
 
getName() - Method in class net.rim.device.api.lbs.maps.model.PeerPoint
Retrieves the name of this PeerPoint.
getName() - Method in interface net.rim.device.api.ldap.LDAPAttribute
Returns the name of this attribute.
getName() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's name.
getName() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the application name from this descriptor.
getName() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves this code module group's name.
getName(int) - Method in class net.rim.device.api.ui.Font
Gets one of the font's name or other strings (e.g., copyright, family, version, license, etc.).
getName() - Method in class net.rim.device.api.ui.FontFamily
Returns the font family's name.
getName() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Returns a human-readable string that represents the Searchable component.
getName() - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Returns a human-readable string that represents the Searchable component.
getName() - Method in class net.rim.device.api.unifiedsearch.SearchField
Returns the name of this SearchField.
getName() - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Retrieve this authenticator's display name.
getName() - Method in interface net.rim.device.api.web.WidgetConfig
Widget name.
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Anchor name.
getName() - Method in interface org.w3c.dom.html2.HTMLAppletElement
The name of the applet.
getName() - Method in interface org.w3c.dom.html2.HTMLButtonElement
Form control or object name when submitted with a form.
getName() - Method in interface org.w3c.dom.html2.HTMLFormElement
Names the form.
getName() - Method in interface org.w3c.dom.html2.HTMLFrameElement
The frame name (object of the target attribute).
getName() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
The frame name (object of the target attribute).
getName() - Method in interface org.w3c.dom.html2.HTMLImageElement
The name of the element (for backwards compatibility).
getName() - Method in interface org.w3c.dom.html2.HTMLInputElement
Form control or object name when submitted with a form.
getName() - Method in interface org.w3c.dom.html2.HTMLMapElement
Names the map (for use with usemap).
getName() - Method in interface org.w3c.dom.html2.HTMLMetaElement
Meta information name.
getName() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Form control or object name when submitted with a form.
getName() - Method in interface org.w3c.dom.html2.HTMLParamElement
The name of a run-time parameter.
getName() - Method in interface org.w3c.dom.html2.HTMLSelectElement
Form control or object name when submitted with a form.
getName() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Form control or object name when submitted with a form.
getName(int) - Method in interface org.w3c.dom.NameList
Returns the indexth name item in the collection.
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNameHash() - Method in class net.rim.device.api.servicebook.ServiceRecord
Returns this service record's hashed name (SHA-1 hash).
getNameImpl() - Method in class net.rim.device.api.userauthenticator.UserAuthenticator
Provide this authenticator's display name.
getNameResourceBundle() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the resource bundle from this descriptor.
getNameResourceId() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the resource ID from this descriptor.
getNames() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the names associated with this recipient name structure.
getNamespace() - Method in class net.rim.device.api.io.parser.soap.SOAPElement
Returns the namespace for this tag.
getNameSpaceMap() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
Gets the namespace mapping tables.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Retrieves the Namespace URI of this QName.
getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified (see ).
getNDC() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the National Describer Code (NDC).
getNear(Plane) - Method in class net.rim.device.api.math.Frustum
Gets the near plane of the frustum in the given plane.
getNearestColor(int) - Method in class net.rim.device.api.ui.Graphics
Gets the color that will be used if the specified color is requested.
getNetworkAddress() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's associated network address.
getNetworkCountryCode(int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the country code (i.e. country initials) of the specified Cellular network.
getNetworkId(int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the Id of the specified Cellular network.
getNetworkName(int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the name of the specified Cellular network.
getNetworkService() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves currently available network services on the Cellular network.
getNetworkService(int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves currently available network services.
getNetworkTime(long) - Static method in class net.rim.device.api.system.RadioInfo
Determine the current network time, as calculated using an offset from the current device time.
getNetworkType() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's associated network type.
getNetworkType() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the network that the device is capable of operating on.
getNewBatchLength() - Method in class net.rim.device.api.system.AccelerometerData
Returns count of the new samples in the historical array since the last query call.
getNewDocument() - Method in interface org.w3c.dom.ls.LSLoadEvent
The document that finished loading.
getNewInstance() - Static method in class net.rim.device.api.browser.field.RenderingSession
Retrieves a rendering session handle.
getNewLine() - Method in interface org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
getNewState() - Method in class net.rim.device.api.lbs.maps.model.MappableChangeEvent
Retrieves the new Mappable state.
getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getNextAdvanceX() - Method in class net.rim.device.api.ui.TextMetrics
If not all characters could be drawn, gets the horizontal component of the advance if another character group were drawn.
getNextAdvanceY() - Method in class net.rim.device.api.ui.TextMetrics
If not all characters could be drawn, gets the vertical component of the advance if another character group were drawn.
getNextAlarm() - Method in class net.rim.device.api.system.ApplicationManager
Get the next alarm based on the current power on behavior
getNextAlarm(int) - Method in class net.rim.device.api.system.ApplicationManager
Get the next alarm based on the power on behavior
getNextDatagramId(DatagramBase) - Method in class net.rim.device.api.io.DatagramTransportBase
Retrieves next valid datagram ID for provided datagram.
getNextDate(int) - Static method in class net.rim.device.api.util.DateTimeUtilities
Retrieves future date relative to midnight on current day.
getNextElement() - Method in class net.rim.device.api.util.ObjectEnumerator
Determines if a next element can be retrieved.
getNextElementSibling() - Method in interface org.w3c.dom.ElementTraversal
Returns the next sibling element node of this element.
getNextElementSibling() - Method in interface org.w3c.dom.svg.SVGElement
Returns the next sibling element node of this element.
getNextNumberOfCharactersDrawn() - Method in class net.rim.device.api.ui.TextMetrics
If not all characters could be drawn, gets the number of characters that would be drawn if another character group were drawn.
getNextOriginX() - Method in class net.rim.device.api.ui.TextMetrics
Gets the x coordinate of the position at which to start drawing the next part of the text, taking into account kerning if not all characters were drawn.
getNextOriginY() - Method in class net.rim.device.api.ui.TextMetrics
Gets the y coordinate of the position at which to start drawing the next part of the text, taking into account kerning if not all characters were drawn.
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNextSet(int) - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieve the next bit set starting at the given index.
getNextSet(int) - Method in class net.rim.device.api.util.BitSet
Retrieves the first bit set starting forward from provided position.
getNextSibling(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of next sibling of specified node.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNextUpdate() - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the date by when the next CRL will be issued.
getNextUpdate() - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the date by when the next CRL will be issued, or 0 if this information is not provided.
getNextUpdateTime() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time that the next update for this certificate status will be available.
getNextUSN() - Static method in class net.rim.device.api.io.file.FileSystemJournal
Returns the next Update Sequence Number (USN) that the journal system will use.
getNID() - Method in class net.rim.device.api.system.CDMAInfo.CDMACellInfo
Returns the Network ID (NID).
getNoAutoPeriodCharacterString() - Method in class net.rim.device.api.ui.autotext.AutoText
Return a string containing all of the available "no auto period" characters.
getNodeCount() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves total number of nodes in this tree.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodePosition(Node) - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return an XYRect object that contains the position of the node as laid out on the BrowserField.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNoHref() - Method in interface org.w3c.dom.html2.HTMLAreaElement
Specifies that this area is inactive, i.e., has no associated action.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNominalLength() - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
getNominalLength() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves a datagram's nominal length.
getNominalLength() - Method in class net.rim.device.api.io.DatagramTransportBase
Retrieves the nominal length of a datagram.
getNoResize() - Method in interface org.w3c.dom.html2.HTMLFrameElement
When true, forbid user from resizing frame.
getNormal(Vector3f) - Method in class net.rim.device.api.math.Plane
Gets the plane's normal in the given vector.
getNormalizedType(String) - Static method in class net.rim.device.api.io.MIMETypeAssociations
Return a normalized MIME type for the provided type.
getNoShade() - Method in interface org.w3c.dom.html2.HTMLHRElement
Indicates to the user agent that there should be no shading in the rendering of this element.
getNotAfter() - Method in interface javax.microedition.pki.Certificate
Gets the time after which this Certificate may not be used from the validity period.
getNotAfter() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the date on which this certificate will expire.
getNotAfter() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the date on which this certificate will expire.
getNotAfter() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the date on which this certificate will expire.
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNotBefore() - Method in interface javax.microedition.pki.Certificate
Gets the time before which this Certificate may not be used from the validity period.
getNotBefore() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the date on which this certificate will become valid.
getNotBefore() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the date on which this certificate will become valid.
getNotBefore() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the date on which this certificate will become valid.
getNotes() - Method in class net.rim.blackberry.api.phone.phonelogs.CallLog
Retrieves logged call's notes.
getNotFoundInstance() - Static method in exception com.google.zxing.NotFoundException
 
getNotifications() - Method in interface net.rim.device.api.web.WidgetConfig
Hashtable describing the information parsed from the 'rim:notification' elements
getNotifyReselected() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Determines state of reselection notification.
getNoWrap() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Suppress word wrapping.
getNumber() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLogID
Returns the original number for this caller ID.
getNumberOfBands() - Method in interface javax.microedition.amms.control.audioeffect.EqualizerControl
Gets the number of frequency bands that the equalizer supports.
getNumberOfChanges() - Method in interface net.rim.device.api.database.Database
Returns the number of rows affected by the last database modification.
getNumberOfCharactersDrawn() - Method in class net.rim.device.api.ui.TextMetrics
Gets the number of characters drawn.
getNumberOfColumns() - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Get the number of columns in the table.
getNumberOfColumns() - Method in class net.rim.device.api.ui.component.table.DataTemplate
Get the number of columns in the DataTemplate.
getNumberOfColumns() - Method in class net.rim.device.api.ui.component.table.TableModel
Get the number of columns in the table.
getNumberOfDaysInMonth(int, int) - Static method in class net.rim.device.api.util.DateTimeUtilities
Returns the number of days in the month specified
getNumberOfDisplayedPanes() - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView
Returns the number of panes that currently have titles displayed.
getNumberOfDisplayedPanes() - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Returns the number of tabs currently configured to display.
getNumberOfDisplayedPanes() - Method in class net.rim.device.api.ui.component.pane.TitleView
The number of panes who have titles being displayed at any given time.
getNumberOfFrames() - Method in class net.rim.device.api.ui.component.progressindicator.ActivityImageField
Returns the number of frames of the animation contained within the bitmap.
getNumberOfGroups() - Static method in class net.rim.device.api.system.CodeModuleGroupManager
Retrieves the current number of code module groups.
getNumberOfNetworks() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the number of available Cellular networks.
getNumberOfPacketsReceived() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the number of IP bytes received by the radio.
getNumberOfPacketsSent() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the number of IP bytes sent by the radio.
getNumberOfPresets() - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the number of presets.
getNumberOfRecords() - Method in class net.rim.device.api.io.nfc.ndef.NDEFMessage
Returns the number of NDEF records in the message.
getNumberOfRegions() - Method in class net.rim.device.api.ui.component.table.DataTemplate
Get the number of regions in the DataTemplate.
getNumberOfRounds() - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
Returns the number of rounds used.
getNumberOfRounds() - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
Returns the number of rounds used.
getNumberOfRows() - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Get the number of rows in the table.
getNumberOfRows() - Method in class net.rim.device.api.ui.component.table.DataTemplate
Get the number of rows in the DataTemplate.
getNumberOfRows() - Method in class net.rim.device.api.ui.component.table.TableModel
Get the number of rows in the table.
getNumberOfSegments() - Method in interface org.w3c.dom.svg.SVGPath
Return number of segments in this path.
getNumberOfSteps() - Method in interface javax.microedition.amms.control.imageeffect.WhiteBalanceControl
Tells how many steps the white balance has.
getNumBits(byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Returns the minimum number of bits required to encode the number contained in array.
getNumBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getNumColors() - Static method in class net.rim.device.api.system.Display
Retrieves the number of colors that the BlackBerry device screen can display.
getNumColors() - Static method in class net.rim.device.api.ui.Graphics
Deprecated. Use Display.getNumColors();
getNumDataBytes() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getNumECBytes() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getNumKeys(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns the number of individual keys for a given path.
getNumKeys(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
Returns the number of times a key occurs in a document.
getNumKeyStores() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method returns the number of keystores that are currently contained in the CombinedKeyStore.
getNumMessages() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of messages waiting.
getNumMidlets() - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the number of midlets installed on the device.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getNumRecords(int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves the number of records with the specified type in the service book.
getNumRSBlocks() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getNumSet() - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieve the number of set bits in the collection.
getNumSet() - Method in class net.rim.device.api.util.BitSet
Retrieves number of set bits.
getNumSmartCardReaders() - Static method in class net.rim.device.api.smartcard.SmartCardReaderFactory
Returns the number of registered smart card readers.
getNumSmartCards() - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Retrieve the number of registered smart card drivers.
getNumTotalBytes() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getNumValues(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns the number of values available under a specified key.
getNumValues(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
Returns the number of values in the document that correspond to the path specified.
getNVVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the NV data version.
getObject(int) - Method in class net.rim.device.api.database.Row
Retrieves a column value as it is represented in the database.
getObject(int) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource object by key (will chain through parent bundles).
getObject(int, boolean) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource object by key.
getObject() - Method in exception net.rim.device.api.system.NonPersistableObjectException
Returns the object that caused the exception.
getObject() - Method in interface org.w3c.dom.html2.HTMLAppletElement
The value of the "object" attribute.
getObjectClass() - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldScriptObject
Deprecated. Gets the class name of the script's object class.
getObjectCount() - Method in class net.rim.device.api.system.MemoryStats
Returns the number of objects occupying memory/storage type.
getObjectId() - Method in exception net.rim.device.api.system.PersistentContentException
Retrieves an ID for the object that caused the exception.
getObjectParamList() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves the param element information for this browser content.
getObjectPayload() - Method in interface net.rim.device.api.io.messaging.Message
Returns an object reference to the body of the message.
getObjectSize() - Method in class net.rim.device.api.system.MemoryStats
Returns the total size of objects occupying memory/storage type.
getObjectStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for object handles.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset
getOffset() - Method in class net.rim.device.api.io.DatagramBase
Retrieves the offset into this datagram's data.
getOffset() - Method in class net.rim.device.api.system.EncodedImage
Returns the offset into the data where the encoded image begins.
getOffsets() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's offset list.
getOID() - Method in class net.rim.device.api.crypto.certificate.CertificateExtension
Returns the OID representing the extension.
getOID() - Method in class net.rim.device.api.crypto.cms.CMSAttribute
Returns the identifying oid.
getOID(int) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the OID with the given identifier.
getOIDs() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Returns an enumeration of all the OIDs in the name.
getOIDs() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns an Enumeration of all the OIDs present in the identifier attributes.
getOIDs() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Returns an enumeration of all the OIDs for the names.
getOldPath() - Method in class net.rim.device.api.io.file.FileSystemJournalEntry
Returns the associated path that this event corresponds to before the event occurred.
getOldState() - Method in class net.rim.device.api.lbs.maps.model.MappableChangeEvent
Retrieves the state of the Mappable object before it changes.
getOperationMode() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Gets the current operation mode.
getOperationMode() - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
Retrieves the current operation mode.
getOpticalZoom() - Method in interface javax.microedition.amms.control.camera.ZoomControl
 
getOpticalZoomLevels() - Method in interface javax.microedition.amms.control.camera.ZoomControl
Tells how many levels the optical zoom has.
getOptions() - Method in class net.rim.device.api.lbs.travel.TravelTime
Retrieves the options specified when requesting a travel time estimate.
getOptions() - Method in interface org.w3c.dom.html2.HTMLSelectElement
The collection of OPTION elements contained by this element.
getOrder() - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Returns the display order of this item.
getOrderForValue(Object) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Returns the order (or position) in which the specified data object was added.
getOrdinal() - Method in class net.rim.device.api.ui.MenuItem
Retrieves relative ordering of this menu item.
getOrdinal() - Method in class net.rim.device.api.ui.toolbar.ToolbarButtonField
The ordinal defines the sort order for a ToolbarButtonField.
getOrdinal() - Method in class net.rim.device.api.ui.toolbar.ToolbarSetManager
The ordinal of this ToolbarSetManager as specified on creation.
getOrganization() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the organization attribute associated with this distinguished name.
getOrganization() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a String containing the organization name.
getOrganization() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the organization attribute associated with this distinguished name.
getOrganizationalUnit() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the organization unit attribute associated with this distinguished name.
getOrganizationalUnit() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the organization unit attribute associated with this distinguished name.
getOrganizationalUnit() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the organization unit attribute associated with this distinguished name.
getOrientation() - Static method in class javax.microedition.location.Orientation
Returns the terminal's current orientation.
getOrientation() - Method in interface net.rim.device.api.lcdui.control.DirectionControl
Retrieves the graphic aspect ratio of the physical screen based on number of horizontal vs. vertical pixels.
getOrientation() - Method in class net.rim.device.api.system.AccelerometerData
Returns the last known orientation of the handheld.
getOrientation() - Method in class net.rim.device.api.system.AccelerometerSensor.Channel
Returns current orientation.
getOrientation(float[], float[]) - Static method in class net.rim.device.api.system.DeviceOrientationUtil
Calculates the device's orientation from the specified rotation matrix.
getOrientation() - Static method in class net.rim.device.api.system.Display
Retrieves the graphic aspect ratio of the BlackBerry device screen based on number of horizontal versus vertical pixels.
getOrientation() - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns the orientation of the image as stored in the exif data.
getOrientation(float[]) - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the device orientation.
getOrientationVectors() - Method in interface javax.microedition.amms.control.audio3d.OrientationControl
Gets the orientation of the object using two vectors.
getOrigin() - Method in class net.rim.device.api.lbs.maps.server.exchange.ReverseGeocodeExchange
Retrieves the location point coordinates for this reverse geocoding request.
getOrigin(Vector3f) - Method in class net.rim.device.api.math.Ray
Gets the ray's origin in the given point.
getOriginal() - Method in class net.rim.device.api.ui.Field
Retrieves original instance of this field.
getOriginal(char) - Static method in class net.rim.device.api.util.CharacterUtilities
Gets the first character in a decomposition, recursively.
getOriginalEvent() - Method in class net.rim.device.api.browser.field.RedirectEvent
Originally generated event.
getOrphans() - Method in interface org.w3c.dom.css.CSS2Properties
See the orphans property definition in CSS2.
getOSVersion() - Static method in class net.rim.device.api.system.DeviceInfo
Deprecated. This function attempts to pack the String returned by DeviceInfo.getPlatformVersion() into the format specified above. If it is unsuccessful, it will return 0. Please use DeviceInfo.getPlatformVersion() instead.
getOutline() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline property definition in CSS2.
getOutlineColor() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-color property definition in CSS2.
getOutlineStyle() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-style property definition in CSS2.
getOutlineWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the outline-width property definition in CSS2.
getOutputBlockLength() - Method in class net.rim.device.api.crypto.BlockDecryptor
Returns the output block length of the cipher in bytes.
getOutputBlockLength() - Method in class net.rim.device.api.crypto.BlockEncryptor
Returns the output block length of the cipher in bytes.
getOutputBlockLength() - Method in interface net.rim.device.api.crypto.BlockFormatterEngine
Returns the length of an output block in bytes.
getOutputBlockLength() - Method in interface net.rim.device.api.crypto.BlockUnformatterEngine
Returns the length of an output block in bytes.
getOutputBlockLength() - Method in class net.rim.device.api.crypto.OAEPFormatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.OAEPUnformatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.PKCS1FormatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.PKCS1UnformatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.PKCS5FormatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.PKCS5UnformatterEngine
 
getOutputStream() - Method in class net.rim.device.api.crypto.CryptoOutputStream
Returns the output stream associated with this class.
getOutputStream() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnection
Returns an OutputStream for the connection.
getOutputStream() - Method in class net.rim.device.api.io.SharedOutputStream
Retrieves a new output stream that can write to this shared stream.
getOverallStatus() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the overall certificate status for this request.
getOverflow() - Method in interface org.w3c.dom.css.CSS2Properties
See the overflow property definition in CSS2.
getOverrideStyle(Element, String) - Method in interface org.w3c.dom.css.DocumentCSS
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in interface org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getOwnerInformation() - Static method in class net.rim.device.api.system.OwnerInfo
Returns a String contained in the Information field on the Owner screen.
getOwnerName() - Static method in class net.rim.device.api.system.OwnerInfo
Returns the contents contained in the Name field on the Owner screen.
getOwnerNode() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The node that associates this style sheet with the document.
getOwnerRule() - Method in interface org.w3c.dom.css.CSSStyleSheet
If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule.
getP() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the p domain parameter.
getP() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the p domain parameter.
getP() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the p domain parameter.
getP() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the first prime p, or null if not available.
getP1() - Method in class net.rim.device.api.smartcard.CommandAPDU
Get the first instruction parameter.
getP2() - Method in class net.rim.device.api.smartcard.CommandAPDU
Get the second instruction parameter.
getPacketFlags() - Method in class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Retrieves the set of packet flags.
getPacketHeader() - Method in class net.rim.device.api.io.MobitexAddress
Deprecated. Retrieves packet header associated with this address object.
getPacketType() - Method in class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Retrieves the packet type.
getPadding() - Method in class net.rim.device.api.ui.component.table.RegionStyles
Get the padding that has been applied to this region.
getPadding(XYEdges) - Method in class net.rim.device.api.ui.Field
Retrieves the coordinates of this field's padding.
getPadding() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding property definition in CSS2.
getPaddingBottom() - Method in class net.rim.device.api.ui.Field
Retrieves the bottom-edge coordinates of this field's padding.
getPaddingBottom() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-bottom property definition in CSS2.
getPaddingImageTop() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField
Retrieves the padding above the image.
getPaddingLeft() - Method in class net.rim.device.api.ui.Field
Retrieves the left-most coordinate of the padding.
getPaddingLeft() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-left property definition in CSS2.
getPaddingRight() - Method in class net.rim.device.api.ui.Field
Retrieves the right-most padding coordinate.
getPaddingRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-right property definition in CSS2.
getPaddingTop() - Method in class net.rim.device.api.ui.Field
Retrieves the top-most padding coordinate.
getPaddingTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the padding-top property definition in CSS2.
getPage() - Method in interface org.w3c.dom.css.CSS2Properties
See the page property definition in CSS2.
getPageBreakAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-after property definition in CSS2.
getPageBreakBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-before property definition in CSS2.
getPageBreakInside() - Method in interface org.w3c.dom.css.CSS2Properties
See the page-break-inside property definition in CSS2.
getPageCount() - Method in class net.rim.device.api.ui.Adjustment
Get the number of pages that will fit in this adjustment.
getPageSize() - Method in class net.rim.device.api.ui.Adjustment
Get page size.
getPageStepSize() - Method in class net.rim.device.api.ui.Adjustment
Get page step size.
getPan() - Method in interface javax.microedition.amms.control.PanControl
Gets the current panning set.
getPane() - Method in class net.rim.device.api.ui.component.pane.Pane
Returns the Field that lets you access the content of the pane.
getPane(int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Provides access to the Pane located at the provided index.
getPane() - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the associated pane for this view.
getParameter(String) - Method in interface org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
getParameterCount() - Method in interface net.rim.device.api.database.Statement
Returns the largest index of all SQL parameters in a Statement, or zero if there are no SQL parameters.
getParameterNames() - Method in interface org.w3c.dom.DOMConfiguration
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParameters() - Method in interface javax.microedition.amms.control.audio3d.DirectivityControl
Gets the directivity pattern of a sound source.
getParamName(int) - Method in class net.rim.device.api.browser.field.ObjectParamList
Get the content of the name attribute of the index'th param element stored in the container.
getParamType(int) - Method in class net.rim.device.api.browser.field.ObjectParamList
Get the content of the type attribute of the index'th param element stored in the container.
getParamValue(int) - Method in class net.rim.device.api.browser.field.ObjectParamList
Get the content of the value attribute of the index'th param element stored in the container.
getParamValueType(int) - Method in class net.rim.device.api.browser.field.ObjectParamList
Get the content of the valueType attribute of the index'th param element stored in the container.
getParent() - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves the multi-part object containing this body part.
getParent() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this folder's parent folder.
getParent() - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves the parent part containing this multipart.
getParent() - Method in interface net.rim.device.api.collection.ReadableTree
Retrieves the parent node.
getParent() - Method in interface net.rim.device.api.lbs.maps.model.geospatial.GsElement
Retrieves the parent folder of this element.
getParent() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
 
getParent() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsImage
 
getParent() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsLine
 
getParent() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsMarker
 
getParent() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPoint
 
getParent() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPolygon
 
getParent() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPolyLine
 
getParent() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsRoot
 
getParent() - Method in class net.rim.device.api.script.Scriptable
This method is called to obtain the superclass of this object.
getParent(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of specified node's parent.
getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParent() - Method in interface org.xml.sax.XMLFilter
Get the parent reader.
getParentField() - Method in class net.rim.device.api.lbs.maps.ui.MapAction
Retrieves the parent map field of this action instance.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParentRule() - Method in interface org.w3c.dom.css.CSSRule
If this rule is contained inside another rule (e.g. a style rule inside an @media block), this is the containing rule.
getParentRule() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
The CSS rule that contains this declaration block or null if this CSSStyleDeclaration is not attached to a CSSRule.
getParentStream() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Returns the parent stream if it is available.
getParentStream() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Returns the parent stream if it is available.
getParentStream() - Method in interface net.rim.device.api.io.ParentStreamProvider
 
getParentStyleSheet() - Method in interface org.w3c.dom.css.CSSRule
The style sheet that contains this rule.
getParentStyleSheet() - Method in interface org.w3c.dom.stylesheets.StyleSheet
For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
getParticipant() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLog
Retrieves the participant for this call.
getParticipantAt(int) - Method in class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Retrieves participant in call by index.
getPartOutputStream(boolean, String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Creates a new MIME part for this stream.
getParts() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves all parts in this multi-part message.
getPassword() - Method in class javax.obex.PasswordAuthentication
Retrieves the password.
getPassword() - Method in class net.rim.device.api.browser.field.RequestedResource
The password credentials for the request.
getPassword() - Method in class net.rim.device.api.io.messaging.UsernamePasswordCredentials
Returns the password.
getPassword(String, String) - Method in class net.rim.device.api.ldap.LDAPPasswordCache
Deprecated. Returns the password associated with the server and base query.
getPassword() - Method in class net.rim.device.api.wlan.hotspot.HotspotCredentialsAgent
Retrieves the password for login.
getPasswordPrompt(int) - Method in interface net.rim.device.api.userauthenticator.PasswordFrameworkProvider
Provide the text shown when prompting for the user authenticator password.
getPasswordPromptRequired(int, UserAuthenticatorContextObject) - Method in interface net.rim.device.api.userauthenticator.PasswordFrameworkProvider
Determine if an initialized authenticator requires a password change at this time.
getPasswordVersion() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the current password version of this KeyStoreData object.
getPasswordVersion() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the current password version of this KeyStoreData object.
getPath() - Method in interface javax.microedition.io.file.FileConnection
Returns the path, excluding the file or directory name and the "file" URL schema and host from where the file or directory specified in the Connector.open() method is opened.
getPath() - Method in class net.rim.device.api.io.file.FileSystemJournalEntry
Returns the path that this event corresponds to.
getPath() - Method in class net.rim.device.api.io.URI
Get the path component of the URI-reference.
getPathTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as SVGPath.
getPause() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause property definition in CSS2.
getPauseAfter() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause-after property definition in CSS2.
getPauseBefore() - Method in interface org.w3c.dom.css.CSS2Properties
See the pause-before property definition in CSS2.
getPayload() - Method in class net.rim.device.api.io.nfc.ndef.NDEFRecord
Returns the payload of this NDEF record.
getPayload() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns the payload for this smart poster NDEFRecord as a byte[].
getPayload() - Method in class net.rim.device.api.io.nfc.ndef.rtd.TextRecord
Returns the payload for this Text NDEFRecord as a byte[].
getPayload() - Method in class net.rim.device.api.io.nfc.ndef.rtd.URIRecord
Returns the payload for this URI record as a byte[] array.
getPayloadData() - Method in interface javax.wireless.messaging.BinaryMessage
Returns the message payload data as an array of bytes.
getPayloadText() - Method in interface javax.wireless.messaging.TextMessage
Returns the message payload data as a String.
getPeerAddress() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the peer user's address.
getPeerPlan() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the peer user's plan type.
getPeerType() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the peer user's type.
getPermission(int) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissions
Returns the value for a permission.
getPermission(int) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Queries the application control database and returns the value of a permission of the calling application.
getPermission(int, boolean) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Deprecated. As of version 5.0. Use ApplicationPermissionsManager.getPermission(int) instead.
getPermission(int, String) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Queries the application control database and returns the value of a permission of the calling application for a particular domain.
getPermission(int, String, boolean) - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissionsManager
Deprecated. As of version 5.0. Use ApplicationPermissionsManager.getPermission(int,String) instead.
getPermissionKeys() - Method in class net.rim.device.api.applicationcontrol.ApplicationPermissions
Returns the set of permissions that have been added.
getPersistentObject(long) - Static method in class net.rim.device.api.system.PersistentStore
Retrieves a persistent object from store by its key.
getPersistentStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for persistent objects in flash.
getPhoneNumber() - Method in class net.rim.blackberry.api.phone.PhoneCall
Returns the phone number associated with this phone call.
getPhoneScreen(int, int) - Method in class net.rim.blackberry.api.phone.phonegui.ScreenModel
Retrieves the phone screen for data drawing.
getPhrases() - Method in class net.rim.device.api.unifiedsearch.SearchFieldCriteria
Returns the search phrases.
getPI() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the current Programme Identification code.
getPicture() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField.ScrollEntry
Retrieves the picture for this ScrollEntry.
getPIMList() - Method in interface javax.microedition.pim.PIMItem
Gets the PIMList associated with this item.
getPIMListUID() - Method in interface net.rim.blackberry.api.pdap.BlackBerryPIMList
Returns the unique identifier for this PIM list.
getPinchMagnitude() - Method in class net.rim.device.api.ui.TouchGesture
Retrieves the pinch magnitude of the TouchGesture.PINCH_BEGIN, TouchGesture.PINCH_UPDATE, or TouchGesture.PINCH_END event currently being processed.
getPitch() - Method in class javax.microedition.location.Orientation
Returns the terminal's tilt in degrees defined as an angle in the vertical plane orthogonal to the ground, and through the longitudinal axis of the terminal.
getPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the current playback pitch raise.
getPitch() - Method in interface org.w3c.dom.css.CSS2Properties
See the pitch property definition in CSS2.
getPitchRange() - Method in interface org.w3c.dom.css.CSS2Properties
See the pitch-range property definition in CSS2.
getPixelHeight() - Method in class net.rim.device.api.lbs.maps.MapDimensions
Gets the pixel height of the field.
getPixelWidth() - Method in class net.rim.device.api.lbs.maps.MapDimensions
Gets the pixel width of the field.
getPlatformVersion() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the platform version.
getPlayDuring() - Method in interface org.w3c.dom.css.CSS2Properties
See the play-during property definition in CSS2.
getPlayer() - Method in class net.rim.device.api.amms.control.camera.ImageScanner
Retrieves the camera player.
getPlayer() - Method in class net.rim.device.api.barcodelib.BarcodeScanner
Retrieves the camera player.
getPNGInfo(byte[], int, int) - Method in class net.rim.device.api.system.Bitmap.PNGInfo
Retrieves a PNG bitmap's information.
getPoint(int) - Method in class net.rim.device.api.lbs.maps.model.MapPolyLine
Retrieves the MapPoint element at the given index.
getPoint1X() - Method in class net.rim.device.api.system.EventInjector.TouchEvent
Returns the x coordinate for the first touch point.
getPoint1Y() - Method in class net.rim.device.api.system.EventInjector.TouchEvent
Returns the y coordinate for the first touch point.
getPoint2X() - Method in class net.rim.device.api.system.EventInjector.TouchEvent
Returns the x coordinate for the second touch point.
getPoint2Y() - Method in class net.rim.device.api.system.EventInjector.TouchEvent
Returns the y coordinate for the second touch point.
getPoints() - Method in class com.google.zxing.common.DetectorResult
 
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPort() - Method in interface javax.microedition.io.HttpsConnection
Returns the network port number of the URL for this HttpsConnection.
getPort() - Method in interface javax.microedition.io.SocketConnection
Returns the remote port to which this socket is bound.
getPort() - Method in class net.rim.blackberry.api.push.PushApplicationDescriptor
Returns the network port number to listen to
getPort() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
Always returns 80
getPort() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the port number of the server.
getPort() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Returns the remote port to which this socket is bound.
getPort() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Returns the remote port to which this socket is bound.
getPort() - Method in class net.rim.device.api.io.URI
Get the port sub-component of the URI-reference.
getPorts() - Method in class net.rim.device.api.io.SmsAddress
Get the socket port(s).
getPosition() - Method in class net.rim.device.api.database.BufferedCursor
 
getPosition() - Method in interface net.rim.device.api.database.Cursor
Returns the current cursor position.
getPosition() - Method in interface net.rim.device.api.io.Seekable
Return the current position in the stream.
getPosition() - Method in class net.rim.device.api.system.ApplicationDescriptor
Returns the application's suggested position on the Home screen.
getPosition() - Method in class net.rim.device.api.ui.component.LabelField
Retrieves drawing offset of this field's label text.
getPosition() - Method in class net.rim.device.api.util.DataBuffer
Retrieves current read/write position.
getPosition() - Method in interface org.w3c.dom.css.CSS2Properties
See the position property definition in CSS2.
getPosition() - Method in interface org.w3c.dom.ls.LSProgressEvent
The current position in the input source, including all external entities and other resources that have been read.
getPossibleCenters() - Method in class com.google.zxing.qrcode.detector.FinderPatternFinder
 
getPostData() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Retrieves the post data from this event.
getPostData() - Method in class net.rim.device.api.browser.field2.BrowserFieldRequest
Retrieves the post data from this request.
getPostWhitening() - Method in class net.rim.device.api.crypto.XDecryptorEngine
Returns the whitening vector that is applied to the ciphertext.
getPostWhitening() - Method in class net.rim.device.api.crypto.XEncryptorEngine
Returns the whitening vector that is applied to the ciphertext.
getPowerOnBehavior() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the application's "power on" behavior.
getPowerSaveMode() - Static method in class net.rim.device.api.system.MobitexInfo
Deprecated. Retrieves the current power save mode.
getPredefined() - Static method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Gets a list of predefined FmRadioLocale objects.
getPredefinedBitmap(int) - Static method in class net.rim.device.api.system.Bitmap
Retrieves one of the predefined system bitmaps.
getPrefab(int) - Static method in class net.rim.device.api.ui.MenuItem
Retrieves a prefabricated menu item.
getPrefContentHeight(int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the preferred height of the content area, in pixels.
getPrefContentWidth(int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the preferred width of the content area, in pixels.
getPreferredBackground() - Method in class net.rim.device.api.input.LookupProperties
Gets the current background object displayed for a lookup screen.
getPreferredBorder() - Method in class net.rim.device.api.input.LookupProperties
Gets the current border object for for a lookup screen.
getPreferredColorBufferSize() - Method in class net.rim.device.api.opengles.GLField
Gets the preferred color buffer size of the underlying EGL surface.
getPreferredColorBufferSize() - Method in class net.rim.device.api.openvg.VGField
Gets the preferred color buffer size of the underlying EGL surface.
getPreferredDepthBufferSize() - Method in class net.rim.device.api.opengles.GLField
Gets the preferred depth buffer size of the underlying EGL surface.
getPreferredFont() - Method in class net.rim.device.api.input.LookupProperties
Gets a preferred font for a lookup screen.
getPreferredFontHeight() - Method in class net.rim.device.api.input.LookupProperties
Gets preferred height of a font for a lookup screen.
getPreferredFontTypeface() - Method in class net.rim.device.api.input.LookupProperties
Gets preferred typeface of a font for a lookup screen.
getPreferredForegroundColor() - Method in class net.rim.device.api.input.LookupProperties
Gets foreground color for a lookup screen.
getPreferredHeight() - Method in class javax.microedition.lcdui.Item
Gets the preferred height of this Item.
getPreferredHeight() - Method in class net.rim.device.api.amms.control.camera.ViewfinderOverlay.VideoControlOverlayField
Preferred height of this field.
getPreferredHeight() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Returns the preferred height of the MapField.
getPreferredHeight() - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
getPreferredHeight() - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
 
getPreferredHeight() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getPreferredHeight() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.ButtonField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.CheckboxField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves this field's preferred height in pixels.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.GaugeField
 
getPreferredHeight() - Method in class net.rim.device.api.ui.component.LabelField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.NullField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getPreferredHeight() - Method in class net.rim.device.api.ui.component.RadioButtonField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.RichTextField
 
getPreferredHeight() - Method in class net.rim.device.api.ui.component.SeparatorField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.SpinBoxField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.TextField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.container.AbsoluteFieldManager
Retrieves this manager's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.container.FlowFieldManager
Retrieves this manager's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Retrieves the manager's preferred height (in pixels).
getPreferredHeight() - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Retrieves the manager's preferred height (in pixels).
getPreferredHeight() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.Field
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.toolbar.ToolbarButtonField
Retrieves the preferred height of the ToolbarButtonField (equivalent to the preferred height of the ToolbarManager).
getPreferredHeight() - Method in class net.rim.device.api.ui.toolbar.ToolbarManager
Retrieves the preferred height of this ToolbarManager.
getPreferredHeightOfChild(Field) - Method in class net.rim.device.api.ui.Manager
Retrieves the preferred height of a managed field.
getPreferredIconHeight() - Static method in class net.rim.blackberry.api.homescreen.HomeScreen
Returns the preferred height of Home screen icons with respect to the active theme.
getPreferredIconWidth() - Static method in class net.rim.blackberry.api.homescreen.HomeScreen
Returns the preferred width of Home screen icons with respect to the active theme.
getPreferredIndent() - Method in class net.rim.device.api.input.LookupProperties
Retrieves the number of indentation pixels for a lookup screen.
getPreferredIndex(int) - Method in interface javax.microedition.pim.Contact
Returns the index of the value marked with the attribute ATTR_PREFERRED for the given field.
getPreferredInputLocale() - Method in interface net.rim.device.api.im.ITextInputStyle
Returns input locale the input must switch to while focus is in this component.
getPreferredMargin() - Method in class net.rim.device.api.input.LookupProperties
Gets the margin outer-coordinates of a lookup screen.
getPreferredPadding() - Method in class net.rim.device.api.input.LookupProperties
Retrieves the coordinates of a lookup screen's padding.
getPreferredPowerConsumption() - Method in class javax.microedition.location.Criteria
Returns the preferred power consumption.
getPreferredResponseTime() - Method in class javax.microedition.location.Criteria
Returns the preferred maximum response time.
getPreferredSelectedBackground() - Method in class net.rim.device.api.input.LookupProperties
Gets the current background object displayed for a lookup screen.
getPreferredSelectedForegroundColor() - Method in class net.rim.device.api.input.LookupProperties
Gets foreground color for a lookup screen.
getPreferredTransportTypes() - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the set of preferred transport types used by the factory when attempting to get a connection.
getPreferredWidth() - Method in class javax.microedition.lcdui.Item
Gets the preferred width of this Item.
getPreferredWidth() - Method in class net.rim.device.api.amms.control.camera.ViewfinderOverlay.VideoControlOverlayField
Preferred width of this field.
getPreferredWidth() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Returns the preferred width of the MapField.
getPreferredWidth() - Method in class net.rim.device.api.lbs.maps.ui.MapField
 
getPreferredWidth() - Method in class net.rim.device.api.lbs.maps.ui.RichMapField
 
getPreferredWidth(ListField) - Method in class net.rim.device.api.ui.component.AutoCompleteField
The AutoCompleteField will set the width of the list.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getPreferredWidth() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.ButtonField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.CheckboxField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.Dialog
Retrieves this dialog's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.GaugeField
 
getPreferredWidth() - Method in class net.rim.device.api.ui.component.LabelField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.ListField
Retrieves this field's preferred width.
getPreferredWidth(ListField) - Method in interface net.rim.device.api.ui.component.ListFieldCallback
Retrieves this list field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.NullField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.NumericChoiceField
Retrieves this field's preferred width.
getPreferredWidth(ListField) - Method in class net.rim.device.api.ui.component.ObjectListField
Retrieves preferred width of this field.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getPreferredWidth() - Method in class net.rim.device.api.ui.component.RadioButtonField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.TextField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.container.AbsoluteFieldManager
Retrieves this manager's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.container.FlowFieldManager
Retrieves this manager's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Retrieves the manager's preferred width (in pixels).
getPreferredWidth() - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Retrieves the manager's preferred width (in pixels).
getPreferredWidth() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.Field
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.toolbar.ToolbarButtonField
By default this method returns 0.
getPreferredWidth() - Method in class net.rim.device.api.ui.toolbar.ToolbarManager
Retrieves the preferred width of this ToolbarManager.
getPreferredWidth() - Method in class net.rim.device.api.ui.toolbar.ToolbarSetManager
Retrieves the sum of Field.getPreferredWidth() of all of the children of this manager.
getPreferredWidthOfChild(Field) - Method in class net.rim.device.api.ui.Manager
Retrieves the preferred width of a managed field.
getPrefix() - Method in class javax.xml.namespace.QName
Retrieves the prefix of this QName.
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes whose declarations are active in the current context.
getPrefixes(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.
getPreset() - Method in interface javax.microedition.amms.control.EffectControl
Gets the current preset.
getPresetFrequency(int) - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the preset's frequency.
getPresetModulation(int) - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the preset's modulation.
getPresetName(int) - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the preset name.
getPresetNames() - Method in interface javax.microedition.amms.control.EffectControl
Gets the available preset names.
getPresetStereoMode(int) - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the preset's stereo mode.
getPreviewPicture() - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessage
Returns optional preview picture.
getPreviewText() - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessage
Returns optional preview text
getPrevious() - Method in class javax.microedition.content.Invocation
Gets the previous Invocation saved in this Invocation by Registry.invoke or Registry.getResponse.
getPreviousElementSibling() - Method in interface org.w3c.dom.ElementTraversal
Returns the previous sibling element node of this element.
getPreviousSet(int) - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieve the previous bit set starting at the given index.
getPreviousSet(int) - Method in class net.rim.device.api.util.BitSet
Retrieves the first bit set starting backwards from provided position.
getPreviousSibling(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of the previous sibling of specified node.
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getPreWhitening() - Method in class net.rim.device.api.crypto.XDecryptorEngine
Returns the whitening vector that is applied to the plaintext.
getPreWhitening() - Method in class net.rim.device.api.crypto.XEncryptorEngine
Returns the whitening vector that is applied to the plaintext.
getPrimitiveType() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
The type of the value as defined by the constants specified above.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPriority() - Method in interface javax.microedition.amms.control.PriorityControl
Gets the current priority.
getPriority() - Method in class javax.microedition.lcdui.Command
Gets the priority of the command.
getPriority() - Method in class net.rim.blackberry.api.mail.Message
Returns the priority of the Message.
getPriority() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method returns the array of cipher suites currently stored with their appropriate priority (first in the array has most priority).
getPriority() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method returns the array of cipher suites currently stored with their appropriate priority (first in the array has most priority).
getPriority() - Method in interface net.rim.device.api.io.messaging.Message
Returns the priority value of this message.
getPriority() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the priority of the message.
getPriority() - Method in class net.rim.device.api.ui.MenuItem
Retrieves relative priority of this menu item.
getPriority() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Returns the preferred priority level for the Searchable.
getPriority() - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Returns the preferred priority level for the Searchable.
getPrivacy() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the privacy setting.
getPrivacyLevel() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Returns the ExposureLevel of this Searchable.
getPrivacyLevel() - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Returns the ExposureLevel of this Searchable.
getPrivateKey(KeyStoreDataTicket) - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the private key contained within the key store data.
getPrivateKey() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the private key contained within the key store data.
getPrivateKey() - Method in class net.rim.device.api.crypto.KeyPair
Returns the private key associated with this key pair.
getPrivateKey(KeyStoreDataTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the private key contained within the key store data.
getPrivateKeyData() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns a copy of the private key data.
getPrivateKeyData() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns a copy of the private key data.
getPrivateKeyData() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns a copy of the private key data.
getPrivateKeyData() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns a copy of the private key data.
getPrivateKeyLength() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the length of the private key.
getPrivateKeyLength() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the length of the private key.
getPrivateKeyLength() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bytes) of a private key for this system's curve.
getPrivateKeyLength() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the length of the private key.
getPrivateKeyMinRandomBits() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the minimum number of private key random bits.
getPRLVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the preferred roaming list version.
getPRNG(byte[], int, int, int) - Static method in class net.rim.device.api.crypto.Crypto
Expands a finite length seed into an arbitrarily long stream of pseudo-random bytes using the FIPS-186 Pseudo-Random Number Generator (PRNG).
getPRNG(byte[], int, int, int, int) - Static method in class net.rim.device.api.crypto.Crypto
Expands a finite length seed into an arbitrarily long stream of pseudo-random bytes using the specified Pseudo-Random Number Generator (PRNG).
getProcessId() - Method in class net.rim.device.api.system.Application
Retrieves the process ID for this application.
getProcessId(ApplicationDescriptor) - Method in class net.rim.device.api.system.ApplicationManager
Retrieves the process ID for specified descriptor's application.
getProducedAtTime() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time at that this update was produced at for this certificate status.
getProfile() - Method in interface org.w3c.dom.html2.HTMLHeadElement
URI [IETF RFC 2396] designating a metadata profile.
getProfileById(int) - Method in class net.rim.blackberry.api.profiles.Profiles
Returns the profile with the specified profile ID.
getProfileName() - Method in class net.rim.device.api.system.WLANInfo.WLANAPInfo
Retrieves the current profile name.
getProgram(int) - Method in interface javax.microedition.media.control.MIDIControl
Returns program assigned to channel.
getProgramList(int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank, get list of program numbers.
getProgramName(int, int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank and program, get name of program.
getProgress() - Method in interface javax.microedition.amms.MediaProcessor
Get an estimated percentage of work that has been done.
getProgress() - Method in interface net.rim.device.api.collection.FilterProgress
Retrieves collection's current filtering progress.
getProgressBar() - Method in class net.rim.device.api.ui.component.progressindicator.ProgressIndicatorView
Returns the field responsible for rendering the progress.
getPrompt() - Method in interface org.w3c.dom.html2.HTMLIsIndexElement
The prompt message.
getProperties() - Method in class net.rim.device.api.io.nfc.readerwriter.Target
Returns an Enumeration containing all the available properties for this target.
getProperties() - Static method in class net.rim.device.api.system.Display
Retrieves the display properties.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String) - Static method in class javax.bluetooth.LocalDevice
Retrieves Bluetooth system properties.
getProperty(int) - Method in interface net.rim.blackberry.api.accessory.Accessory
Returns data corresponding to the given property key.
getProperty(String) - Method in class net.rim.device.api.browser.field2.BrowserFieldConfig
This method retrieves a config property
getProperty(String) - Method in class net.rim.device.api.io.DatagramBase
Retrieves property by name.
getProperty(String) - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves a property associated with the connection.
getProperty(String) - Method in interface net.rim.device.api.io.IOProperties
Retrieves a property by name.
getProperty(String) - Method in class net.rim.device.api.io.nfc.readerwriter.Target
Returns the property value for the property name specified.
getProperty(String) - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves a property for this code module group, by name.
getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getProperty(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a property.
getPropertyComponentCount() - Method in class net.rim.device.api.animation.AnimationValue
Gets the property component size of the Animatable's target property.
getPropertyCSSValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
getPropertyKey(int) - Method in class net.rim.device.api.io.http.HttpHeaders
Retrieves the key of the header at the provided position.
getPropertyKeys() - Method in interface net.rim.blackberry.api.accessory.Accessory
Returns an enumeration to the property keys.
getPropertyNames() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves an enumeration of this code module group's property names.
getPropertyPriority(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the priority of a CSS property (e.g. the "important" qualifier) if the property has been explicitly set in this declaration block.
getPropertyValue(String) - Method in class net.rim.device.api.io.http.HttpHeaders
Retrieves first header property value for provided key.
getPropertyValue(int) - Method in class net.rim.device.api.io.http.HttpHeaders
Retrieves the value of the header at the provided position.
getPropertyValue(int) - Method in class net.rim.device.api.ui.component.StandardTitleBar
Retrieves the value set for the specified property.
getPropertyValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
getPropertyValues(String) - Method in class net.rim.device.api.io.http.HttpHeaders
Retrieves all property values for provided key.
getPropertyWithBooleanValue(long, int, boolean) - Method in class net.rim.device.api.browser.field.RenderingOptions
Retrieves property with boolean value.
getPropertyWithBooleanValue(int, boolean) - Method in interface net.rim.device.api.browser.plugin.BrowserPageContext
Retrieves value of specified property as a boolean value.
getPropertyWithIntValue(long, int, int) - Method in class net.rim.device.api.browser.field.RenderingOptions
Retrieves property with integer value.
getPropertyWithIntValue(int, int) - Method in interface net.rim.device.api.browser.plugin.BrowserPageContext
Retrieves value of specified property as a integer value.
getPropertyWithObjectValue(long, int, Object) - Method in class net.rim.device.api.browser.field.RenderingOptions
Retrieves property with Object value.
getPropertyWithObjectValue(int, Object) - Method in interface net.rim.device.api.browser.plugin.BrowserPageContext
Retrieves value of specified property as an object.
getPropertyWithStringValue(long, int, String) - Method in class net.rim.device.api.browser.field.RenderingOptions
Retrieves property with String value.
getPropertyWithStringValue(int, String) - Method in interface net.rim.device.api.browser.plugin.BrowserPageContext
Retrieves value of specified property as a string value.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection. e.g., http or https
getProtocol() - Method in class net.rim.device.api.browser.field2.BrowserFieldRequest
 
getProtocol() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
Always returns null
getProtocolBytes() - Method in class net.rim.device.api.smartcard.AnswerToReset
Returns the protocol bytes from the raw data that is formatted as per ISO 7816-3.
getProtocolId() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the protocol ID for these parameters.
getProtocolMeaning() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the protocol meaning for these parameters.
getProtocolName() - Method in interface javax.microedition.io.SecurityInfo
Returns the secure protocol name.
getProtocolVersion() - Method in interface javax.microedition.io.SecurityInfo
Returns the protocol version.
getProviderErrorMessages() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns an enumeration of strings containing error messages logged by the certificate status providers.
getProviderIcon() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.ExtendedSearchProvider
Returns the provider's icon.
getProviderIcon() - Method in interface net.rim.device.api.unifiedsearch.searchables.ExternalSearchProvider
Returns the provider's icon.
getProviderId() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Returns the ID of this provider.
getProviderName() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.ExtendedSearchProvider
Returns the provider's name with the localized string "Local Search" appended to it.
getProviderName() - Method in interface net.rim.device.api.unifiedsearch.searchables.ExternalSearchProvider
Returns the provider's name with the localized string "Local Search" appended to it.
getProviderType() - Method in class net.rim.device.api.gps.BlackBerryLocationProvider
Returns the type of provider that is used.
getProvisionalVersionForDimension(int) - Static method in class com.google.zxing.qrcode.decoder.Version
Deduces version information purely from QR Code dimensions.
getPS() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the current Programme Service name.
getPSByPTY(short) - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the Programme Service names (PS) sending the given Programme TYpe.
getPSByTA(boolean) - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the Programme Service names (PS) sending Traffic Announcements.
getPTY() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the current Programme TYpe as short.
getPTYString(boolean) - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the current Programme TYpe as a String with the maximum of 8 or 16 characters in English.
getPubDate() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannel
Returns the last publication date for this RSSChannel.
getPubDate() - Method in class net.rim.device.api.io.parser.rss.model.RSSItem
Returns the last publication date of this RSSItem.
getPublicId() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
The binary XML format contains a representation of the XML document public identifier.
getPublicId() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity if specified, and null otherwise.
getPublicId() - Method in interface org.w3c.dom.ls.LSInput
The public identifier for this input source.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in exception org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicKey() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Extracts the subject's public key.
getPublicKey() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Extracts the subject's public key.
getPublicKey() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Extracts the subject's public key.
getPublicKey() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the public key that is stored within the key store data object.
getPublicKey() - Method in class net.rim.device.api.crypto.KeyPair
Returns the public key associated with this key pair.
getPublicKey() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the public key that is stored within the key store data object.
getPublicKey() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves public key.
getPublicKeyAlgorithm() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a string representing the intended use of the public key.
getPublicKeyAlgorithm() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
getPublicKeyAlgorithm() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
getPublicKeyAlgorithm(int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Return the associated public key algorithm used on the cipher suite.
getPublicKeyData() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns a copy of the associated public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns a copy of the public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns a copy of the associated public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns a copy of the public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns a copy of the public key data which is encoded as an ANSI X9.62 ECPoint object.
getPublicKeyData() - Method in class net.rim.device.api.crypto.ECPublicKey
Returns a copy of the public key data which is is encoded as an ANSI X9.62 ECPoint object.
getPublicKeyData(boolean) - Method in class net.rim.device.api.crypto.ECPublicKey
Returns a copy of the public key data, which is encoded as an ANSI X9.62 ECPoint object, with the option to compress the data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns a copy of the associated public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns a copy of the public key data.
getPublicKeyLength() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the length of the public key.
getPublicKeyLength() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the length of the public key.
getPublicKeyLength() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bytes) of a compressed public key for this system's curve.
getPublicKeyLength(boolean) - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bytes) of a public key for this system's curve.
getPublicKeyLength() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the length of the public key.
getQ() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the q domain parameter, or null.
getQ() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the q domain parameter, or null.
getQ() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the q domain parameter, or null.
getQ() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the second prime q, or null if not available.
getQInvModP() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the q^-1 mod p (coefficient, Chinese Remainder Theorem), or null if not available.
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML qualified (prefixed) name by index.
getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getQualifiedCoordinates() - Method in class javax.microedition.location.Landmark
Gets the QualifiedCoordinates of the landmark.
getQualifiedCoordinates() - Method in class javax.microedition.location.Location
Returns the coordinates of this location and their accuracy.
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getQuery() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
Always returns null
getQuery() - Method in class net.rim.device.api.io.URI
Get the query component of the URI-reference.
getQueryParamString() - Method in interface net.rim.device.api.io.messaging.HttpMessage
Returns the query parameter string (as it appears after the "?"
getQuotes() - Method in interface org.w3c.dom.css.CSS2Properties
See the quotes property definition in CSS2.
getRAC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Routing Area Code.
getRadioBand() - Method in class net.rim.device.api.system.WLANInfo.WLANAPInfo
Retrieves the current radio band.
getRadioState() - Method in interface net.rim.device.api.amms.control.fmradio.FmTunerControl
Gets the current radio state.
getRadius() - Method in class net.rim.device.api.math.BoundingSphere
Gets the bounding sphere's radius.
getRAMStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for RAM.
getRandomBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.CryptoSmartCardSession
Inserts random bytes into the given buffer starting at the specified array index offset.
getRandomBytes(int) - Method in class net.rim.device.api.crypto.CryptoSmartCardSession
Generates a specified length of random bytes, returning them as a byte array of the specified size.
getRandomBytes(byte[]) - Method in class net.rim.device.api.crypto.CryptoSmartCardSession
Generates random bytes, filling the given buffer entirely.
getRandomBytesImpl(int) - Method in class net.rim.device.api.crypto.CryptoSmartCardSession
Returns random bytes of data from the smart cards internal RNG.
getRate() - Method in interface javax.microedition.media.control.RateControl
Gets the current playback rate.
getRawBytes() - Method in class com.google.zxing.common.DecoderResult
 
getRawBytes() - Method in class com.google.zxing.Result
 
getRawFrameCount() - Method in class javax.microedition.lcdui.game.Sprite
Gets the number of raw frames for this Sprite.
getRawMIMEInputStream() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves entire MIME part including headers.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getRC2CryptoToken() - Method in class net.rim.device.api.crypto.RC2Key
Returns the crypto token used to create the key.
getRC5CryptoToken() - Method in class net.rim.device.api.crypto.RC5Key
Returns the RC5CryptoToken object used to create the key.
getReadBytes() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Deprecated. Returns the number of bytes read.
getReader() - Method in class net.rim.device.api.barcodelib.BarcodeDecoder
Retrieve the reader that's used for decoding.
getReaders() - Static method in class net.rim.device.api.smartcard.SmartCardReaderFactory
Returns all the registered smart card readers.
getReaderSession(SmartCard) - Static method in class net.rim.device.api.smartcard.SmartCardReaderFactory
Searches the registered list of SmartCardReaders and returns a communication session with the first implementation that indicates that it can communicate with the given SmartCard.
getReaderSessions() - Static method in class net.rim.device.api.smartcard.SmartCardReaderFactory
Searches the registered list of SmartCardReaders and returns communication sessions with all implementations that indicate that it has an inserted smart card.
getReaderStatus() - Method in class net.rim.device.api.smartcard.SmartCardReader
Returns the current reader status.
getReadOnly() - Method in interface org.w3c.dom.html2.HTMLInputElement
This control is read-only.
getReadOnly() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
This control is read-only.
getReason() - Method in exception javacard.framework.CardException
Gets the reason code.
getReason() - Method in exception javacard.framework.CardRuntimeException
Gets the reason code.
getReason() - Method in exception javax.microedition.pim.PIMException
Returns the reason for the PIM Exception.
getReason() - Method in exception javax.microedition.pki.CertificateException
Get the reason code.
getReason() - Method in class net.rim.blackberry.api.push.PushApplicationStatus
Returns reason why the status has changed
getReceiptContentType() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
Returns the content type of the original email this receipt covers.
getReceiptInformation() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the CMSReceiptData necessary to verify the signed receipts you may make as a result of this message.
getReceiptInformation() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Returns the CMSReceiptData necessary to verify the signed receipts you receive as a result of requesting them.
getReceiptsFrom() - Method in class net.rim.device.api.crypto.cms.CMSReceiptRequest
Returns an array of who should send signed receipts.
getReceiptsTo() - Method in class net.rim.device.api.crypto.cms.CMSReceiptRequest
Returns an array of who will receive the signed receipts.
getReceivedDate() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the received-date for this message.
getReceivedHeaders() - Method in interface javax.obex.Operation
Returns the headers that have been received during the operation.
getReceiveMTU() - Method in interface javax.bluetooth.L2CAPConnection
Returns the ReceiveMTU that the connection supports.
getReceiverDestination(URI) - Static method in class net.rim.device.api.io.messaging.DestinationFactory
Retrieves a ReceiverDestination resource for the specified URI.
getRecipient() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
This function returns the CMSEntityIdentifier associated with the private key used to decrypt this message.
getRecipientPublicKeyAlgorithm() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the name of the public key algorithm used to encrypt this message.
getRecipientPublicKeyBitLength() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the bit length of the public key used to encrypt this message.
getRecipients(int) - Method in class net.rim.blackberry.api.mail.Message
Retrieves all the recipient addresses for the message based on recipient type.
getRecipients() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns a list of all of the recipients found in this message.
getRecord(Connection) - Method in class javax.bluetooth.LocalDevice
Gets the service record corresponding to a btspp, btl2cap, or btgoep notifier.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecordByCidAndDataSourceId(String, String) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by CID and data source ID.
getRecordByCidAndHash(String, int, int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by CID and either name hash or UID hash.
getRecordByCidAndSid(String, long, boolean, boolean) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by service identifier (sid)
getRecordByCidAndSid(String, long) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by service identifier (sid)
getRecordByCidAndSid(String, long, boolean) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by service identifier (sid)
getRecordByCidAndUserId(String, int, int, int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record with a specified CID by user ID, if not found by user ID it is the service record with the CID, name hash and UID hash is returned.
getRecordByCidAndUserId(String, int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record user ID
getRecordById(int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves a service record by ID.
getRecordByUidAndCid(String, String) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by UID and CID.
getRecords() - Method in class net.rim.device.api.io.nfc.ndef.NDEFMessage
Returns all NDEF records in the message.
getRecords() - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves all records.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
getRecordStatus() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the record status for this message.
getRecordTypes() - Method in class net.rim.device.api.synchronization.SyncCollectionSchema
Return an array containing the record types that have key fields registered.
getRecordTypeTag() - Method in class net.rim.device.api.synchronization.SyncCollectionSchema
Return the tag value that indicates that a field contains the record type. 0 is returned if the sync collection does not contain multiple types of records.
getRectTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as SVGRect.
getRectValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Rect value.
getRed() - Method in class net.rim.device.api.math.Color3f
Gets the red component of the color.
getRed() - Method in class net.rim.device.api.math.Color4f
Gets the red component of the color.
getRed() - Method in interface org.w3c.dom.css.RGBColor
This attribute is used for the red value of the RGB color.
getRed() - Method in interface org.w3c.dom.svg.SVGRGBColor
Returns the red component of the SVGRGBColor.
getRedComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the red component of the current color.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRef() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
Always returns null
getReferrer() - Method in interface org.w3c.dom.html2.HTMLDocument
Returns the URI [IETF RFC 2396] of the page that linked to this page.
getRefPixelX() - Method in class javax.microedition.lcdui.game.Sprite
Gets the horizontal position of this Sprite's reference pixel in the painter's coordinate system.
getRefPixelY() - Method in class javax.microedition.lcdui.game.Sprite
Gets the vertical position of this Sprite's reference pixel in the painter's coordinate system.
getRegion() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Searches for region containing the current cursor position.
getRegion(int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Searches for region containing the specified cursor position.
getRegion(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the formatting region index containing specified character position.
getRegionCookie() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves the cookie for the region under the current cursor position.
getRegionCookie(int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Generates a cookie for the specified region.
getRegionCookie() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the cookie for the formatting region containing the current offset.
getRegionCookie(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the cookie for a specified formatting region.
getRegionExtent(int) - Method in class net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView
Provides the region of the Field that represents the touch region of a title within the currently pushed region.
getRegionExtent(int) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Returns the region of the Field that represents a title within the currently pushed region.
getRegionExtent(int) - Method in class net.rim.device.api.ui.component.pane.TitleView
Provides the region of the Field that represents a title within the currently pushed region.
getRegionFont() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves font format used in the formatting region containing the current offset.
getRegionFont(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves font format used in a specified region.
getRegionNumberWithFocus() - Method in class net.rim.device.api.ui.component.table.TableView
Get the region number that has focus.
getRegionText(int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Retrieves the text under the specified hyperlink region.
getRegionText() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves raw text in the formatting region containing the current offset.
getRegionText(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves raw text in a specified formatting region.
getRegisteredAppName(long) - Static method in class net.rim.device.api.system.EventLogger
Retrieves name of application given GUID.
getRegisteredViewerType(long) - Static method in class net.rim.device.api.system.EventLogger
Retrieves the viewer type registered for an application given GUID.
getRegistrationAddress() - Static method in class net.rim.device.api.system.CDMAInfo
Deprecated. This function always returns null.
getRegistrationAddress() - Static method in class net.rim.device.api.system.GPRSInfo
Deprecated. This method always returns null.
getRegistrationAddress() - Static method in class net.rim.device.api.system.IDENInfo
Deprecated. This function always returns null.
getRegistrationHostId() - Static method in class net.rim.device.api.system.MobitexInfo
Deprecated. Retrieves the registration host ID.
getRegistrationID() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.RegisterableDataSource
Returns the registration ID.
getRegistrationID() - Method in interface net.rim.device.api.unifiedsearch.searchables.ExternalSearchProvider
Returns the registration ID for this provider.
getRegistrationID() - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Returns the registration ID.
getRegistrationKey() - Method in class net.rim.device.api.unifiedsearch.registry.RegistrationToken
Returns the registration key assigned to the application.
getRegistrationToken() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.RegisterableDataSource
Returns the assigned RegistrationToken or null if has not yet been set.
getRegistry(String) - Static method in class javax.microedition.content.Registry
Gets the Registry for the application or content handler that will be calling registry methods.
getRel() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Forward link type.
getRel() - Method in interface org.w3c.dom.html2.HTMLLinkElement
Forward link type.
getRelatedData() - Method in interface org.w3c.dom.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - Method in interface org.w3c.dom.DOMError
The related platform dependent exception if any.
getRelatedNode() - Method in interface org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event.
getRemainingAuthenticationAttempts() - Method in interface net.rim.device.api.userauthenticator.PasswordFrameworkProvider
Retrieve the number of remaining authentication attempts the user may make.
getRemainingLoginAttempts() - Method in class net.rim.device.api.smartcard.SmartCardSession
Returns the remaining number of login attempts allowed before the smartcard will lock, or Integer.MAX_VALUE if the smartcard will not lock.
getRemainingLoginAttemptsImpl() - Method in class net.rim.device.api.smartcard.SmartCardSession
Returns the remaining number of login attempts allowed before the smartcard will lock, or Integer.MAX_VALUE if the smart card will not lock.
getRemainingTime() - Method in class net.rim.device.api.animation.Animation
Returns the amount of time remaining in the animation.
getRemoteDevice(Connection) - Static method in class javax.bluetooth.RemoteDevice
Retrieves the Bluetooth device that is at the other end of the Bluetooth Serial Port Profile connection, L2CAP connection, or OBEX over RFCOMM connection provided.
getRemoteMIU() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnection
Returns the remote Maximum Information Unit (MIU).
getRemoteSAP() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnection
Returns the remote Service Access Point (SAP).
getRenderingApplication() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves handle to this content's rendering application.
getRenderingApplication() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves handle to this content's rendering application.
getRenderingApplication() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves rendering application to handle "off-page" resource requests.
getRenderingFlags() - Method in interface net.rim.device.api.browser.field.BrowserContent
Returns the rendering flags for this content.
getRenderingFlags() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves the rendering flags for this content.
getRenderingOptions() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves handle to this content's rendering options.
getRenderingOptions() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves handle to this content's rendering options.
getRenderingOptions() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves this session's rendering options.
getRenderingOptions() - Method in class net.rim.device.api.browser.field2.BrowserField
Deprecated.  
getRenderingSession() - Method in class net.rim.device.api.browser.field.BrowserContentManager
Retrieve the rendering session for this BrowserContentManager.
getRenderingSession() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves the rendering session for this field.
getRepeat() - Method in interface javax.microedition.pim.Event
Retrieves a RepeatRule object specifying how often and when this event occurs.
getRepeat() - Method in interface net.rim.blackberry.api.pdap.BlackBerryToDo
Returns a RepeatRule object specifying how often and when this todo occurs.
getRepeatCount() - Method in class net.rim.device.api.animation.Animation
Gets the number of times the animation will repeat.
getRepeatDuration() - Method in class net.rim.device.api.animation.Animation
Gets the total duration to repeat the animation for.
getReplacedString(Object) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the replaced string for the given autotext entry.
getReplacementCase(Object) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the replacement case for the given autotext entry.
getReplacementStringPattern(Object) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the replacement string pattern for the given autotext entry.
getReplyTo() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the addresses to which replies should be directed.
getRequest(boolean) - Method in interface javax.microedition.content.ContentHandlerServer
Gets the next Invocation request pending for this ContentHandlerServer.
getRequest() - Method in class net.rim.device.api.lbs.travel.TravelTime
Retrieves an object representing the request that produced this estimate.
getRequestData() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the associated request data.
getRequestedFields(BasicFilteredListResult) - Method in class net.rim.device.api.collection.util.BasicFilteredList
Populates the values of the requested fields in a BasicFilteredListResult object.
getRequestHeaders() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the request headers for this request.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method. e.g.
getRequestMethod() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the associated request method.
getRequestMethod() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
Always returns null
getRequestMethod() - Method in interface net.rim.device.api.io.http.HttpServerConnection
Get the current request method. e.g.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getRequestProperty(String) - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
Always returns null
getRequestURI() - Method in interface net.rim.device.api.io.http.HttpServerConnection
Returns the requested URI.
getResource(int) - Method in class javax.microedition.global.ResourceManager
Gets a resource with the specified ID.
getResource(RequestedResource, BrowserContent) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves specified resource.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceBundleId() - Method in class net.rim.device.api.util.StringProvider
Retrieves the resource bundle ID set in this provider.
getResourceBundleId() - Method in class net.rim.device.api.util.StringProviderMutator
Retrieves the resource bundle ID set in this provider.
getResourceBundleName() - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the name of the command's resource bundle (the value stored in CommandMetadata.RESOURCE_BUNDLE_NAME).
getResourceBundleName() - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the name of the command's resource bundle.
getResourceBundleName() - Method in class net.rim.device.api.util.StringProvider
Retrieves the resource bundle name set in this provider.
getResourceBundleName() - Method in class net.rim.device.api.util.StringProviderMutator
Retrieves the resource bundle name set in this provider.
getResourceChoices(int) - Static method in class net.rim.device.api.ui.component.Dialog
Returns the array of choices associated with the resource specified by the type parameter.
getResourceDefaultValue(int) - Static method in class net.rim.device.api.ui.component.Dialog
Returns the default value of the resource specified by the type parameter.
getResourceMessage(int) - Static method in class net.rim.device.api.ui.component.Dialog
Returns the message associated with the resource specified by the type parameter.
getResourceValues(int) - Static method in class net.rim.device.api.ui.component.Dialog
Returns the array of values associated with the resource specified by the type parameter.
getResponse(boolean) - Method in class javax.microedition.content.Registry
Gets the next Invocation response pending for this application.
getResponseCerts() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the array of certificates for which status was received (in no particular order).
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseCode() - Method in interface javax.obex.HeaderSet
Returns the response code received from the server.
getResponseCode() - Method in interface javax.obex.Operation
Returns the response code received from the server.
getResponseCode() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getResponseCode() - Method in interface net.rim.device.api.io.messaging.HttpMessage
Returns the HTTP response code.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getResponseMessage() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getResponseProperty(String) - Method in interface net.rim.device.api.io.http.HttpServerConnection
Returns the value of the named general response property for this connection.
getResponseRequired() - Method in class javax.microedition.content.Invocation
Gets the responseRequired mode for this Invocation.
getResponseStatus() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns an array containing CertificateStatus objects for each certificate in the response certificate array (returned by getResponseCerts).
getRestartRule() - Method in class net.rim.device.api.animation.Animation
Gets the restart rule being applied on the animation.
getResultList() - Method in class net.rim.device.api.ui.component.KeywordFilterField
Retrieves the list of elements that are currently not filtered out, i.e. search results.
getResultListSize() - Method in class net.rim.device.api.ui.component.KeywordFilterField
Retrieves the size of the list of elements that are currently not filtered out.
getResultMetadata() - Method in class com.google.zxing.Result
 
getResultPointCallback() - Method in class com.google.zxing.qrcode.detector.Detector
 
getResultPoints() - Method in class com.google.zxing.Result
 
getResults() - Method in class net.rim.device.api.lbs.maps.server.exchange.GeocodeExchange
Retrieves the search results.
getResults() - Method in class net.rim.device.api.lbs.maps.server.exchange.ReverseGeocodeExchange
Retrieves the search results.
getResults() - Method in class net.rim.device.api.ldap.LDAPQuery
Performs a blocking fetch to retrieve all of the results.
getResultSize() - Method in class net.rim.device.api.ldap.LDAPQuery
Returns the number of results received from the query.
getRetryFactor() - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the retryFactor that controls the delay (in milliseconds) between retries according to the following formula:
delay = ( 2 << attempt - 2) * retryFactor where attempt is the serial number of the attempt
getRev() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Reverse link type.
getRev() - Method in interface org.w3c.dom.html2.HTMLLinkElement
Reverse link type.
getReverbLevel() - Method in interface javax.microedition.amms.control.audioeffect.ReverbControl
Gets the gain level of the reverberation.
getReverbTime() - Method in interface javax.microedition.amms.control.audioeffect.ReverbControl
Gets the reverberation time, as set either explicitly via setReverbTime or implicitly via setPreset (whichever was called last).
getRevocationReason() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns an integer mapping to a description in the RevocationReason interface that describes why the certificate was revoked.
getRevocationReason(int) - Static method in class net.rim.device.api.crypto.keystore.RevocationReason
This method returns a string equivalent according to the locale specifying why the certificate was revoked given one of the revocation reasons above.
getRevocationTime() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time at which the certificate associated with this status was revoked.
getRGB(int[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Image
Obtains ARGB pixel data from the specified region of this image and stores it in the provided array of integers.
getRGB565(byte[], int, int, int, int, int, int) - Method in class net.rim.device.api.system.Bitmap
Gets RGB 565 data from a region of this Bitmap and stores it in the provided byte array (Big Endian format), i.e. byte[0] = RRRRRGGG, byte[1] = GGGBBBBB.
getRGBColorTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as SVGRGBColor.
getRGBColorValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the RGB color.
getRichness() - Method in interface org.w3c.dom.css.CSS2Properties
See the richness property definition in CSS2.
getRight() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
Gets the coordinate of the right of the box.
getRight(Plane) - Method in class net.rim.device.api.math.Frustum
Gets the right plane of the frustum in the given plane.
getRight() - Method in class net.rim.device.api.ui.decor.Border
Retrieves the width/thickness of the border's right edge.
getRight() - Method in interface org.w3c.dom.css.CSS2Properties
See the right property definition in CSS2.
getRight() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the right of the rect.
getRightArrow() - Method in class net.rim.device.api.ui.component.pane.TitleView
Provides access to the image that is currently set to use for the right arrow.
getRightIndexOf(int) - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Returns the Pane that follows the one at the provided index.
getRLength() - Method in class net.rim.device.api.crypto.DSASignatureSigner
Returns the length of r.
getRLength() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Returns the largest possible value for the size of r, which is the size of the field.
getRLength() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Returns the largest possible value for the size of r, which is the size of the field.
getRoll() - Method in class javax.microedition.location.Orientation
Returns the terminal's rotation in degrees around its own longitudinal axis.
getRolloffFactor() - Method in interface javax.microedition.amms.control.audio3d.DistanceAttenuationControl
 
getRoomLevel() - Method in interface javax.microedition.amms.control.audioeffect.ReverbSourceControl
Gets the object specific level for the reverberant sound.
getRoot() - Method in interface org.w3c.dom.traversal.NodeIterator
The root node of the NodeIterator, as specified when it was created.
getRoot() - Method in interface org.w3c.dom.traversal.TreeWalker
The root node of the TreeWalker, as specified when it was created.
getRootFolderName() - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolderRegistry
Returns root folder name used for grouping application folders.
getRotation() - Method in class net.rim.blackberry.api.maps.MapView
Gets the rotation value for the map.
getRotation() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Returns the current rotation in degree.
getRotation() - Method in class net.rim.device.api.lbs.maps.MapDimensions
Gets the rotation of the map.
getRotation(Matrix3f) - Method in class net.rim.device.api.math.Matrix3f
Gets the rotational component of this matrix in the specified matrix.
getRotation(Quaternion4f) - Method in class net.rim.device.api.math.Matrix4f
Gets the rotational component of this matrix in the specified quaternion.
getRotation() - Method in class net.rim.device.api.math.Transform2D
Gets the orientation angle of this transform.
getRotation(Matrix4f) - Method in class net.rim.device.api.math.Transform3D
Gets the rotation component of this transform in the specified matrix.
getRotation(Quaternion4f) - Method in class net.rim.device.api.math.Transform3D
Gets the rotation component of this transform in the specified quaternion.
getRotationAsAxisAngle(Vector3f) - Method in class net.rim.device.api.math.Transform3D
Gets the axis of rotation, and stores the axis of rotation of this transform in the specified Vector3f
getRotationMatrix(float[], float[], float[]) - Static method in class net.rim.device.api.system.DeviceOrientationUtil
Calculates the rotation matrix (rm) for the device.
getRotationMatrix(float[]) - Method in class net.rim.device.api.system.MagnetometerData
Retrieves the rotation matrix.
getRow(int, BitArray) - Method in class com.google.zxing.common.BitMatrix
A fast method to retrieve one row of data from the matrix as a BitArray.
getRow(int, byte[]) - Method in class com.google.zxing.LuminanceSource
Fetches one row of luminance data from the underlying platform's bitmap.
getRow(int, byte[]) - Method in class net.rim.device.api.barcodelib.BitmapLuminanceSource
 
getRow(int, byte[]) - Method in class net.rim.device.api.barcodelib.PlanarYUVLuminanceSource
 
getRow() - Method in class net.rim.device.api.database.BufferedCursor
 
getRow() - Method in interface net.rim.device.api.database.Cursor
Retrieves the current row with its values.
getRow(int, float[]) - Method in class net.rim.device.api.math.Matrix3f
Gets the three elements of the specified row into v.
getRow(int, Vector2f) - Method in class net.rim.device.api.math.Matrix3f
Gets the first two elements of the specified row into v.
getRow(int, float[]) - Method in class net.rim.device.api.math.Matrix4f
Gets the four elements of the specified row into v.
getRow(int, Vector3f) - Method in class net.rim.device.api.math.Matrix4f
Gets the first three elements of the specified row into v.
getRow(int) - Method in class net.rim.device.api.ui.component.table.AbstractTableModel
Retrieves the array of elements at the specified row index.
getRowCount() - Method in class net.rim.device.api.ui.container.GridFieldManager
Returns the number of rows in the grid.
getRowHeight() - Method in class net.rim.device.api.ui.component.ListField
Retrieves the current row height.
getRowHeight() - Method in class net.rim.device.api.ui.component.SpinBoxField
Returns the height in pixels of each row on the spin box.
getRowHeight() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves this field's row height.
getRowHeight(int) - Method in class net.rim.device.api.ui.container.GridFieldManager
Returns the height of the specified row.
getRowHeight() - Method in class net.rim.device.api.ui.container.SpinBoxFieldManager
Returns the height in pixels of a single row of the spin box.
getRowIndex() - Method in class net.rim.device.api.ui.component.table.TableModelChangeEvent
Get the row index that was modified.
getRowIndex() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
This is in logical order and not in document order.
getRowNumberWithFocus() - Method in class net.rim.device.api.ui.component.table.TableView
Retrieves the model row index that corresponds to a DataTemplate that currently has focus.
getRowPadding() - Method in class net.rim.device.api.ui.container.GridFieldManager
Returns the padding between rows.
getRowProperties(int) - Method in class net.rim.device.api.ui.component.table.DataTemplate
Get the row properties for the provided row.
getRows() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of rows in the TiledLayer grid.
getRows() - Method in interface org.w3c.dom.html2.HTMLFrameSetElement
The number of rows of frames in the frameset.
getRows() - Method in interface org.w3c.dom.html2.HTMLTableElement
Returns a collection of all the rows in the table, including all in THEAD, TFOOT, all TBODY elements.
getRows() - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
The collection of rows in this table section.
getRows() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Number of text rows.
getRowSpan() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Number of rows spanned by cell.
getRSACryptoSystem() - Method in interface net.rim.device.api.crypto.RSAKey
Returns the RSA crypto system associated with the key.
getRSACryptoSystem() - Method in class net.rim.device.api.crypto.RSAKeyPair
Returns the RSACryptoSystem object associated with the keys.
getRSACryptoSystem() - Method in class net.rim.device.api.crypto.RSAPrivateKey
 
getRSACryptoSystem() - Method in class net.rim.device.api.crypto.RSAPublicKey
 
getRSACryptoToken() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns the RSACryptoToken that protects the key.
getRSACryptoToken() - Method in class net.rim.device.api.crypto.RSAPublicKey
Returns the crypto token.
getRSAPrivateKey() - Method in class net.rim.device.api.crypto.RSAKeyPair
Returns the RSAPrivateKey associated with this key pair.
getRSAPublicKey() - Method in class net.rim.device.api.crypto.RSAKeyPair
Returns the RSAPublicKey object associated with this key pair.
getRSSChannel() - Method in class net.rim.device.api.io.parser.rss.event.CompleteRSSChannelEvent
Returns the RSSChannel instance that was parsed.
getRSSChannel() - Method in class net.rim.device.api.io.parser.rss.event.NewRSSChannelEvent
Returns the RSSChannel that will be parsed.
getRSSChannel() - Method in class net.rim.device.api.io.parser.rss.event.NewRSSItemEvent
Returns the RSSChannel object where the RSSItem appeared.
getRSSChannelImage() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannel
Returns the image associated with this RSSChannel.
getRSSI() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Radio Signal Strength Indicator.
getRSSItem() - Method in class net.rim.device.api.io.parser.rss.event.NewRSSItemEvent
Returns the RSSItem that was parsed.
getRSSItems() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannel
Returns the list of items that this RSSChannel contains.
getRT() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the current Radio Text.
getRules() - Method in class net.rim.blackberry.api.profiles.ContactProfile
Returns contact profile rules for all event categories.
getRules(int) - Method in class net.rim.blackberry.api.profiles.ContactProfile
Returns contact profile rules for the specified event category.
getRules() - Method in class net.rim.blackberry.api.profiles.Profile
Returns all notification rules for all event categories.
getRules(int) - Method in class net.rim.blackberry.api.profiles.Profile
Returns notification rules based on the specified category.
getRules() - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies which internal table borders to render.
getRunnable() - Method in class net.rim.device.api.ui.component.ButtonField
Returns the Runnable associated with this button's action.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getRuntimeStore() - Static method in class net.rim.device.api.system.RuntimeStore
Retrieves the system-wide RuntimeStore instance.
getSAId() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the SA Id.
getSamplesCount() - Method in class net.rim.device.api.system.AccelerometerChannelConfig
Returns number of raw samples to store in channel buffer
getSampleTsHistory() - Method in class net.rim.device.api.system.AccelerometerData
Returns sample timings.
getSatelliteCount() - Method in class net.rim.device.api.gps.BlackBerryLocation
Returns the current number of satellites that are in view.
getSatelliteInfo() - Method in class net.rim.device.api.gps.BlackBerryLocation
Returns the details of all satellites that are tracked.
getSB() - Static method in class net.rim.device.api.servicebook.ServiceBook
Retrieves the service book from the Factory.
getSCAddress() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the service centre address.
getScale(Vector2f) - Method in class net.rim.device.api.math.Matrix3f
Gets the scale components of this matrix in a scale Matrix3f.
getScale(Vector3f) - Method in class net.rim.device.api.math.Matrix4f
Gets the scalar component of this matrix in the specified vector.
getScale(Vector2f) - Method in class net.rim.device.api.math.Transform2D
Gets the scale component of this transform in the specified vector.
getScale(Vector3f) - Method in class net.rim.device.api.math.Transform3D
Gets the scale component of this transform in the specified vector.
getScale() - Method in class net.rim.device.api.system.EncodedImage
Gets the scale that is to be used when decoding this image.
getScaledFrameHeight(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled height in pixels of the specified frame.
getScaledFrameLeft(int) - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves left edge of scaled frame by index.
getScaledFrameTop(int) - Method in class net.rim.device.api.system.GIFEncodedImage
Retrieves top edge of scaled frame by index.
getScaledFrameWidth(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled width in pixels of the specified frame.
getScaledHeight() - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled height of this image in pixels.
getScaledHeight(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled height of srcHeight image in pixels.
getScaledWidth() - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled width of this image in pixels.
getScaledWidth(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled width of srcWidth in pixels.
getScaleX32() - Method in class net.rim.device.api.system.EncodedImage
Gets the x scale that is to be used when decoding this image.
getScaleY32() - Method in class net.rim.device.api.system.EncodedImage
Gets the y scale that is to be used when decoding this image.
getScanFlags() - Static method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves flags that govern scanning functionality.
getSchema() - Method in class net.rim.device.api.synchronization.OTASyncCapableSyncItem
 
getSchema() - Method in interface net.rim.device.api.synchronization.SyncCollectionSchemaProvider
Get the schema for the SyncCollection.
getSchemaTypeInfo() - Method in interface org.w3c.dom.Attr
The type information associated with this attribute.
getSchemaTypeInfo() - Method in interface org.w3c.dom.Element
The type information associated with this element.
getSchemaUsed() - Method in interface net.rim.device.api.database.Database
Returns the amount of memory used for storing this database's schema.
getScheme() - Method in class net.rim.device.api.io.URI
Get the scheme component of the URI-reference.
getScheme() - Method in interface org.w3c.dom.html2.HTMLMetaElement
Select form of content.
getScope() - Method in interface javax.microedition.amms.control.EffectControl
 
getScope() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Scope covered by header cells.
getSCPlan() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the service centre number plan.
getScreen() - Method in class net.rim.device.api.ui.Field
Retrieves the screen that currently owns this field.
getScreenAbove() - Method in class net.rim.device.api.ui.Screen
Retrieves the handle for the local screen above this one.
getScreenBackground() - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Retrieves the background color of the PhoneScreen.
getScreenBBox() - Method in interface org.w3c.dom.svg.SVGLocatableElement
Returns the tight bounding box in screen coordinate space.
getScreenBelow() - Method in class net.rim.device.api.ui.Screen
Retrieves the handle for the local screen below this one.
getScreenCount() - Method in class net.rim.device.api.ui.UiApplication
Retrieves the number of screens currently on the display stack.
getScreenCount() - Method in interface net.rim.device.api.ui.UiEngine
Retrieves the number of screens currently on the display stack.
getScreenCTM() - Method in interface org.w3c.dom.svg.SVGLocatableElement
Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notion of a "pixel".
getScreenForeground() - Method in class net.rim.blackberry.api.phone.phonegui.PhoneScreen
Retrieves the foreground color of the PhoneScreen.
getScreenHeight() - Static method in class net.rim.device.api.ui.Graphics
Deprecated. Use Display.getHeight()
getScreenHorizontalResolution() - Static method in class net.rim.device.api.ui.Graphics
Deprecated. Use Display.getHorizontalResolution()
getScreenVerticalResolution() - Static method in class net.rim.device.api.ui.Graphics
Deprecated. Use Display.getVerticalResolution()
getScreenWidth() - Static method in class net.rim.device.api.ui.Graphics
Deprecated. Use Display.getWidth()
getScreenX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScriptEngine() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the currently active ScriptEngine for this BrowserField instance.
getScrolling() - Method in interface org.w3c.dom.html2.HTMLFrameElement
Specify whether or not the frame should have scrollbars.
getScrolling() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Specify whether or not the frame should have scrollbars.
getSCType() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the service centre number type.
getSearchable() - Method in interface net.rim.device.api.unifiedsearch.entity.SearchableEntity
Returns the Searchable that knows about this entity.
getSearchable() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Returns the Searchable that knows about this entity.
getSearchableEntities() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Deprecated. The framework will not invoke this method. Use EntityBasedSearchableProvider.addSearchableData(SearchableDataObject[]) or AppContentManager.insertContent(SearchableEntity[], AppContentListener, RegistrationToken) to add data to the search framework
getSearchableEntities() - Method in interface net.rim.device.api.unifiedsearch.searchables.EntityBasedSearchable
Returns an array of SearchableEntity objects that a Searchable wants to publish.
getSearchableEntity() - Method in class net.rim.device.api.unifiedsearch.action.UiAction
Returns the SearchableEntity associated with this UiAction or null if none exists.
getSearchables() - Method in class net.rim.device.api.unifiedsearch.SearchResponse
Returns Searchable objects where keywords matched some fields in its SearchFields.
getSearchCriteria() - Method in interface net.rim.device.api.unifiedsearch.entity.SearchableEntity
Returns a SearchFieldCriteriaList object that contains the search fields and their associated keywords.
getSearchCriteria() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Returns a SearchFieldCriteriaList object that contains the search fields and their associated keywords.
getSearchFields(Searchable) - Method in class net.rim.device.api.unifiedsearch.SearchResponse
Returns SearchField objects that matched keywords.
getSearchKeywords() - Method in class net.rim.device.api.unifiedsearch.action.UiAction
Returns the search keywords used to find the SearchableEntity associated with this UiAction or null if none exist.
getSearchProperties() - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolder
Returns search properties for messages in this folder.
getSearchProviders(long) - Method in class net.rim.device.api.unifiedsearch.UnifiedSearchServices
Returns a set of external (off-device) ExternalSearchProvider objects for the content type specified and SearchableContentTypeConstants.CONTENT_TYPE_WEB_DEFAULT.
getSearchResults(Searchable, SearchField) - Method in class net.rim.device.api.unifiedsearch.SearchResponse
Returns the search results for a particular Searchable and SearchField.
getSearchResults(Searchable) - Method in class net.rim.device.api.unifiedsearch.SearchResponse
Returns a Hashtable which maps SearchField objects to the search results for a particular Searchable.
getSectionRowIndex() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
The index of this row, relative to the current section ( THEAD, TFOOT, or TBODY), starting from 0.
getSecureElement(int) - Method in class net.rim.device.api.io.nfc.se.SecureElementManager
Retrieves a specific type of secure element: either embedded or SIM-based.
getSecureElements() - Method in class net.rim.device.api.io.nfc.se.SecureElementManager
Retrieves the list of secure elements available on the BlackBerry device.
getSecurityCategory() - Method in class net.rim.device.api.system.WLANInfo.WLANAPInfo
Retrieves layer-2 security category of the AP.
getSecurityInfo() - Method in interface javax.microedition.io.HttpsConnection
Return the security information associated with this successfully opened connection.
getSecurityInfo() - Method in interface javax.microedition.io.SecureConnection
Return the security information associated with this connection when it was opened.
getSecurityInfo() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Return the security information associated with this connection.
getSecurityInfo() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Return the security information associated with this connection.
getSecurityLevel() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the security level of the key store data.
getSecurityLevel() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the security level of the key store data.
getSeekType() - Method in interface javax.microedition.media.protocol.SourceStream
Find out if the stream is seekable.
getSeekType() - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
getSegment(int) - Method in interface org.w3c.dom.svg.SVGPath
Returns segment command by zero-based command index.
getSegmentParam(int, int) - Method in interface org.w3c.dom.svg.SVGPath
Returns segment parameter by zero-based command index and zero-based parameter index.
getSegments(int, int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of segments required for the given number of characters and the given encoding type.
getSegments(int, int, int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of segments required for the given number of characters and the given encoding type.
getSelected() - Method in interface org.w3c.dom.html2.HTMLOptionElement
Represents the current state of the corresponding form control, in an interactive user agent.
getSelectedAccessibleColumns() - Method in interface net.rim.device.api.ui.accessibility.AccessibleTable
Returns the selected columns in a table.
getSelectedAccessibleRows() - Method in interface net.rim.device.api.ui.accessibility.AccessibleTable
Returns the selected rows in a table.
getSelectedCookie() - Method in class net.rim.device.api.ui.component.Menu
Deprecated. Use getSelectedItem() that returns a MenuItem.
getSelectedElement() - Method in class net.rim.device.api.ui.component.KeywordFilterField
Retrieves the selected element in the results list.
getSelectedExpandedOffset() - Method in class net.rim.device.api.ui.component.AutoCompleteField
Get the currently selected expanded row offset.
getSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Queries the state of a Choice and returns the state of all elements in the boolean array selectedArray_return.
getSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
Queries the state of a ChoiceGroup and returns the state of all elements in the boolean array selectedArray_return.
getSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
Queries the state of a List and returns the state of all elements in the boolean array selectedArray_return.
getSelectedId() - Method in class net.rim.device.api.ui.component.Menu
Deprecated. Use getSelectedItem() that returns a MenuItem.
getSelectedIndex() - Method in interface javax.microedition.lcdui.Choice
Returns the index number of an element in the Choice that is selected.
getSelectedIndex() - Method in class javax.microedition.lcdui.ChoiceGroup
Returns the index number of an element in the ChoiceGroup that is selected.
getSelectedIndex() - Method in class javax.microedition.lcdui.List
 
getSelectedIndex() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves index of the currently selected choice.
getSelectedIndex() - Method in class net.rim.device.api.ui.component.ListField
Retrieves index of currently selected row.
getSelectedIndex() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Retrieves the index of the currently selected button.
getSelectedIndex() - Method in class net.rim.device.api.ui.component.SpinBoxField
Returns the currently selected index.
getSelectedIndex() - Method in interface org.w3c.dom.html2.HTMLSelectElement
The ordinal index of the selected option, starting from 0.
getSelectedItem() - Method in class net.rim.device.api.ui.component.Menu
Retrieves the currently selected menu item.
getSelectedObject() - Method in class net.rim.device.api.ui.component.AutoCompleteField
Get the list item selected by the user.
getSelectedValue() - Method in class net.rim.device.api.ui.component.Dialog
Returns the value of the currently selected choice.
getSelectedValue() - Method in class net.rim.device.api.ui.component.NumericChoiceField
Retrieves value of the currently selected choice.
getSelection() - Method in class net.rim.device.api.ui.component.ListField
Retrieves currently selected item(s).
getSelectionEnd() - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Returns the end offset within the selected text.
getSelectionPoint() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Retrieves the current selection point.
getSelectionStart() - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Returns the start offset within the selected text.
getSelectionText() - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Returns the portion of the text that is selected.
getSelectorText() - Method in interface org.w3c.dom.css.CSSPageRule
The parsable textual representation of the page selector for the rule.
getSelectorText() - Method in interface org.w3c.dom.css.CSSStyleRule
The textual representation of the selector for the rule set.
getSendCommand() - Method in class net.rim.blackberry.api.sendmenu.SendCommandMenuItem
Returns the SendCommand that was provided to the constructor and is to be executed when this SendCommandMenuItem is selected by the user.
getSendCommandContextFilter() - Method in class net.rim.blackberry.api.sendmenu.SendCommand
Returns the filter for this command's context that is used by the SendCommand.run() method.
getSendCommandMenuItems() - Method in class net.rim.blackberry.api.sendmenu.SendCommandMenu
Returns the array of SendCommandMenuItem menu items that are included in this SendCommandMenu.
getSendCommands() - Method in class net.rim.blackberry.api.sendmenu.SendCommandScreen
Returns the array of SendCommand objects that was provided to the constructor.
getSender() - Method in class net.rim.device.api.io.http.PushInputStream
Retrieves the sender for this push stream.
getSenderDestination(String, URI) - Static method in class net.rim.device.api.io.messaging.DestinationFactory
Retrieves a SenderDestination resource associated with this sender context for the specified URI.
getSensitivityIncrement() - Static method in class net.rim.device.api.ui.Trackball
Retrieves the smallest meaningful increment to the sensitivity value.
getSensitivityX() - Static method in class net.rim.device.api.ui.Trackball
Retrieves the X-axis sensitivity setting for the calling process.
getSensitivityXForSystem() - Static method in class net.rim.device.api.ui.Trackball
Retrieves the X-axis sensitivity setting for the system.
getSensitivityY() - Static method in class net.rim.device.api.ui.Trackball
Retrieves the Y-axis sensitivity setting for the calling process.
getSensitivityYForSystem() - Static method in class net.rim.device.api.ui.Trackball
Retrieves the Y-axis sensitivity setting for the system.
getSentDate() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the sent-date for this message.
getSeparator() - Static method in class net.rim.blackberry.api.mail.Folder
Retrieves the delimiter character that separates sub-folders.
getSeparator() - Method in interface org.w3c.dom.css.Counter
This attribute is used for the separator of the nested counters.
getSequence() - Method in class net.rim.device.api.animation.Animation
Gets the AnimationKeyframeSequence bound to the animation.
getSerialInjectionInProgress() - Method in class net.rim.device.api.servicebook.ServiceBook
Gets the current state of serial service record injection
getSerialNumber() - Method in interface javax.microedition.pki.Certificate
Gets the printable form of the serial number of this Certificate.
getSerialNumber() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the certificates serial number as a byte array representing an an integer in big-endian (network) order.
getSerialNumber() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns a byte array containing the serial number of the certificate.
getSerialNumber() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a byte array containing the serial number of the certificate.
getSerialNumber() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the certificates serial number as a byte array representing an an integer in big-endian (network) order.
getSerialNumber() - Method in class net.rim.device.api.crypto.cms.CMSEntityIdentifier
Returns the serial number, or null if not present.
getSerialPortInfo() - Static method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Retrieves serial port information for the currently paired devices.
getServer(String) - Static method in class javax.microedition.content.Registry
Gets the content handler server registered for the content handler.
getServer() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns a String containing the URL of the server.
getServerCertificate() - Method in interface javax.microedition.io.SecurityInfo
Returns the Certificate used to establish the secure connection with the server.
getServerID() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Retrieves this connection's server ID.
getServerInfo(int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns an array of CertificateServerInfo corresponding to type.
getServers(int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Get an enumeration of servers.
getServerSize(int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns the number of servers of the specified type.
getServerType() - Method in class net.rim.blackberry.api.push.PushApplicationDescriptor
Returns the server type which is either PushApplicationDescriptor.SERVER_TYPE_NONE or PushApplicationDescriptor.SERVER_TYPE_BPAS
getServerUrl() - Method in class net.rim.blackberry.api.push.PushApplicationDescriptor
Returns the server URL that is used by servers that track client-side push applications.
getServiceClasses() - Method in class javax.bluetooth.DeviceClass
Retrieves the major service classes.
getServiceClassUUID() - Method in class net.rim.device.api.io.nfc.handover.BluetoothConnectionHandoverCompletedEvent
Gets the Bluetooth device's service class UUID.
getServiceConfiguration() - Method in class net.rim.blackberry.api.mail.Service
Retrieves the service configuration for the current email service.
getServiceConfiguration() - Method in class net.rim.blackberry.api.mail.Session
Retrieves the service configuration for this service.
getServiceIdentifierSubType() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the Service Identifier Sub Type
getServiceIdentifierType() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the service Identifier Type
getServiceList() - Method in class net.rim.device.api.servicebook.ServiceBook
Get the Service Record list summary encoding (used by the Device Agent Database.)
getServiceMode() - Method in class net.rim.device.api.system.Application
Get the current service mode for this application.
getServiceMode() - Method in class net.rim.device.api.ui.Screen
Gets the current service mode for this screen.
getServiceName() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Retrieves this connection's service name.
getServiceName() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a string containing the service name (organizational unit).
getServiceName() - Method in interface net.rim.device.api.io.nfc.llcp.LLCPConnection
Returns the service name.
getServiceRecord() - Method in class net.rim.blackberry.api.messagelist.ApplicationFolderIntegrationConfig
Returns mailbox service record where application messages will be integrated
getServiceUid() - Method in class net.rim.device.api.system.ServiceMode
Get the service UID of this service mode.
getSession() - Method in interface net.rim.blackberry.api.blackberrymessenger.MessengerContact
Returns a new, closed Session to be used for communication with this contact.
getSession(String) - Static method in class net.rim.blackberry.api.browser.Browser
Retrieves a session based on one of the defined connection types.
getSessionKey() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the session key used to encrypt the message.
getSessionKey() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Returns the session key used to encrypt the message.
getSessionState() - Method in class net.rim.device.api.wlan.hotspot.HotspotAuthenticationAgent
Retrieves the session state of the authentication agent.
getSetupState() - Method in class net.rim.device.api.system.SetupManager
Gets the current state of the Setup application.
getSeverity() - Method in interface org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getShape() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
The shape of the active area.
getShape() - Method in interface org.w3c.dom.html2.HTMLAreaElement
The shape of the active area.
getSharedFlags() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Returns the shared rendering flags for this content.
getSharedInputStream(InputStream) - Static method in class net.rim.device.api.io.SharedInputStream
Retrieves a SharedInputStream from provided input stream.
getSharedInputStream(byte[]) - Static method in class net.rim.device.api.io.SharedInputStream
Retrieves a SharedInputStream from byte[].
getSharedInputStream(InputStream, int) - Static method in class net.rim.device.api.io.SharedInputStream
Deprecated. Use instead SharedInputStream.getSharedInputStream( InputStream input ) and then setLength on the new stream.
getShear(Vector2f) - Method in class net.rim.device.api.math.Matrix3f
Gets the shear component of this matrix in a Vector2f.
getShear(Vector2f) - Method in class net.rim.device.api.math.Transform2D
Gets the shear component of this transform in the specified vector.
getSheet() - Method in interface org.w3c.dom.stylesheets.LinkStyle
The style sheet.
getShiftKey() - Method in interface org.w3c.dom.events.MouseEvent
Used to indicate whether the 'shift' key was depressed during the firing of the event.
getShort() - Method in class java.nio.ByteBuffer
Relative get method for reading a short value.
getShort(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a short value.
getShort(int) - Method in class net.rim.device.api.database.Row
Retrieves a short column value by index.
getShort(String, short) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a short value that corresponds to a given key.
getShort(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a short value that corresponds to a given key.
getShort(String, short) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getShort(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getShortArray(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an array of short values associated with the key specified.
getShortArray(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getShortAt(String, int, short) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a short value that corresponds to a given key.
getShortAt(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns a float value that corresponds to a given key.
getShortAt(String, int, short) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getShortAt(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getShortcut(String) - Static method in class net.rim.blackberry.api.homescreen.HomeScreen
Retrieves an instance of a shortcut with the specified ID that belongs to the calling application.
getShortcutIDs() - Static method in class net.rim.blackberry.api.homescreen.HomeScreen
Retrieves all the shortcuts of the calling application.
getShowDialogs() - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckUI
Gets whether informational dialogs about the progress of spell checking should be shown.
getSID() - Method in class net.rim.device.api.system.CDMAInfo.CDMACellInfo
Returns the System ID (SID).
getSigAlgName() - Method in interface javax.microedition.pki.Certificate
Gets the name of the algorithm used to sign the Certificate.
getSignalLevel() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves current signal strength of the Cellular network.
getSignalLevel(int) - Static method in class net.rim.device.api.system.RadioInfo
Retrieves current signal level for the specified Wireless Access Family.
getSignalLevel() - Method in class net.rim.device.api.system.WLANInfo.WLANAPInfo
Retrieves the current WLAN signal level in dBm.
getSignalQuality() - Method in class net.rim.device.api.gps.SatelliteInfo
Returns the satellite signal quality (Carrier to Noise ratio)
getSignalStrength() - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the strength of the recepted signal.
getSignalStrengthInDb() - Method in interface net.rim.device.api.amms.control.fmradio.FmTunerControl
Gets the current Radio Signal Strength Indication (RSSI) value in decibel.
getSignature() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
Returns the encoding of the signature from the original message this receipt covers.
getSignatureAlgorithm() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a string representing the signature algorithm used to sign this certificate.
getSignatureAlgorithm() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
getSignatureAlgorithm() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
getSignatureAlgorithms() - Method in class net.rim.device.api.crypto.encoder.CMS_SignatureDecoder
Returns the signature algorithm used, such as "DSA", or "RSA_PKCS1_SHA1".
getSignatureAlgorithms() - Method in class net.rim.device.api.crypto.encoder.SignatureDecoder
Returns the signature algorithm used, such as ("DSA", "RSA_PKCS1_SHA1").
getSignatureAlgorithms() - Method in class net.rim.device.api.crypto.encoder.SignatureEncoder
Returns the signature algorithm used, such as ("DSA", "RSA_PKCS1_SHA1").
getSignatureAlgorithms() - Method in class net.rim.device.api.crypto.encoder.WTLS_SignatureDecoder
Returns the signature algorithm used, such as "ECDSA", or "RSA".
getSignatureAlgorithms() - Method in class net.rim.device.api.crypto.encoder.X509_SignatureDecoder
Returns the signature algorithm used, such as ("DSA", "RSA_PKCS1_SHA1").
getSignatureSigner() - Method in class net.rim.device.api.crypto.SignatureSignerOutputStream
Returns a copy of the signature signer class in use.
getSignatureVerifier() - Method in class net.rim.device.api.crypto.SignatureVerifierInputStream
Returns a copy of the signature verifier class in use.
getSignedAttributes() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns an Enumeration of the signed attributes associated with this signer.
getSignedContentIdentifier() - Method in class net.rim.device.api.crypto.cms.CMSReceiptRequest
Returns the signed content identifier used to identify this receipt request.
getSignedContentIdentifier() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
Returns the signed content identifier of this receipt.
getSignedReceiptRequestors(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns all of the strings representing the entities to send the signed receipts to.
getSigner() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns the signature signer.
getSignerAttribute(OID, CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Return the attribute, associated with the signer of this message, specified by this OID.
getSignerAttributes(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the attributes associated with the signer.
getSignerCertificate(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the certificate of the first verified signer.
getSignerCertificateChain(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the first certificate chain of the specified signer.
getSignerCertificateChains(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns all of the certificate chain for the specified signer.
getSignerId() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves signer's ID.
getSignerIdAsInt() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves signer's ID as integer.
getSigners() - Method in class net.rim.device.api.crypto.cms.CMSContext
Returns an array of the signers found in the upper most signed layer in this message.
getSigners() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns a list of all of the signers found in this message.
getSize() - Method in class com.google.zxing.common.BitArray
 
getSize() - Method in class javax.bluetooth.DataElement
Returns the number of DataElements that are present in this DATALT or DATSEQ object.
getSize() - Method in interface javax.microedition.amms.control.audio3d.MacroscopicControl
Gets the current size.
getSize() - Method in class javax.microedition.lcdui.Font
Gets the size of the font.
getSize() - Method in class javax.microedition.lcdui.game.LayerManager
Gets the number of Layers in this LayerManager.
getSize() - Method in class javax.microedition.rms.RecordStore
Returns the amount of space, in bytes, that the record store occupies.
getSize() - Method in class net.rim.blackberry.api.mail.FileSupportedAttachmentPart
Retrieves the size of this attachment part's data.
getSize() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the size for this message's content.
getSize() - Method in class net.rim.blackberry.api.mail.MimeBodyPart
Retrieves the length of this body part's contents.
getSize() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves the size of this part's contents.
getSize() - Method in class net.rim.blackberry.api.mail.PDAPContactAttachmentPart
Retrieves the size of this attachment part's contained content.
getSize() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the size of this attachment part's data.
getSize() - Method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves the length of this body part's contents.
getSize() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Retrieves the size of this attachment part's content.
getSize() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns the size of the data referenced by the smart poster URI.
getSize() - Method in interface net.rim.device.api.ldap.LDAPAttribute
Returns the number of values that this attribute has.
getSize() - Method in interface net.rim.device.api.ldap.LDAPEntry
Returns the number of attributes in the entry.
getSize() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves number of choices in this field.
getSize() - Method in class net.rim.device.api.ui.component.ListField
Retrieves the number of items in this field's list.
getSize() - Method in class net.rim.device.api.ui.component.Menu
Retrieves the number of items in the menu.
getSize() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Retrieves the number of buttons in this group.
getSize() - Method in class net.rim.device.api.ui.ContextMenu
Retrieves the number of items in this menu.
getSize() - Method in interface org.w3c.dom.css.CSS2Properties
See the size property definition in CSS2.
getSize() - Method in interface org.w3c.dom.html2.HTMLBaseFontElement
Computed font size.
getSize() - Method in interface org.w3c.dom.html2.HTMLFontElement
Font size.
getSize() - Method in interface org.w3c.dom.html2.HTMLHRElement
The height of the rule.
getSize() - Method in interface org.w3c.dom.html2.HTMLInputElement
Size information.
getSize() - Method in interface org.w3c.dom.html2.HTMLSelectElement
Number of visible rows.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getSizeInBytes() - Method in class com.google.zxing.common.BitArray
 
getSkipjackCryptoToken() - Method in class net.rim.device.api.crypto.SkipjackKey
Returns the skipjack crypto token.
getSLength() - Method in class net.rim.device.api.crypto.DSASignatureSigner
Returns the length of s.
getSLength() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Returns the largest possible value for the size of s, which is the size of the field.
getSLength() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Returns the largest possible value for the size of s, which is the size of the field.
getSmartCard(AnswerToReset) - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Retrieve registered smart card driver that supports provided answer-to-reset code.
getSmartCard() - Method in class net.rim.device.api.smartcard.SmartCardID
Returns the family of smart cards that this specific card is a member of.
getSmartCard() - Method in class net.rim.device.api.smartcard.SmartCardReaderSession
Returns the SmartCard driver that is able to communicate with the smart card present in the reader.
getSmartCard() - Method in class net.rim.device.api.smartcard.SmartCardSession
Returns the associated SmartCard.
getSmartCardID() - Method in class net.rim.device.api.smartcard.SmartCardSession
Get a SmartCardID associated with the specific smart card which this session is using.
getSmartCardIDImpl() - Method in class net.rim.device.api.smartcard.SmartCardSession
Get a SmartCardID associated with the specific smart card which this session is using.
getSmartCardReader() - Method in class net.rim.device.api.smartcard.SmartCardReaderSession
Returns the associated SmartCardReader.
getSmartCardReaderName() - Method in class net.rim.device.api.smartcard.SmartCardID
Returns the name of the smart card reader used to read this specific card.
getSmartCardReaderSession() - Method in class net.rim.device.api.smartcard.SmartCardSession
Returns the underlying SmartCardReaderSession.
getSmartCards(AnswerToReset) - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Retrieve registered smart card drivers that support the provided answer-to-reset code.
getSmartCards() - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Retrieve the list of registered smart card drivers.
getSmartCards() - Method in class net.rim.device.api.smartcard.SmartCardReaderSession
Returns the SmartCard drivers that are able to communicate with the smart card present in the reader.
getSmartCardSession(SmartCard) - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Request an open session with a smart card.
getSmartCardSession(AnswerToReset) - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Request an open session with a smart card possessing provided answer-to-reset code.
getSmartCardSession(SmartCardID) - Static method in class net.rim.device.api.smartcard.SmartCardFactory
Request an open session with a smart card, identified by provided smart card ID.
getSnapshot(String) - Method in interface javax.microedition.media.control.VideoControl
Get a snapshot of the displayed content.
getSOAPElement() - Method in class net.rim.device.api.io.parser.soap.SOAPElementReference
Returns the SOAPElement for this reference object, or null if the reference has not been resolved.
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
getSocketOption(byte) - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Get a socket option for the connection.
getSocketOption(byte) - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Get a socket option for the connection.
getSocketOptionEx(short) - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Get a socket option for this connection.
getSocketOptionEx(short) - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Get a socket option for this connection.
getSocketOptionEx(short) - Method in interface net.rim.device.api.io.SocketConnectionEnhanced
Get a socket option for this connection.
getSoftwareVersion() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the device's software version.
getSortColumn() - Method in class net.rim.device.api.ui.component.table.SortedTableModel
Get the column number that is being used to sort the table.
getSortFields() - Method in class net.rim.device.api.ldap.LDAPComparator
Returns the attributes used to compare objects.
getSortOrder() - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactList
Returns the expected order of the results of a call to ContactList.items().
getSortState() - Method in class net.rim.device.api.util.SimpleSortingIntVector
Retrieves this Vector's current sort state.
getSource() - Method in class net.rim.blackberry.api.mail.event.MailEvent
Retrieves the source for this mail event.
getSource() - Method in class net.rim.device.api.browser.field.Event
Retrieves the object that triggered this event.
getSource() - Method in class net.rim.device.api.io.http.MDSPushInputStream
Retrieves the source for this push stream.
getSource() - Method in class net.rim.device.api.io.http.PushInputStream
Retrieves the source for this push stream.
getSource() - Method in class net.rim.device.api.io.http.TCPPushInputStream
Retrieves the source for this push stream.
getSource() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's source type.
getSource() - Method in class net.rim.plazmic.mediaengine.io.ConnectionInfo
Deprecated. Returns the source url of the media model file The MediaManager uses this info to get the document base and handle redirections and relative links
getSource() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Deprecated. Returns the URI location of the content.
getSourceAddress() - Method in class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Retrieves the packet source address.
getSourceHeight() - Method in interface javax.microedition.amms.control.imageeffect.ImageTransformControl
 
getSourceHeight() - Method in interface javax.microedition.media.control.VideoControl
Return the height of the source video.
getSourceIdentity() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the source Identifier
getSourceLines() - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldScript
Deprecated. Gets the source lines of code in a string array.
getSourceList() - Method in class net.rim.device.api.ui.component.KeywordFilterField
Retrieves the source collection list.
getSources() - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves the current list of collections being combined.
getSourceURL() - Method in class net.rim.device.api.browser.field.Event
Extracts URL from the source object.
getSourceWidth() - Method in interface javax.microedition.amms.control.imageeffect.ImageTransformControl
 
getSourceWidth() - Method in interface javax.microedition.media.control.VideoControl
Return the width of the source video.
getSpaceWidth() - Method in class net.rim.device.api.ui.FontMetrics
Gets the width of a word space in pixels.
getSpan() - Method in interface org.w3c.dom.html2.HTMLTableColElement
Indicates the number of columns in a group or affected by a grouping.
getSpeak() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak property definition in CSS2.
getSpeakHeader() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-header property definition in CSS2.
getSpeakNumeral() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-numeral property definition in CSS2.
getSpeakPunctuation() - Method in interface org.w3c.dom.css.CSS2Properties
See the speak-punctuation property definition in CSS2.
getSpecified() - Method in interface org.w3c.dom.Attr
True if this attribute was explicitly given a value in the instance document, false otherwise.
getSpectator() - Static method in class javax.microedition.amms.GlobalManager
Gets the Spectator, which represents the listener in the virtual acoustical space.
getSpeechRate() - Method in interface org.w3c.dom.css.CSS2Properties
See the speech-rate property definition in CSS2.
getSpeed() - Method in class javax.microedition.location.Location
Returns the terminal's current ground speed in meters per second (m/s) at the time of measurement.
getSpeed() - Method in class net.rim.device.api.animation.AbstractAnimation
Gets the speed factor of the animation.
getSpeed() - Method in class net.rim.device.api.util.TimeSource
Get the current speed factor of the time-source.
getSpellingCandidates(StringBuffer, Vector) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckEngine
Gets suggested spelling candidates for a word.
getSpellingCandidates(StringBuffer, StringBuffer) - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckEngine
Gets suggested spelling candidates for a word.
getSpinBoxFieldManager() - Method in class net.rim.device.api.ui.component.SpinBoxField
Returns the SpinBoxFieldManager that owns this field.
getSQELevel() - Static method in class net.rim.device.api.system.IDENInfo
Returns the current Signal Quality Estimate (SQE) level.
getSquelch() - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the current squelching (muting in frequencies without broadcast) setting.
getSrc() - Method in interface org.w3c.dom.html2.HTMLFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
getSrc() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
getSrc() - Method in interface org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating the source of this image.
getSrc() - Method in interface org.w3c.dom.html2.HTMLInputElement
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
getSrc() - Method in interface org.w3c.dom.html2.HTMLScriptElement
URI [IETF RFC 2396] designating an external script.
getSSID() - Method in class net.rim.device.api.system.WLANInfo.WLANAPInfo
Retrieves the current SSID.
getStaleTime() - Static method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Returns the current stale time for the handheld.
getStandby() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Message to render while loading the object.
getStart() - Method in class net.rim.device.api.lbs.maps.model.MapLine
Retrieves the starting point of the line.
getStart() - Method in class net.rim.device.api.lbs.travel.TravelTime
Retrieves the starting point.
getStart() - Method in interface org.w3c.dom.html2.HTMLOListElement
Starting sequence number.
getStartContainer() - Method in interface org.w3c.dom.ranges.Range
Node within which the Range begins
getStartContentId() - Method in interface javax.wireless.messaging.MultipartMessage
Returns the content ID of the start MessagePart.
getStartCourse() - Method in class net.rim.device.api.lbs.travel.TravelTimeOptions
Retrieves the course (also known as heading) at the starting point.
getStartOffset() - Method in class net.rim.device.api.ui.DrawTextParam
Deprecated. Use the data member iStartOffset directly.
getStartOffset() - Method in interface org.w3c.dom.ranges.Range
Offset within the starting node of the Range.
getStartPosition() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns the current position inside of the ASN.1 field being read.
getStartSpeed() - Method in class net.rim.device.api.lbs.travel.TravelTimeOptions
Retrieves the speed at the starting point.
getStartTime() - Method in class net.rim.device.api.lbs.travel.TravelTime
Retrieves the time at which travel is to start.
getState() - Method in interface javax.microedition.amms.MediaProcessor
Get the state of the MediaProcessor
getState() - Method in class javax.microedition.location.LocationProvider
Returns the current state of this LocationProvider.
getState() - Method in interface javax.microedition.media.Player
Gets the current state of this Player.
getState() - Method in interface net.rim.blackberry.api.blackberrymessenger.Session
Returns the state of this Session.
getState() - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckUI
Gets the spell checking state of this object.
getState() - Static method in class net.rim.device.api.system.PersistentContent
Retrieves the state of the device.
getState() - Static method in class net.rim.device.api.system.RadioInfo
Checks the radio state.
getState(int) - Static method in class net.rim.device.api.system.Sensor
Returns the last known state of a sensor.
getState() - Method in class net.rim.device.api.util.TimeSource
Gets the time-source's current state: one of STATE_STARTED, STATE_PAUSED, or STATE_STOPPED.
getState() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Deprecated. Returns the current state.
getStateInfo(SyncObject) - Method in interface net.rim.device.api.synchronization.StateInfoListener
 
getStatementUsed() - Method in interface net.rim.device.api.database.Database
Returns the amount of memory used by the database's prepared statements.
getStateOrProvince() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the state-or-province attribute associated with this distinguished name.
getStateOrProvince() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the state-or-province attribute associated with this distinguished name.
getStateOrProvince() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the state-or-province attribute associated with this distinguished name.
getStatus() - Method in exception javax.bluetooth.BluetoothConnectionException
Gets the status set in the constructor that will indicate the reason for the exception.
getStatus() - Method in class javax.microedition.content.Invocation
Gets the status of this Invocation, which can be INIT, WAITING, HOLD, ACTIVE, OK, CANCELLED, INITIATED, or ERROR.
getStatus() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the status of this message.
getStatus() - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessage
Returns status of the message.
getStatus() - Method in class net.rim.blackberry.api.phone.PhoneCall
Returns this call's current status.
getStatus() - Method in class net.rim.blackberry.api.phone.phonelogs.CallLog
Retrieves logged call's status.
getStatus(PushApplicationDescriptor) - Static method in class net.rim.blackberry.api.push.PushApplicationRegistry
Returns current registration status.
getStatus() - Method in class net.rim.blackberry.api.push.PushApplicationStatus
Returns current registration status.
getStatus() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Retrieves the CertificateStatus for this certificate object.
getStatus() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the status of the certificate in question, one of GOOD, UNKNOWN, or REVOKED.
getStatus() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Retrieves the CertificateStatus for this certificate object.
getStatus() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Retrieves the CertificateStatus for this certificate object.
getStatus() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Retrieves the CertificateStatus for this object.
getStatus(Certificate) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
This method will return the status of the certificate that is passed into this method.
getStatus() - Method in class net.rim.device.api.gps.BlackBerryLocation
Returns the status of the BlackBerryLocation object.
getStatus() - Method in class net.rim.device.api.system.EventInjector.Event
Returns the status.
getStatus() - Method in class net.rim.device.api.system.EventInjector.KeyCodeEvent
Returns the status.
getStatus() - Method in class net.rim.device.api.system.EventInjector.NavigationEvent
Returns the status.
getStatus() - Method in class net.rim.device.api.wlan.hotspot.AuthenticationStatusEvent
Retrieves this authentication status event's status.
getStatus() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Deprecated. Returns the loading status code.
getStatusForUid(String) - Method in class net.rim.device.api.servicebook.ServiceBook
Get the status for a Server (UID)
getStatusMessage(int) - Static method in class net.rim.device.api.io.DatagramStatusListenerUtil
Retrieves a string corresponding to the provided status code.
getStatusReportRequest() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the status report request.
getStatusString() - Method in class net.rim.blackberry.api.phone.PhoneCall
Returns this call's current status as a string for display in a UI.
getStep() - Method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Gets the FM step.
getStepSize() - Method in class net.rim.device.api.ui.Adjustment
Get step size.
getStereoMode() - Method in interface javax.microedition.amms.control.tuner.TunerControl
Gets the stereo mode in use.
getStillResolution() - Method in interface javax.microedition.amms.control.camera.CameraControl
Gets the current still image resolution.
getStipple() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current line stippling value.
getStopTime() - Method in interface javax.microedition.media.control.StopTimeControl
Gets the last value successfully set by setStopTime.
getStore() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the store containing this folder.
getStore() - Method in class net.rim.blackberry.api.mail.Session
Retrieves a Store instance to access message storage on this device.
getStream() - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the underlying stream, and they may directly access the protected _stream field instead of using this method.
getStreamPayload() - Method in interface net.rim.device.api.io.messaging.StreamMessage
Returns a stream representation of the message body.
getStreams() - Method in class javax.microedition.media.protocol.DataSource
Get the collection of streams that this source manages.
getStreams() - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
getStress() - Method in interface org.w3c.dom.css.CSS2Properties
See the stress property definition in CSS2.
getStrictErrorChecking() - Method in interface org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
getString(int) - Method in class javax.microedition.global.ResourceManager
Gets a string with the specified resource ID.
getString() - Method in class javax.microedition.lcdui.Alert
Gets the text string used in the Alert.
getString(int) - Method in interface javax.microedition.lcdui.Choice
Gets the String part of the element referenced by elementNum.
getString(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
getString(int) - Method in class javax.microedition.lcdui.List
 
getString() - Method in class javax.microedition.lcdui.TextBox
Gets the contents of the TextBox as a string value.
getString() - Method in class javax.microedition.lcdui.TextField
Gets the contents of the TextField as a string value.
getString() - Method in class javax.microedition.lcdui.Ticker
Gets the string currently being scrolled by the ticker.
getString(int, int) - Method in interface javax.microedition.pim.PIMItem
Gets a String value from a field in the item.
getString(int) - Method in class net.rim.blackberry.api.pdap.contactlinking.AbstractLinkableContact
Gets the value of the LinkableContact attribute matching the supplied key.
getString(int) - Method in interface net.rim.blackberry.api.pdap.contactlinking.LinkableContact
Gets the value of the LinkableContact attribute matching the supplied key.
getString(String) - Method in class net.rim.device.api.command.CommandMetadata
Retrieves the value associated with the specified attribute name as a string.
getString(String) - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Returns the value associated with a specified attribute name as a string.
getString(OID) - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the String associated with this object identifier (OID).
getString(OID) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns the string attribute value associated with the given OID as specified in oid.
getString(OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the string associated with this OID.
getString(int) - Method in class net.rim.device.api.database.Row
Retrieves a String column value by index.
getString(int) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves string form of resource object by key.
getString(int) - Static method in class net.rim.device.api.io.DatagramStatusListenerUtil
Retrieves a string by ID.
getString(String, String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns the String value associated with a key.
getString(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns the String value associated with a key.
getString(String, String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getString(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getString(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a string valued field from the IT policy database given the name of the field.
getString(int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a string valued field from the IT policy database.
getString(int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieve a string valued field from the IT policy database for a given group.
getString(int) - Method in class org.json.me.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.me.JSONObject
Get the string associated with a key.
getStringArray(int, int) - Method in interface javax.microedition.pim.PIMItem
Gets an array of related values from a field in the item.
getStringArray(int) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves string array form of resource object by key.
getStringArray(String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns an array of String values associated with the key specified.
getStringArray(String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getStringAt(String, int, String) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns the String value associated with the key at a given index.
getStringAt(String, int) - Method in interface net.rim.device.api.io.parser.ObjectPathHashtable
Returns the String value associated with a key.
getStringAt(String, int, String) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getStringAt(String, int) - Method in class net.rim.device.api.io.parser.ObjectPathHashtableBase
 
getStringData() - Method in interface org.w3c.dom.ls.LSInput
String data to parse.
getStringFromBuffer(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Retrieves string from provided buffer.
getStringPayload() - Method in interface net.rim.device.api.io.messaging.ByteMessage
Returns a string representation of a message body.
getStringProperty(int) - Method in class net.rim.device.api.wlan.hotspot.HotspotInfo
Retrieves a String-type hotspot property.
getStringProvider() - Method in class net.rim.device.api.ui.menu.CommandItem
Returns the text of this command item.
getStringProvider() - Method in class net.rim.device.api.util.StringProviderMutator
Retrieves the underlying StringProvider.
getStringResource(String) - Method in class net.rim.device.api.command.Command
Returns the localized string resource associated with a specified metadata identifier.
getStringResource(int) - Method in class net.rim.device.api.command.Command
Returns the localized string resource associated with a specified resource identifier.
getStringValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the string value.
getStrokeStyle() - Method in class javax.microedition.lcdui.Graphics
Gets the stroke style used for drawing operations.
getStrParameterValue(String) - Method in interface javax.microedition.amms.control.FormatControl
Gets the current value of a String parameter.
getStyle() - Method in class javax.microedition.lcdui.Font
Gets the style of the font.
getStyle() - Method in class net.rim.device.api.collection.util.BasicFilteredList
Retrieves the set style bits.
getStyle() - Method in class net.rim.device.api.io.parser.soap.SOAPEnvelope
Returns the SOAP style.
getStyle() - Method in class net.rim.device.api.ui.decor.Border
Retrieves the style of the border.
getStyle() - Method in class net.rim.device.api.ui.Field
Retrieves this field's current style bits.
getStyle() - Method in class net.rim.device.api.ui.Font
Returns the font's style flags - bold, italic, underline, strikethrough, etc.
getStyle() - Method in class net.rim.device.api.ui.FontSpec
Returns the font's style flags - bold, italic, underline, strikethrough, etc.
getStyle() - Method in interface org.w3c.dom.css.CSSFontFaceRule
The declaration-block of this rule.
getStyle() - Method in interface org.w3c.dom.css.CSSPageRule
The declaration-block of this rule.
getStyle() - Method in interface org.w3c.dom.css.CSSStyleRule
The declaration-block of this rule set.
getStyle() - Method in interface org.w3c.dom.css.ElementCSSInlineStyle
The style attribute.
getStyleId() - Method in class net.rim.device.api.lbs.maps.model.AbstractMappable
 
getStyleId() - Method in interface net.rim.device.api.lbs.maps.model.Mappable
Returns the style ID of this instance.
getStyleSet() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsRoot
Retrieves the set of styles that are used to display this collection of geospatial data.
getStyleSheet() - Method in interface org.w3c.dom.css.CSSImportRule
The style sheet referred to by this rule, if it has been loaded.
getStyleSheets() - Method in interface org.w3c.dom.stylesheets.DocumentStyle
A list containing all the style sheets explicitly linked into or embedded in a document.
getSubAddress() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves this object's sub-address.
getSubAddressBase() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves this object's sub-address base.
getSubject() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's subject.
getSubject() - Method in interface javax.wireless.messaging.MultipartMessage
Gets the subject of the multipart message.
getSubject() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the subject of this message.
getSubject() - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessage
Returns subject
getSubject() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a DistinguishedName object, representing the subject name of this certificate.
getSubject() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns a DistinguishedName (WTLSDistinguishedName) object, representing the subject name this certificate (in different representations).
getSubject() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a DistinguishedName object, representing the subject name this certificate (in different representations).
getSubjectAltNameStrings(int) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns all of the strings associated( for the specified type ) with a subject alt name.
getSubjectFriendlyName() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a human-readable string version of the name of the subject of this certificate.
getSubjectFriendlyName(Certificate) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a string that contains a "friendly" name for the subject of this certificate.
getSubjectFriendlyName() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns a human-readable string version of the name of the subject of this certificate.
getSubjectFriendlyName() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a human-readable string version of the name of the subject of this certificate.
getSubjectKeyIdentifier() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the subject key identifier associated with the public key in the certificate.
getSubjectKeyIdentifier() - Method in class net.rim.device.api.crypto.cms.CMSEntityIdentifier
Returns the subject key identifier, or null if not present.
getSubjectUniqueIdentifier() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a bit string representing the subject's unique identifier.
getSubsequentMode() - Method in class net.rim.device.api.gps.BlackBerryCriteria
Returns the GPS mode that is used for subsequent location requests.
getSuffix(int) - Method in interface javax.microedition.content.ContentHandler
Gets the suffix supported by the content handler at the specified index.
getSuffixCount() - Method in interface javax.microedition.content.ContentHandler
Gets the number of suffixes supported by the content handler.
getSuffixes() - Method in class javax.microedition.content.Registry
Gets the unique suffixes of the registered content handlers.
getSuggestedAction() - Method in exception net.rim.device.api.userauthenticator.UserAuthenticationAccessDeniedException
Retrieve this exception's suggested action.
getSuggestedDHCryptoSystems() - Method in class net.rim.device.api.crypto.DHCryptoToken
Returns a list of supported or suggested crypto systems.
getSuggestedDSACryptoSystems() - Method in class net.rim.device.api.crypto.DSACryptoToken
Returns a list of supported or suggested crypto systems.
getSuggestedECCryptoSystems() - Method in class net.rim.device.api.crypto.ECCryptoToken
Returns a list of supported or suggested crypto systems.
getSuggestedRSACryptoSystems() - Method in class net.rim.device.api.crypto.RSACryptoToken
Returns a list of supported or suggested crypto systems.
getSummary() - Method in interface net.rim.device.api.unifiedsearch.entity.SearchableEntity
Returns a summary of the data the SearchableEntity represents.
getSummary() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Returns a summary of the data the SearchableEntity represents.
getSummary() - Method in interface org.w3c.dom.html2.HTMLTableElement
Description about the purpose or structure of a table.
getSupportedArrayElements(int) - Method in interface javax.microedition.pim.PIMList
Returns an integer array containing all of the supported elements of a string array for the given field.
getSupportedAttributes(int) - Method in interface javax.microedition.pim.PIMList
Returns an integer array containing all of the supported attributes for the given field.
getSupportedBands() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the Cellular network bands which are supported by the device.
getSupportedBaudRateAdjustmentFactors() - Method in class net.rim.device.api.smartcard.SmartCardCapabilities
Returns the baud rate adjustment factors supported by the card.
getSupportedCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns an integer array comprising of the supported cipher suites for the SSL implementation on the RIM device.
getSupportedCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns an integer array comprising of the supported cipher suites for the SSL implementation on the RIM device.
getSupportedClockRateConversionFactors() - Method in class net.rim.device.api.smartcard.SmartCardCapabilities
Returns the clock rate conversion factors supported by the card.
getSupportedContentTypes(String) - Static method in class javax.microedition.media.Manager
Return the list of supported content types for the given protocol.
getSupportedEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a byte array comprising of the supported encryption algorithms for the WTLS implementation on the RIM device.
getSupportedExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns a copy of the supported export cipher suites for the RIM implementation of SSL.
getSupportedExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns a copy of the supported export cipher suites for the RIM implementation of SSL.
getSupportedExportEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a copy of the supported export encryption algorithms for the WTLS implementation on the RIM device.
getSupportedExposureCompensations() - Method in interface javax.microedition.amms.control.camera.ExposureControl
Gets the supported exposure compensation values.
getSupportedExposureModes() - Method in interface javax.microedition.amms.control.camera.CameraControl
Returns a list of exposure modes supported by the camera device.
getSupportedFields() - Method in interface javax.microedition.pim.PIMList
Gets all fields that are supported in this list.
getSupportedFIPSExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns a copy of the supported FIPS export cipher suites for the RIM implementation of SSL.
getSupportedFIPSExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns a copy of the supported FIPS export cipher suites for the RIM implementation of SSL.
getSupportedFIPSNonExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns a copy of the supported FIPS non-export cipher suites for the RIM implementation of SSL.
getSupportedFIPSNonExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns a copy of the supported FIPS non-export cipher suites for the RIM implementation of SSL.
getSupportedFormats() - Method in interface javax.microedition.amms.control.FormatControl
Gets supported formats.
getSupportedFStops() - Method in interface javax.microedition.amms.control.camera.ExposureControl
 
getSupportedIntParameterRange(String) - Method in interface javax.microedition.amms.control.FormatControl
Gets range for the given int-valued parameter.
getSupportedIntParameters() - Method in interface javax.microedition.amms.control.FormatControl
Gets the supported parameters for the current format.
getSupportedISOs() - Method in interface javax.microedition.amms.control.camera.ExposureControl
 
getSupportedKeyExchangeAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a byte array comprising of the supported Key Exchange algorithms for the WTLS implementation on the RIM device.
getSupportedLightMeterings() - Method in interface javax.microedition.amms.control.camera.ExposureControl
 
getSupportedLocales() - Static method in class javax.microedition.global.Formatter
Gets the list of the locales supported by the formatter, as an array of valid microedition.locale values.
getSupportedLocales(String) - Static method in class javax.microedition.global.ResourceManager
Gets the locales supported by this resource manager for the given base name.
getSupportedLocales() - Static method in class javax.microedition.global.StringComparator
Gets the locales for which a StringComparator is available in this implementation.
getSupportedLocationSources() - Static method in class net.rim.device.api.gps.LocationInfo
Determines which location sources are supported on the device.
getSupportedMACAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a byte array comprising of the supported MAC algorithms for the WTLS implementation on the RIM device.
getSupportedMediaProcessorInputTypes() - Static method in class javax.microedition.amms.GlobalManager
Gets the supported MediaProcessor input content types.
getSupportedMetadataKeys() - Method in interface javax.microedition.amms.control.FormatControl
Returns a list of supported metadata keys.
getSupportedMimeType() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves list of supported mime types.
getSupportedMimeTypes() - Method in class net.rim.device.api.browser.plugin.BrowserContentProvider
Retrieves all the mime content types supported by this provider.
getSupportedMIMETypes() - Static method in class net.rim.device.api.system.EncodedImage
Returns a list of the supported MIME image types.
getSupportedModes() - Method in interface javax.microedition.amms.control.camera.FlashControl
Available flash modes are: OFF AUTO AUTO_WITH_REDEYEREDUCE FORCE FORCE_WITH_REDEYEREDUCE FILLIN
getSupportedNetworks(WLANInfo.WLANAPInfo[]) - Method in class net.rim.device.api.wlan.hotspot.HotspotClient
Processes scanned networks against client's database and returns only those networks that are supported by the client.
getSupportedNetworkTypes() - Method in class net.rim.device.api.wlan.hotspot.HotspotClient
Retrieves a bitmask (int) that indicates which types of network are supported by the client.
getSupportedNonExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns a copy of the supported non-export cipher suites for the RIM implementation of SSL.
getSupportedNonExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns a copy of the supported non-export cipher suites for the RIM implementation of SSL.
getSupportedNonExportEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a copy of the supported non-export encryption algorithms for the WTLS implementation on the RIM device.
getSupportedProtocols(String) - Static method in class javax.microedition.media.Manager
Return the list of supported protocols given the content type.
getSupportedProtocols() - Method in class net.rim.device.api.smartcard.SmartCardCapabilities
Returns the protocols supported by the smartcard.
getSupportedRepeatRuleFields(int) - Method in interface javax.microedition.pim.EventList
Returns the Repeat Rule fields that are settable by the class user and supported by this EventList for the provided Repeat Rule frequency.
getSupportedSearchFields() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Returns the array of SearchFields that the SearchableDataObject belonging to this EntityBasedSearchableProvider may have.
getSupportedSoundSource3DPlayerTypes() - Static method in class javax.microedition.amms.GlobalManager
Gets the supported player content types that can be added to a SoundSource3D.
getSupportedStillResolutions() - Method in interface javax.microedition.amms.control.camera.CameraControl
Returns supported still image resolutions.
getSupportedStrParameters() - Method in interface javax.microedition.amms.control.FormatControl
Gets the supported parameters for the current format.
getSupportedStrParameterValues(String) - Method in interface javax.microedition.amms.control.FormatControl
Gets available values for the given String-valued parameter.
getSupportedURLs() - Method in class net.rim.device.api.wlan.hotspot.HotspotClient
Retrieves a bitmask (int) that indicates which URLs are available.
getSupportedVideoResolutions() - Method in interface javax.microedition.amms.control.camera.CameraControl
Returns supported video resolutions.
getSupportedWAFs() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the Wireless Access Families (WAFs) that are supported by the device.
getSurname() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the surname attribute associated with this distinguished name.
getSurname() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the surname attribute associated with this distinguished name.
getSurname() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the surname attribute associated with this distinguished name.
getSW1() - Method in class net.rim.device.api.smartcard.ResponseAPDU
Returns a byte representing the first status word as defined in ISO 7816-4 5.4.5.
getSW2() - Method in class net.rim.device.api.smartcard.ResponseAPDU
Returns a byte representing the second status word as defined in ISO 7816-4 5.4.5.
getSwipeAngle() - Method in class net.rim.device.api.ui.TouchGesture
Retrieves the angle (in degrees) associated with a swipe gesture relative to the device's current upward direction.
getSwipeContentAngle() - Method in class net.rim.device.api.ui.TouchGesture
Typically Touchscreen SWIPE is used to move content off screen in the direction of the swipe (with new content moving onscreen from the other direction).
getSwipeDirection() - Method in class net.rim.device.api.ui.TouchGesture
Retrieves the relative cardinal direction associated with a swipe gesture based on the device's upward direction.
getSwipeMagnitude() - Method in class net.rim.device.api.ui.TouchGesture
Retrieves the magnitude (in pixels) associated with a swipe gesture.
getSymbolSizeColumns() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getSymbolSizeRows() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.AESKey
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.ARC4Key
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.CAST128Key
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.DESKey
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.HMACKey
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.RC2Key
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.RC5Key
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.SkipjackKey
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in interface net.rim.device.api.crypto.SymmetricKey
Returns the crypto token associated with this key.
getSymmetricCryptoToken() - Method in class net.rim.device.api.crypto.TripleDESKey
Returns the crypto token associated with this key.
getSymmetricKey(KeyStoreDataTicket) - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the symmetric key contained within the key store data.
getSymmetricKey() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns the symmetric key contained within the key store data.
getSymmetricKey(KeyStoreDataTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the symmetric key contained within the key store data.
getSyncCollectionSize() - Method in interface net.rim.device.api.synchronization.SyncCollectionStatistics
Obtain the flash size of a SyncCollection by summing the flash sizes of its SyncObjects.
getSyncCollectionSize(SyncCollection) - Static method in class net.rim.device.api.synchronization.SyncCollectionStatisticsManager
Obtain the flash size of a SyncCollection.
getSyncCollectionStatistics() - Method in interface net.rim.device.api.synchronization.SyncManagerStatistics
Get the entire set of SyncCollectionStatistics classes
getSyncConverter() - Method in interface net.rim.device.api.synchronization.SyncCollection
Retrieve the sync message converter for this collection.
getSyncConverter() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncData(DataBuffer, int) - Method in class net.rim.device.api.synchronization.SyncItem
Gets the data of this object for use in synchronization.
getSynchObject() - Static method in class net.rim.device.api.system.PersistentStore
Retrieves the monitor object for this persistent store.
getSyncName() - Method in interface net.rim.device.api.synchronization.SyncCollection
Retrieve this collection's sync name.
getSyncName(Locale) - Method in interface net.rim.device.api.synchronization.SyncCollection
Retrieve a localized name for this collection.
getSyncName() - Method in interface net.rim.device.api.synchronization.SyncCollectionStatistics
Returns the name of this SyncCollection.
getSyncName() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncName(Locale) - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncObject(int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Return the SyncObject that has the given UID.
getSyncObject(int) - Method in interface net.rim.device.api.synchronization.SyncCollection
Retrieve the sync object associated with provided ID from this collection.
getSyncObject(int) - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncObjectCount() - Method in interface net.rim.device.api.synchronization.SyncCollection
Retrieve the number of sync objects in this collection.
getSyncObjectCount() - Method in interface net.rim.device.api.synchronization.SyncCollectionStatistics
Returns the number of SyncObjects in this SyncCollection.
getSyncObjectCount() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncObjects() - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns the SyncObjects.
getSyncObjects() - Method in interface net.rim.device.api.synchronization.SyncCollection
Retrieve all the sync objects from this collection.
getSyncObjects() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncPriority() - Method in interface net.rim.device.api.synchronization.OTASyncPriorityProvider
Returns the sync priority assigned to a database.
getSyncVersion() - Method in interface net.rim.device.api.synchronization.SyncCollection
Retrieve the unique identifier used by the sync framework to identify the synchronization version of this collection.
getSyncVersion() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSystemHotspotCredentialsAgent() - Static method in class net.rim.device.api.wlan.hotspot.HotspotCredentialsAgent
Retrieves new instance of the system implementation of this abstract class.
getSystemId() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getSystemId() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity if specified, and null otherwise.
getSystemId() - Method in interface org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
getSystemId() - Method in interface org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in exception org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemTimeBase() - Static method in class javax.microedition.media.Manager
Get the time-base object for the system.
getTA() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the current status of the Traffic Announcement (TA) switch.
getTabBackground(int) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Returns the Background set on the tabs that hold the titles.
getTabBorder(int) - Method in class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Returns the Border set on the tabs that hold the titles.
getTabIndex() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html2.HTMLAreaElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html2.HTMLButtonElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html2.HTMLInputElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html2.HTMLSelectElement
Index that represents the element's position in the tabbing order.
getTabIndex() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Index that represents the element's position in the tabbing order.
getTableLayout() - Method in interface org.w3c.dom.css.CSS2Properties
See the table-layout property definition in CSS2.
getTag() - Method in class net.rim.device.api.unifiedsearch.SearchField
Returns the object's tag.
getTagData() - Method in class net.rim.device.api.io.nfc.emulation.VirtualNDEFTag
Returns the NDEF tag data for this tag.
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTags(int) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves a vector containing all the tags for a given mappable element.
getTagTable() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
Retrieve the tag tables parsed as a IntHashtable.
getTail() - Method in interface net.rim.device.api.database.Statement
Gets the unparsed portion of a prepared statement (the "tail").
getTapCount() - Method in class net.rim.device.api.ui.TouchGesture
Retrieves the consecutive number of TouchGesture.TAP events generated before the user moves or maintains touch for greater than 150 milliseconds.
getTarget() - Method in class net.rim.device.api.animation.Animation
Gets the target Animatable object bound to the animation.
getTarget() - Method in class net.rim.device.api.ui.ContextMenu
Retrieves the target field for this context menu.
getTarget() - Method in class net.rim.device.api.ui.MenuItem
Gets the target field for the menu.
getTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Frame to render the resource in.
getTarget() - Method in interface org.w3c.dom.html2.HTMLAreaElement
Frame to render the resource in.
getTarget() - Method in interface org.w3c.dom.html2.HTMLBaseElement
The default target frame.
getTarget() - Method in interface org.w3c.dom.html2.HTMLFormElement
Frame to render the resource in.
getTarget() - Method in interface org.w3c.dom.html2.HTMLLinkElement
Frame to render the resource in.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTargetComponent() - Method in class javax.microedition.m2g.SVGAnimator
The type of target component associated with the animator depends on the Java profile this specification is implemented on: javax.microedition.lcdui.Canvas on profiles supporting LCDUI javax.microedition.lcdui.CustomItem on profiles supporting LCDUI java.awt.Component on profiles supporting AWT
getTargetFrameRate() - Method in class net.rim.device.api.animation.Animator
Gets the target frame rate for the Animator.
getTargetFrameRate() - Method in class net.rim.device.api.opengles.GLField
Gets the target frame rate for the field.
getTargetFrameRate() - Method in class net.rim.device.api.openvg.VGField
Gets the target frame rate for the field.
getTargetProperty() - Method in class net.rim.device.api.animation.Animation
Gets the target property on the Animatable bound to the animation.
getTBodies() - Method in interface org.w3c.dom.html2.HTMLTableElement
Returns a collection of the table bodies (including implicit ones).
getTechnologyTypes(int) - Method in class net.rim.device.api.io.nfc.se.SecureElement
Returns the technology types that the secure element is using for card emulation.
getTempo() - Method in interface javax.microedition.media.control.TempoControl
Gets the current playback tempo.
getText() - Method in class com.google.zxing.common.DecoderResult
 
getText() - Method in class com.google.zxing.Result
 
getText() - Method in class javax.microedition.lcdui.StringItem
Gets the text contents of the StringItem, or null if the StringItem is empty.
getText() - Method in class net.rim.device.api.input.InputHelperBase
Retrieves this field's text, not including the label.
getText(int, int) - Method in class net.rim.device.api.input.InputHelperBase
Retrieves a portion of this field's text.
getText(int, int, char[], int) - Method in class net.rim.device.api.input.InputHelperBase
Retrieves this field's text.
getText() - Method in class net.rim.device.api.io.nfc.ndef.rtd.TextRecord
Returns the text for this text record.
getText() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Retrieves text string from this field.
getText(int, int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Returns a substring of text contained in this field.
getText() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves text string from this field.
getText(int, int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves text string from this field.
getText() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getText(int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
getText(int, int, char[], int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
getText() - Method in class net.rim.device.api.ui.component.LabelField
Retrieves this field's label text.
getText() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getText(int, int) - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getText(int, int, char[], int) - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getText() - Method in class net.rim.device.api.ui.component.RichTextField
 
getText(int, int) - Method in class net.rim.device.api.ui.component.RichTextField
 
getText() - Method in class net.rim.device.api.ui.component.TextField
Retrieves this field's text, not including the label.
getText(int, int) - Method in class net.rim.device.api.ui.component.TextField
Retrieves a portion of this field's text.
getText(int, int, char[], int) - Method in class net.rim.device.api.ui.component.TextField
Retrieves this field's text.
getText() - Method in class net.rim.device.api.ui.menu.CommandItem
Returns the text of this command item.
getText() - Method in class net.rim.device.api.ui.toolbar.ToolbarButtonField
Retrieves the text used on a ToolbarButtonField if an image is not available or a tooltip is not provided.
getText() - Method in class net.rim.device.api.ui.toolbar.ToolbarSpacer
Returns the text associated with this ToolbarSpacer.
getText() - Method in interface org.w3c.dom.html2.HTMLBodyElement
Document text color.
getText() - Method in interface org.w3c.dom.html2.HTMLOptionElement
The text contained within the option element.
getText() - Method in interface org.w3c.dom.html2.HTMLScriptElement
The script content of the element.
getText() - Method in interface org.w3c.dom.html2.HTMLTitleElement
The specified title as a string.
getTextAbstractString() - Method in class net.rim.device.api.input.InputHelperBase
Retrieves read-only handle to the underlying buffer.
getTextAbstractString() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Returns this field's text "as is" including embedded graphics characters.
getTextAbstractString() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getTextAbstractString() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getTextAbstractString() - Method in class net.rim.device.api.ui.component.TextField
Retrieves read-only handle to the underlying buffer.
getTextAlign() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-align property definition in CSS2.
getTextContent() - Method in interface org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
getTextDecoration() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-decoration property definition in CSS2.
getTextEncoding() - Method in class net.rim.device.api.io.nfc.ndef.rtd.TextRecord
Returns the text encoding scheme for this tag.
getTextFillColor() - Method in class net.rim.device.api.ui.Field
Retrieves the current text fill color.
getTextIndent() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-indent property definition in CSS2.
getTextInputConnector() - Method in class net.rim.device.api.input.InputHelperBase
Retrieves the currently registered requests listener.
getTextInputStyle() - Method in interface net.rim.device.api.im.ITextInputStyle
Returns text related style bits (including filter styles)
getTextInputStyle() - Method in class net.rim.device.api.ui.component.TextSpinBoxField
Returns text related style bits (including filter styles); Implements IComponent interface
getTextLength() - Method in class net.rim.device.api.input.InputHelperBase
Retrieves length of this field's text, not including the label.
getTextLength() - Method in class net.rim.device.api.ui.component.BasicEditField
 
getTextLength() - Method in class net.rim.device.api.ui.component.PasswordEditField
 
getTextLength() - Method in class net.rim.device.api.ui.component.RichTextField
 
getTextLength() - Method in class net.rim.device.api.ui.component.TextField
Retrieves length of this field's text, not including the label.
getTextLocation(TextHitInfo, XYRect) - Method in interface net.rim.device.api.im.IInputLocationRequests
Returns the location (absolute x and y coordinates on the screen) of a specified offset within the current composed text, or of the selection in committed text.
getTextPlainContentType() - Static method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves the text/plain content-type name as a string.
getTextShadow() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-shadow property definition in CSS2.
getTextStringProvider() - Method in class net.rim.device.api.ui.MenuItem
Gets the text for the menu as a StringProvider.
getTextStrokeColor() - Method in class net.rim.device.api.ui.Field
Retrieves the current text stroke color.
getTextTransform() - Method in interface org.w3c.dom.css.CSS2Properties
See the text-transform property definition in CSS2.
getTFoot() - Method in interface org.w3c.dom.html2.HTMLTableElement
Returns the table's TFOOT, or null if none exists.
getTHead() - Method in interface org.w3c.dom.html2.HTMLTableElement
Returns the table's THEAD, or null if none exists.
getThisUpdate() - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the date of issue for this CRL.
getThisUpdate() - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the date of issue for this CRL.
getThisUpdateTime() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time that this update for the certificate status was available.
getThumbnail() - Method in class net.rim.device.api.lbs.maps.model.MapImage
Retrieves the thumbnail bitmap.
getTicker() - Method in class javax.microedition.lcdui.Displayable
Gets the ticker used by this Displayable.
getTicket() - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns a ticket detailing what type of access the calling application has in the keystore.
getTicket(String) - Method in class net.rim.device.api.crypto.CryptoSmartCardKeyStoreData
Returns a ticket detailing what type of access the calling application has in the keystore.
getTicket() - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Returns a ticket for the KeyStoreManager assuming that the password was entered correctly.
getTicket() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Calls the getTicket method on the preferred key store.
getTicket(String) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Calls the getTicket method on the preferred key store.
getTicket() - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a ticket that allows the caller to use the keystore without prompting the user for their password.
getTicket(String) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a ticket that allows the caller to use the keystore without prompting the user for their password.
getTicket() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns a ticket detailing what type of access the calling application has in the keystore.
getTicket(String) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns a ticket detailing what type of access the calling application has in the keystore.
getTicket(KeyStore) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns a ticket if the operation to retrieve one was successful.
getTicket(String, KeyStore) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns a ticket if the operation to retrieve one was successful.
getTicket(KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns a ticket if the operation to retrieve one was successful.
getTicket(String, KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns a ticket if the operation to retrieve one was successful.
getTicket() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns a ticket if the operation to retrieve one was successful.
getTicket(String) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns a ticket if the operation to retrieve one was successful.
getTicket() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getTicket(String) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getTicket() - Method in class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore
 
getTicket(String) - Method in class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore
 
getTicket() - Static method in class net.rim.device.api.system.PersistentContent
Retrieves decryption ticket.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in interface javax.microedition.media.TimeBase
Get the current time of this TimeBase.
getTime() - Method in class net.rim.device.api.system.EventInjector.Event
Returns the time of the event.
getTime() - Method in class net.rim.device.api.system.EventInjector.KeyCodeEvent
 
getTime() - Method in class net.rim.device.api.system.EventInjector.KeyEvent
 
getTime() - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the time/ticks (in milliseconds) associated with this touch event.
getTime() - Method in class net.rim.device.api.util.TimeSource
Get the amount of time the time-source has been running for.
getTimeBase() - Method in interface javax.microedition.media.Player
Gets the TimeBase that this Player is using.
getTimeIncrement() - Method in class javax.microedition.m2g.SVGAnimator
Returns the current time increment used for animation rendering.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
getTimeLimit() - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the maximum time the factory will try to create a connection
getTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the time this Alert will be shown.
getTimeoutDefault() - Static method in class net.rim.device.api.system.Backlight
Gets the backlight default timeout.
getTimerValue() - Method in class net.rim.device.api.browser.field.RedirectEvent
Timer value when this event was started.
getTimeSource() - Method in class net.rim.device.api.animation.Animator
Gets the TimeSource.
getTimestamp() - Method in class com.google.zxing.Result
 
getTimestamp() - Method in class javax.microedition.location.Location
Returns the time stamp at which the data was collected.
getTimestamp() - Method in interface javax.wireless.messaging.Message
Returns the timestamp indicating when this message has been sent.
getTimestamp() - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessage
Returns message timestamp.
getTimestamp() - Method in class net.rim.device.api.system.MagnetometerData
Retrieves a timestamp that specifies when this data was captured.
getTimestamp() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the timestamp for this message.
getTimeStamp() - Method in interface net.rim.device.api.unifiedsearch.entity.SearchableEntity
Returns a time value relevant to the SearchableEntity.
getTimeStamp() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Returns a time value relevant to the SearchableEntity.
getTimeStamp() - Method in interface org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTimeToLive() - Method in interface net.rim.device.api.io.MulticastDatagramConnection
Get the time-to-live value of the connection.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimeZone() - Method in class net.rim.device.api.ui.component.DateField
Retrieves the time zone that is set for this field.
getTitle() - Method in class javax.microedition.lcdui.Alert
Retrieve the title of the Alert
getTitle() - Method in class javax.microedition.lcdui.Displayable
Gets the title of the Displayable.
getTitle() - Method in interface net.rim.blackberry.api.options.OptionsProvider
Retrieves the title to place in the Options screen.
getTitle() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves the title of this content.
getTitle() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves this content's title.
getTitle() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannel
Returns the title of this RSSChannel.
getTitle() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannelImage
Returns the text to display for an RSS Channel, if the image cannot be shown.
getTitle() - Method in class net.rim.device.api.io.parser.rss.model.RSSItem
Returns the title of this RSSItem.
getTitle() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the StringProvider object containing the name of the application.
getTitle() - Method in class net.rim.device.api.ui.component.pane.Pane
Returns the Field that lets you access the title of the pane.
getTitle() - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the TitleView for this view.
getTitle() - Method in interface net.rim.device.api.unifiedsearch.entity.SearchableEntity
Returns the title of the SearchableEntity.
getTitle() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Returns the title of the SearchableEntity.
getTitle() - Method in interface org.w3c.dom.html2.HTMLDocument
The title of a document as specified by the TITLE element in the head of the document.
getTitle() - Method in interface org.w3c.dom.html2.HTMLElement
The element's advisory title.
getTitle() - Method in interface org.w3c.dom.stylesheets.StyleSheet
The advisory title.
getTitleBar() - Method in class net.rim.device.api.ui.Screen
Retrieves the current TitleBar object used by this screen.
getTitleExtent() - Method in class net.rim.device.api.ui.component.pane.PaneManagerView
Returns the extent of the TitleView associated to this view.
getTitles() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns a Hashtable that maps each supported language code to the title for that language code.
getToolbar() - Method in class net.rim.device.api.ui.container.MainScreen
Gets the toolbar.
getTooltip() - Method in class net.rim.device.api.ui.toolbar.ToolbarButtonField
Retrieves the text used as a tooltip when the user hovers over a ToolbarButtonField.
getToolTip() - Method in class net.rim.device.api.ui.toolbar.ToolbarSpacer
Returns the tooltip text associated with this ToolbarSpacer.
getTop() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
Gets the coordinate of the top of the box.
getTop(Plane) - Method in class net.rim.device.api.math.Frustum
Gets the top plane of the frustum in the given plane.
getTop() - Method in class net.rim.device.api.ui.decor.Border
Retrieves the width/thickness of the border's top edge.
getTop() - Method in class net.rim.device.api.ui.Field
Retrieves this field's top-offset position.
getTop() - Method in interface org.w3c.dom.css.CSS2Properties
See the top property definition in CSS2.
getTop() - Method in interface org.w3c.dom.css.Rect
This attribute is used for the top of the rect.
getTopEyelid() - Method in class net.rim.device.api.ui.extension.container.EyelidFieldManager
Gets the top eyelid.
getTopLeft() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
 
getTopLeftOnBit() - Method in class com.google.zxing.common.BitMatrix
This is useful in detecting a corner of a 'pure' barcode.
getTopmostNode(int, int) - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the topmost node found at the provided x,y coordinates.
getTopRight() - Method in class com.google.zxing.qrcode.detector.FinderPatternInfo
 
getTotalBytes() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Deprecated. Returns the total number of bytes in the content.
getTotalCodewords() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getTotalCodewords() - Method in class com.google.zxing.qrcode.decoder.Version
 
getTotalECCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getTotalFlashSize() - Static method in class net.rim.device.api.system.DeviceInfo
Deprecated. this method is limited to 2GB, use DeviceInfo.getTotalFlashSizeEx() instead
getTotalFlashSizeEx() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the total flash size of the device.
getTotalSize() - Method in class net.rim.device.api.collection.util.BasicFilteredList
Gets the total size of the list before any filtering.
getTotalSize() - Method in interface org.w3c.dom.ls.LSProgressEvent
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
getTP() - Method in interface javax.microedition.amms.control.tuner.RDSControl
Gets the current status of the Traffic Programme (TP) switch.
getTrackpadScrollAmount() - Static method in class net.rim.device.api.ui.component.TextField
Deprecated. Use getTrackpadScrollLineSpeed instead
getTrackpadScrollLineSpeed() - Method in class net.rim.device.api.ui.component.TextField
Gets the number of lines to scroll over in a single Trackpad movement within non-editable TextFields.
getTrafficState() - Method in class net.rim.device.api.system.MobitexPacketHeader
Deprecated. Retrieves the traffic state.
getTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as String.
getTraitNS(String, String) - Method in interface org.w3c.dom.svg.SVGElement
Same as getTrait, but for namespaced traits.
getTransferSize() - Method in interface javax.microedition.media.protocol.SourceStream
Get the size of a "logical" chunk of media data from the source.
getTransferSize() - Method in class net.rim.device.api.media.protocol.ByteArrayInputStreamDataSource
 
getTransientStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for transient objects in flash.
getTransition(Screen, Screen, int) - Method in class net.rim.device.api.ui.UiEngineInstance
Retrieve the animation previously set for the fromScreen/toScreen/trigger combination.
getTransitionId() - Method in class net.rim.device.api.ui.TransitionContext
Returns the transition type represented by this context.
getTranslateX() - Method in class javax.microedition.lcdui.Graphics
Gets the X coordinate of the translated origin of this graphics context.
getTranslateX() - Method in class net.rim.device.api.ui.Graphics
Retrieves the horizontal component of the current drawing offset.
getTranslateY() - Method in class javax.microedition.lcdui.Graphics
Gets the Y coordinate of the translated origin of this graphics context.
getTranslateY() - Method in class net.rim.device.api.ui.Graphics
Retrieves the vertical component of the current drawing offset.
getTranslation(Vector2f) - Method in class net.rim.device.api.math.Matrix3f
Gets the translational component of this matrix in a Vector2f.
getTranslation(Vector3f) - Method in class net.rim.device.api.math.Matrix4f
Gets the translational component of this matrix in the specified vector.
getTranslation(Vector2f) - Method in class net.rim.device.api.math.Transform2D
Gets the translation component of this transform in the specified vector.
getTranslation(Vector3f) - Method in class net.rim.device.api.math.Transform3D
Gets the translation component of this transform in the specified vector.
getTransmissionError() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the transmission error code for this message.
getTransmitMTU() - Method in interface javax.bluetooth.L2CAPConnection
Returns the MTU that the remote device supports.
getTransport() - Method in class net.rim.blackberry.api.mail.Session
Retrieves a Transport instance to access the email transport protocol on the handheld.
getTransport() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's associated transport object using this service record's CID.
getTransportDescriptor() - Method in class net.rim.device.api.io.transport.ConnectionDescriptor
Retrieves the TransportDescriptor that represents the underlying transport for the connection
getTransportDescriptors(int) - Static method in class net.rim.device.api.io.transport.TransportInfo
Provides an array of TransportDescriptor for the specified transportType
getTransportDescriptors(int[]) - Static method in class net.rim.device.api.io.transport.TransportInfo
Retrieves information for a group of transport types.
getTransportHeader(String) - Method in interface net.rim.device.api.io.messaging.Message
Returns the value of the transport header specified.
getTransportHeaders() - Method in interface net.rim.device.api.io.messaging.Message
Returns all transport headers.
getTransportHeadersForKey(String) - Method in interface net.rim.device.api.io.messaging.Message
Returns the values of transport header specified.
getTransportReason(int) - Method in class net.rim.device.api.io.nfc.handover.ConnectionHandoverFailedEvent
Gets the connection handover failure reason for the transport type specified.
getTransportType() - Method in class net.rim.device.api.io.nfc.handover.ConnectionHandoverCompletedEvent
Gets the transport type for which the connection handover happened.
getTransportType() - Method in class net.rim.device.api.io.transport.TransportDescriptor
Retrieves the transportType encapsulated by this descriptor
getTransportTypeName(int) - Static method in class net.rim.device.api.io.transport.TransportInfo
Provides the name for the specified transportType
getTransportTypeOptions(int) - Method in class net.rim.device.api.io.transport.ConnectionFactory
Retrieves the options that the factory is using (if any) for the specified transport type.
getTransportUid(ServiceRecord) - Static method in class net.rim.blackberry.api.browser.Browser
Retrieves the UID for the underlying transport associated with a given service record.
getTreble() - Method in interface javax.microedition.amms.control.audioeffect.EqualizerControl
Gets the treble level.
getTriggerTime() - Method in class net.rim.device.api.animation.AnimationTrigger
Gets the system time when the trigger was fired.
getTripleDESCryptoToken() - Method in class net.rim.device.api.crypto.TripleDESKey
Returns the crypto token associated with the key.
getTuneName() - Method in class net.rim.blackberry.api.profiles.SoundAlert
Returns the tune name for this alert.
getTunnelAuthPassword() - Method in class net.rim.device.api.io.transport.options.TcpCellularOptions
Retrieves the tunnelAuthPassword
getTunnelAuthPassword() - Method in class net.rim.device.api.io.transport.options.WapOptions
Retrieves the tunnelAuthPassword
getTunnelAuthUsername() - Method in class net.rim.device.api.io.transport.options.TcpCellularOptions
Retrieves the tunnelAuthUsername
getTunnelAuthUsername() - Method in class net.rim.device.api.io.transport.options.WapOptions
Retrieves the tunnelAuthUsername
getTxCount() - Method in class net.rim.device.api.system.SerialPort
Deprecated. Retreives number of characters reamining in the transmit buffer.
getType(int) - Method in interface javax.microedition.content.ContentHandler
Gets the type supported by the content handler at the specified index.
getType() - Method in class javax.microedition.content.Invocation
Gets the content type for the Invocation.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getType() - Method in class javax.microedition.lcdui.Alert
Gets the type of the Alert.
getType() - Method in interface javax.microedition.pki.Certificate
Get the type of the Certificate.
getType() - Method in class net.rim.blackberry.api.mail.event.FolderEvent
Returns the type of this event.
getType() - Method in class net.rim.blackberry.api.mail.event.StoreEvent
Returns the type of this event.
getType() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this folder's type.
getType() - Method in interface net.rim.blackberry.api.messagelist.ApplicationMessage
Returns type of the message.
getType() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLog
Retrieves this call's type.
getType() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLogID
Returns the type of the caller ID as stored in the contact list.
getType() - Method in class net.rim.blackberry.api.sendmenu.SendCommand
Returns the type of this SendCommand.
getType() - Method in class net.rim.device.api.browser.field.ExecutingScriptEvent
Retrieves language type of script for this event.
getType() - Method in class net.rim.device.api.browser.field.HistoryEvent
Retrieves event type.
getType() - Method in class net.rim.device.api.browser.field.RedirectEvent
Retrieves redirection type.
getType() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getType() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the type of this certificate, such as "X509", "WTLS" etc.
getType() - Method in class net.rim.device.api.crypto.certificate.CertificateFactory
Returns a String that indicates the type of certificate this factory creates, eg "X509".
getType() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the type of the server.
getType() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the type of this certificate - "WTLS".
getType() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the type of this certificate - "X509".
getType() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the type (prime or binary) of this system's curve.
getType() - Method in class net.rim.device.api.invocation.ListenerInvocationProperties
Returns invocation type
getType() - Method in interface net.rim.device.api.io.messaging.InboundDestinationConfiguration
Retrieve the configuration type
getType() - Method in class net.rim.device.api.io.MobitexAddress
Deprecated. Retrieves this address object's packet type.
getType() - Method in class net.rim.device.api.io.nfc.emulation.VirtualNDEFTag
Returns the type of the emulated NFC NDEF tag target.
getType() - Method in class net.rim.device.api.io.nfc.ndef.NDEFRecord
Returns the type of the record.
getType() - Method in class net.rim.device.api.io.nfc.se.SecureElement
Returns the secure element type.
getType() - Method in class net.rim.device.api.io.parser.soap.SOAPElement
Returns the type of this tag.
getType() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's type.
getType() - Method in class net.rim.device.api.smartcard.SmartCardReader
Returns the type of the reader, eg "Serial Port" or "Bluetooth".
getType(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts the type of the next field in the data buffer.
getType() - Method in class net.rim.device.api.system.Bitmap
Retrieves this bitmap's type.
getType() - Method in class net.rim.device.api.system.WBMPEncodedImage
Returns the WBMP image type.
getType() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Returns the location and content type of the Searchable.
getType() - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Returns the location and content type of the Searchable.
getType() - Method in interface org.w3c.dom.css.CSSRule
The type of the rule, as defined above.
getType() - Method in interface org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getType() - Method in interface org.w3c.dom.events.Event
The name of the event (case-insensitive).
getType() - Method in interface org.w3c.dom.html2.HTMLAnchorElement
Advisory content type.
getType() - Method in interface org.w3c.dom.html2.HTMLButtonElement
The type of button (all lower case).
getType() - Method in interface org.w3c.dom.html2.HTMLInputElement
The type of control created (all lower case).
getType() - Method in interface org.w3c.dom.html2.HTMLLIElement
List item bullet style.
getType() - Method in interface org.w3c.dom.html2.HTMLLinkElement
Advisory content type.
getType() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via data attribute.
getType() - Method in interface org.w3c.dom.html2.HTMLOListElement
Numbering style.
getType() - Method in interface org.w3c.dom.html2.HTMLParamElement
Content type for the value attribute when valuetype has the value "ref".
getType() - Method in interface org.w3c.dom.html2.HTMLScriptElement
The content type of the script language.
getType() - Method in interface org.w3c.dom.html2.HTMLSelectElement
The type of this form control.
getType() - Method in interface org.w3c.dom.html2.HTMLStyleElement
The content type of the style sheet language.
getType() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
The type of this form control.
getType() - Method in interface org.w3c.dom.html2.HTMLUListElement
Bullet style.
getType() - Method in interface org.w3c.dom.stylesheets.StyleSheet
This specifies the style sheet language for this style sheet.
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML qualified (prefixed) name.
getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getTypeCount() - Method in interface javax.microedition.content.ContentHandler
Gets the number of types supported by the content handler.
getTypefaceType() - Method in class net.rim.device.api.ui.FontFamily
Get the typeface type.
getTypeImpl() - Method in class net.rim.device.api.smartcard.SmartCardReader
Returns the type of the reader, eg "Serial Port", "Bluetooth".
getTypeName() - Method in interface org.w3c.dom.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNameFormat() - Method in class net.rim.device.api.io.nfc.ndef.NDEFRecord
Returns the Type Name Format of the record.
getTypeNamespace() - Method in interface org.w3c.dom.TypeInfo
The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
getTypes() - Method in class javax.microedition.content.Registry
Gets all of the unique content types for which there are registered handlers.
getTypes() - Method in class net.rim.device.api.io.nfc.readerwriter.Target
Returns the array of types for this target.
getTypes() - Method in class net.rim.device.api.system.AccelerometerChannelConfig
Returns channel types
getUI() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Deprecated. Returns platform specific UI component into which the media will be loaded.
getUiActions(Object, UiAction[]) - Method in interface net.rim.device.api.unifiedsearch.entity.SearchableEntity
Returns the UiAction object related to this SearchableEntity.
getUiActions(SearchableEntity[], Object, UiAction[]) - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.EntityBasedSearchableProvider
Returns a UiAction for multiple SearchableEntity objects.
getUiActions() - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Deprecated. This feature is no longer used by SearchableDataObject.
getUiActions(Object, UiAction[]) - Method in class net.rim.device.api.unifiedsearch.searchables.adapters.SearchableDataObject
Returns the UiAction object related to this SearchableEntity.
getUiActions(SearchableEntity[], Object, UiAction[]) - Method in interface net.rim.device.api.unifiedsearch.searchables.Searchable
Returns a UiAction for multiple SearchableEntity objects.
getUiApplication() - Method in class net.rim.blackberry.api.messagelist.ApplicationFolderIntegrationConfig
Returns UI application that manages folder messages.
getUiApplication() - Static method in class net.rim.device.api.ui.UiApplication
Retrieves this UI application object.
getUID() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the UID for this service.
getUID() - Method in class net.rim.device.api.browser.field.Event
Retrieves the UID for this event.
getUID() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the unique ID of the server.
getUid() - Method in class net.rim.device.api.io.transport.TransportDescriptor
Retrieves the UID of the ServiceRecord for the transport instance represented by this descriptor (if available)
getUid() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's UID.
getUID() - Method in class net.rim.device.api.synchronization.SyncItem
 
getUID() - Method in interface net.rim.device.api.synchronization.SyncObject
Returns the unique ID stored in this SyncObject.
getUID() - Static method in class net.rim.device.api.synchronization.UIDGenerator
Gets a unique ID.
getUID(int) - Static method in class net.rim.device.api.synchronization.UIDGenerator
Gets a unique ID for a given scope.
getUidHash() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's hashed UID (SHA-1 hash).
getUiEngine() - Method in class net.rim.device.api.ui.Screen
Retrieves the UiEngine that owns this screen.
getUiEngine() - Static method in class net.rim.device.api.ui.Ui
Retrieves this process's UI engine.
getUiEngineInstance() - Static method in class net.rim.device.api.ui.Ui
Retrieves this process's UI engine.
getUiEngineInstance() - Method in class net.rim.device.api.ui.UiApplication
Gets the instance of the UiEngine.
getUnaltedChar(char) - Static method in class net.rim.device.api.ui.Keypad
Retrieves the un-alted version of a character.
getUnderlineOffset() - Method in class net.rim.device.api.ui.FontMetrics
Gets the distance of underline below baseline in pixels.
getUnderlineWeight() - Method in class net.rim.device.api.ui.FontMetrics
Gets the standard underline weight in pixels.
getUnicodeBidi() - Method in interface org.w3c.dom.css.CSS2Properties
See the unicode-bidi property definition in CSS2.
getUniqueId() - Method in interface net.rim.blackberry.api.accessory.Accessory
An accessory's unique id.
getUniqueScopingValue() - Static method in class net.rim.device.api.synchronization.UIDGenerator
Generates a unique scoping value.
getUnreadMessageCount() - Method in class net.rim.blackberry.api.mail.Store
Returns the number of unread message in the store.
getUnsignedAttributes() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns an Enumeration of the unsigned attributes associated with this signer.
getUpper() - Method in class net.rim.device.api.ui.Adjustment
Get upper bound.
getUri() - Method in interface net.rim.device.api.io.messaging.Destination
Returns the URI that this destination represents.
getUri() - Method in class net.rim.device.api.io.nfc.ndef.rtd.SmartPosterRecord
Returns the URI for this smart poster.
getUri() - Method in class net.rim.device.api.io.nfc.ndef.rtd.URIRecord
Returns the URI contained in the NDEF record.
getUri(int) - Method in class net.rim.device.api.io.nfc.readerwriter.Target
Returns a URI that can be used to establish a connection with the tag.
getUri() - Method in class net.rim.device.api.io.nfc.se.SecureElement
Returns a URI that can be used to open an APDUConnection to the secure element.
getUri(byte[]) - Method in class net.rim.device.api.io.nfc.se.SecureElement
Returns a URI that can be used to open an APDUConnection to a specific application on a secure element.
getURI() - Method in class net.rim.device.api.web.WidgetAccess
Returns the URI.
getUri() - Method in interface org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getURL() - Method in class javax.microedition.content.Invocation
Gets the URL for the invocation.
getURL() - Method in interface javax.microedition.io.file.FileConnection
Returns the full file URL including the scheme, host, and path from where the file or directory specified in the Connector.open() method is opened.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getUrl() - Method in interface net.rim.blackberry.api.accessory.Accessory
Returns a URL associated with the accessory.
getURL() - Method in class net.rim.blackberry.api.blackberrymessenger.Message
Returns a URL for this message.
getURL() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves the URL of this content.
getURL() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves the URL of this content.
getURL() - Method in class net.rim.device.api.browser.field.HistoryEvent
Retrieves URL for event.
getUrl() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the URL for this request.
getURL() - Method in class net.rim.device.api.browser.field.SetHttpCookieEvent
Retrieves URL in this event.
getURL() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Retrieves the URL from this event.
getURL() - Method in class net.rim.device.api.browser.field2.BrowserFieldRequest
Retrieves the URL from this request.
getURL() - Method in class net.rim.device.api.browser.field2.BrowserFieldResponse
 
getUrl() - Method in class net.rim.device.api.io.parser.rss.model.RSSChannelImage
Returns the URL of the image for an RSS Channel.
getUrl() - Method in class net.rim.device.api.io.transport.ConnectionDescriptor
Retrieves the url used to open the connection
getURL() - Method in class net.rim.device.api.lbs.maps.ui.MapField
Creates a valid URL based on the MapField which can be used to recreate this map on another BlackBerry device.
getURL() - Method in interface org.w3c.dom.html2.HTMLDocument
The absolute URI [IETF RFC 2396] of the document.
getUseMap() - Method in interface org.w3c.dom.html2.HTMLImageElement
Use client-side image map.
getUseMap() - Method in interface org.w3c.dom.html2.HTMLInputElement
Use client-side image map.
getUseMap() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Use client-side image map.
getUserData() - Method in class net.rim.device.api.crypto.cms.CMSReceiptData
Gets the additional user data previously stored about the signed receipt.
getUserData(String) - Method in interface org.w3c.dom.Node
Retrieves the object associated to a key on a this node.
getUserDN(String, String) - Method in class net.rim.device.api.ldap.LDAPPasswordCache
Deprecated. Returns the userDN associated with the server and base query.
getUserId() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's user ID.
getUserIdentity() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the User Identifier
getUserinfo() - Method in class net.rim.device.api.io.URI
Get the userinfo sub-component of the URI-reference.
getUserName() - Method in class javax.obex.PasswordAuthentication
Retrieves the user name that was specified in the constructor.
getUsername() - Method in class net.rim.device.api.browser.field.RequestedResource
The username credentials for the request.
getUsername() - Method in class net.rim.device.api.io.messaging.UsernamePasswordCredentials
Returns the username.
getUsername() - Method in class net.rim.device.api.wlan.hotspot.HotspotCredentialsAgent
Retrieves the user's username for login.
getUserSystemId() - Method in interface net.rim.device.api.synchronization.OTASyncParametersProvider
Get the User System Id to use.
getUSN() - Method in class net.rim.device.api.io.file.FileSystemJournalEntry
Returns the Update Sequence Number (USN) for this event.
getUtf16Offset() - Method in interface org.w3c.dom.DOMLocator
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
getValidEmphases() - Static method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Gets a list of valid FM emphasis.
getValidityPeriod() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the validity period.
getValidSentAddresses() - Method in exception net.rim.blackberry.api.mail.SendFailedException
Retrieves the addresses to which this message was sent succesfully.
getValidSteps() - Static method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Gets a list of valid FM steps.
getValidUnsentAddresses() - Method in exception net.rim.blackberry.api.mail.SendFailedException
Retrieves the valid addresses to which this message was not sent.
getVAlign() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Vertical alignment of data in cell.
getVAlign() - Method in interface org.w3c.dom.html2.HTMLTableColElement
Vertical alignment of cell data in column.
getVAlign() - Method in interface org.w3c.dom.html2.HTMLTableRowElement
Vertical alignment of data within cells of this row.
getVAlign() - Method in interface org.w3c.dom.html2.HTMLTableSectionElement
Vertical alignment of data in cells.
getValue() - Method in class com.google.zxing.common.ECI
 
getValue() - Method in class javax.bluetooth.DataElement
Returns the value of this DataElement as an Object.
getValue() - Method in class javax.microedition.lcdui.Gauge
Gets the current value of this Gauge object.
getValue() - Method in class net.rim.blackberry.api.mail.Header
Retrieves this header's current value.
getValue() - Method in class net.rim.blackberry.api.messagelist.ApplicationIndicator
Returns the current indicator value.
getValue() - Method in class net.rim.device.api.browser.field.SetHeaderEvent
Retrieves value in header setting event.
getValue() - Method in class net.rim.device.api.crypto.certificate.CertificateDisplayField
Returns the value associated with the field.
getValue() - Method in class net.rim.device.api.crypto.certificate.CertificateExtension
Returns a copy of the byte array representing the extension value.
getValue() - Method in class net.rim.device.api.crypto.cms.CMSAttribute
Returns the encoding of the SET OF AttributeValue.
getValue() - Method in class net.rim.device.api.io.parser.soap.SOAPPrimitive
Returns the value associated with this SOAP element.
getValue(int) - Method in interface net.rim.device.api.ldap.LDAPAttribute
Returns a single value for this attribute.
getValue() - Method in class net.rim.device.api.ui.Adjustment
Get Value.
getValue() - Method in class net.rim.device.api.ui.component.GaugeField
Retrieves the current progress level.
getValue() - Method in class net.rim.device.api.ui.component.progressindicator.ProgressIndicatorModel
Returns the value that the model is currently set to.
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue() - Method in interface org.w3c.dom.html2.HTMLButtonElement
The current form control value.
getValue() - Method in interface org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
getValue() - Method in interface org.w3c.dom.html2.HTMLLIElement
Reset sequence number when used in OL.
getValue() - Method in interface org.w3c.dom.html2.HTMLOptionElement
The current form control value.
getValue() - Method in interface org.w3c.dom.html2.HTMLParamElement
The value of a run-time parameter.
getValue() - Method in interface org.w3c.dom.html2.HTMLSelectElement
The current form control value (i.e. the value of the currently selected option), if multiple options are selected this is the value of the first selected option.
getValue() - Method in interface org.w3c.dom.html2.HTMLTextAreaElement
Represents the current contents of the corresponding form control, in an interactive user agent.
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML qualified (prefixed) name.
getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValueMax() - Method in class net.rim.device.api.ui.component.GaugeField
Retrieves the highest value in this field's range.
getValueMax() - Method in class net.rim.device.api.ui.component.progressindicator.ProgressIndicatorModel
Returns the maximum value that is set for the model.
getValueMin() - Method in class net.rim.device.api.ui.component.GaugeField
Retrieves the lowest value in this field's ragne.
getValueMin() - Method in class net.rim.device.api.ui.component.progressindicator.ProgressIndicatorModel
Returns the minimum value that is set for the model.
getValues() - Method in interface net.rim.device.api.ldap.LDAPAttribute
Returns all the values for this attribute as an enumeration.
getValueType() - Method in class net.rim.device.api.animation.AnimationKeyframeSequence
Gets the value type of the sequence.
getValueType() - Method in interface org.w3c.dom.html2.HTMLParamElement
Information about the meaning of the value attribute value.
getVanillaViewfinder() - Method in class net.rim.device.api.barcodelib.BarcodeScanner
Retrieves a non-augmented viewfinder for the player returned by BarcodeScanner.getPlayer().
getVariant() - Method in class net.rim.device.api.i18n.Locale
Retrieves this locale's variant name.
getVariantIterator() - Method in class net.rim.device.api.input.InputHelper
Lookup variant iterator is created only once by a variant listener, e.g. by InputHelper, and then is re-initialized repeatedly by an input method with variants.
getVector() - Method in class net.rim.device.api.util.SimpleSortingVector
Deprecated. SimpleSortingVector is now an instance of Vector
getVelocityCartesian() - Method in interface javax.microedition.amms.control.audio3d.DopplerControl
 
getVendor() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves this code module group's default vendor string.
getVendorId() - Static method in class net.rim.device.api.system.Branding
Retrieves the vendor ID from the branding NV sector.
getVerifier(PublicKey) - Method in class net.rim.device.api.crypto.encoder.DecodedSignature
Returns a formatted signature verifier using the key passed in.
getVersion() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getVersion() - Method in interface javax.microedition.content.ContentHandler
Gets the version of this content handler.
getVersion() - Method in interface javax.microedition.pki.Certificate
Gets the version number of this Certificate.
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (record added, modified, deleted), it's version is incremented.
getVersion() - Method in interface net.rim.device.api.collection.CollectionWithVersion
Retrieves this collection's version number.
getVersion() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the version of the certificate.
getVersion() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the version of the certificate we have parsed.
getVersion() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the version of the certificate we have parsed.
getVersion() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the version of the protocol from the Accept Request.
getVersion() - Method in interface net.rim.device.api.io.http.HttpServerConnection
Returns the HTTP version.
getVersion() - Method in class net.rim.device.api.io.parser.soap.SOAPEnvelope
Returns the SOAP version.
getVersion() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the version from this descriptor.
getVersion() - Static method in class net.rim.device.api.system.Branding
Retrieves the version number of the branding data.
getVersion() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves this code module group's default version string.
getVersion() - Method in interface net.rim.device.api.web.WidgetConfig
Widget version.
getVersion() - Method in class net.rim.device.api.web.WidgetFeature
Returns the required version for the feature.
getVersion() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
Returns the WBXML version number.
getVersion() - Method in interface org.w3c.dom.html2.HTMLHtmlElement
Version information about the document's DTD.
getVersionForDimensions(int, int) - Static method in class com.google.zxing.datamatrix.decoder.Version
Deduces version information from Data Matrix dimensions.
getVersionForNumber(int) - Static method in class com.google.zxing.qrcode.decoder.Version
 
getVersionNumber() - Method in class com.google.zxing.datamatrix.decoder.Version
 
getVersionNumber() - Method in class com.google.zxing.qrcode.decoder.Version
 
getVerticalAccuracy() - Method in class javax.microedition.location.Criteria
Returns the vertical accuracy value set in this Criteria.
getVerticalAccuracy() - Method in class javax.microedition.location.QualifiedCoordinates
Returns the accuracy of the location in meters in vertical direction (orthogonal to ellipsoid surface, 1-sigma standard deviation).
getVerticalAdjustment() - Method in class net.rim.device.api.ui.ScrollView
Get the Adjustment being used for vertical scrolling.
getVerticalAlign() - Method in interface org.w3c.dom.css.CSS2Properties
See the vertical-align property definition in CSS2.
getVerticalAlignment() - Method in class net.rim.device.api.ui.component.table.RegionStyles
A convenience method to get the vertical alignment that has been applied to this region.
getVerticalResolution() - Static method in class net.rim.device.api.system.Display
Retrieves the display's vertical resolution (in pixels per meter, or PPM).
getVerticalScroll() - Method in class net.rim.device.api.ui.Manager
 
getVerticalScroll() - Method in class net.rim.device.api.ui.ScrollView
Retrieves current vertical offset of scrolling region.
getVG(EGLContext) - Static method in class net.rim.device.api.openvg.VGUtils
Returns a VG object associated with this EGL context.
getVideoControl() - Method in class net.rim.device.api.amms.control.camera.ImageScanner
Retrieves the VideoControl for the player returned by getPlayer().
getVideoControl() - Method in class net.rim.device.api.barcodelib.BarcodeScanner
Retrieves the VideoControl for the player returned by BarcodeScanner.getPlayer().
getVideoResolution() - Method in interface javax.microedition.amms.control.camera.CameraControl
Gets the current video resolution.
getView() - Method in class net.rim.device.api.ui.component.pane.PaneManagerController
Returns the PaneManagerView for this controller.
getView() - Method in class net.rim.device.api.ui.component.pane.PaneManagerModel
Provides access to the PaneManagerView associated to this model.
getView() - Method in class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorController
Returns the view associated with this controller.
getView() - Method in class net.rim.device.api.ui.component.table.DataController
Retrieve the view associated with this table component.
getView() - Method in class net.rim.device.api.ui.component.table.DataTemplate
Get the view for the the DataTemplate.
getView() - Method in class net.rim.device.api.ui.component.table.RichList
Returns a reference to the underlying TableView object of this RichList.
getView() - Method in class net.rim.device.api.ui.component.table.SimpleList
Returns a reference to the underlying TableView object of this SimpleList.
getView() - Method in interface org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.
getViewfinder() - Method in class net.rim.device.api.amms.control.camera.ImageScanner
Retrieves the viewfinder for the VideoControl returned by getVideoControl().
getViewfinder() - Method in class net.rim.device.api.barcodelib.BarcodeScanner
Retrieves the viewfinder for the player returned by BarcodeScanner.getPlayer().
getViewportHeight() - Method in class javax.microedition.m2g.ScalableImage
This method returns the ScalableImage's viewport height.
getViewportHeight() - Method in class javax.microedition.m2g.SVGImage
This method returns the ScalableImage's viewport height.
getViewportWidth() - Method in class javax.microedition.m2g.ScalableImage
This method returns the ScalableImage's viewport width.
getViewportWidth() - Method in class javax.microedition.m2g.SVGImage
This method returns the ScalableImage's viewport width.
getVirtualHeight() - Method in class net.rim.device.api.ui.Manager
 
getVirtualHeight() - Method in class net.rim.device.api.ui.ScrollView
Retrieves this ScrollView's virtual height.
getVirtualKeyboard() - Method in class net.rim.device.api.ui.Screen
Retrieves the VirtualKeyboard object associated with this screen.
getVirtualWidth() - Method in class net.rim.device.api.ui.Manager
 
getVirtualWidth() - Method in class net.rim.device.api.ui.ScrollView
Retrieves this ScrollView's virtual width.
getVisibility() - Method in class net.rim.device.api.ui.VirtualKeyboard
Returns the keyboard visibility when the context has focus.
getVisibility() - Method in interface org.w3c.dom.css.CSS2Properties
See the visibility property definition in CSS2.
getVisible() - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves all mappable items that are flagged as visible, regardless of the visible area.
getVisible(int) - Method in class net.rim.device.api.ui.component.TreeField
Determines if node is visible.
getVisibleApplications() - Method in class net.rim.device.api.system.ApplicationManager
Retrieves descriptors for the visible, running applications.
getVisibleBoundingBox() - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Calculates a bounding box of all visible data.
getVisibleData(MapDimensions) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves all the mappable elements in this store that are visible in the specified dimensions.
getVisibleData(Boxable) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Retrieves all the mappable elements in this store that are visible in the specified rectangle.
getVisibleData(LatLonRectangle) - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Deprecated. Use #getVisibleData(Boxable)
getVisibleHeight() - Method in class net.rim.device.api.ui.ScrollView
Retrieves height of this ScrollView's visible region.
getVisibleIds() - Method in class net.rim.device.api.lbs.maps.model.MapDataModel
Returns the IDs for all visible mappable items.
getVisibleNodeCount() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves number of visible nodes in this tree.
getVisibleRows() - Method in class net.rim.device.api.ui.component.SpinBoxField
Returns the number of rows that will be shown to the user.
getVisibleRows() - Method in class net.rim.device.api.ui.container.SpinBoxFieldManager
Returns the number of rows that each spin box shows.
getVisibleWidth() - Method in class net.rim.device.api.ui.ScrollView
Retrieves width of this ScrollView's visible region.
getVisualState() - Method in class net.rim.device.api.ui.Field
Retrieves this field's current visual state, which can be set via Field.setVisualState(int).
getVLink() - Method in interface org.w3c.dom.html2.HTMLBodyElement
Color of links that have been visited by the user.
getVoiceFamily() - Method in interface org.w3c.dom.css.CSS2Properties
See the voice-family property definition in CSS2.
getVolume() - Method in class net.rim.blackberry.api.profiles.SoundAlert
Returns the alert volume.
getVolume() - Static method in class net.rim.device.api.system.Alert
Retrieves the master volume.
getVolume() - Static method in class net.rim.device.api.system.Audio
Retrives the current master audio volume.
getVolume() - Method in interface org.w3c.dom.css.CSS2Properties
See the volume property definition in CSS2.
getVspace() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Vertical space, in pixels, above and below this image, applet, or object.
getVspace() - Method in interface org.w3c.dom.html2.HTMLImageElement
Vertical space above and below this image in pixels.
getVspace() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Vertical space, in pixels, above and below this image, applet, or object.
getWAF(int) - Static method in class net.rim.blackberry.api.phone.Phone
Returns the WAF for a given line ID.
getWapGatewayApn() - Method in class net.rim.device.api.io.transport.options.WapOptions
Retrieves the wapGatewayApn
getWapGatewayIp() - Method in class net.rim.device.api.io.transport.options.WapOptions
Retrieves the wapGatewayIp
getWapGatewayPort() - Method in class net.rim.device.api.io.transport.options.WapOptions
Retrieves the wapGatewayPort
getWapSourceIp() - Method in class net.rim.device.api.io.transport.options.WapOptions
Retrieves the wapSourceIp
getWapSourcePort() - Method in class net.rim.device.api.io.transport.options.WapOptions
Retrieves the wapSourcePort
getWeekOfYear(Calendar, long, int) - Static method in class net.rim.device.api.util.DateTimeUtilities
Returns the number of the week in the year of the specified date.
getWetLevel() - Method in interface javax.microedition.amms.control.audioeffect.ChorusControl
Gets the effect's wet level.
getWhatToShow() - Method in interface org.w3c.dom.ls.LSParserFilter
Tells the LSParser what types of nodes to show to the method LSParserFilter.acceptNode.
getWhatToShow() - Method in interface org.w3c.dom.ls.LSSerializerFilter
Tells the LSSerializer what types of nodes to show to the filter.
getWhatToShow() - Method in interface org.w3c.dom.traversal.NodeIterator
This attribute determines which node types are presented via the iterator.
getWhatToShow() - Method in interface org.w3c.dom.traversal.TreeWalker
This attribute determines which node types are presented via the TreeWalker.
getWhiteSpace() - Method in interface org.w3c.dom.css.CSS2Properties
See the white-space property definition in CSS2.
getWholeText() - Method in interface net.rim.device.api.ui.accessibility.AccessibleText
Returns the whole text as one string.
getWholeText() - Method in interface org.w3c.dom.Text
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getWidgetVersion(String) - Method in class net.rim.blackberry.web.widget.jil.JILWidgetRuntime
The method retrieves the version of the widget specified by the provided content id
getWidows() - Method in interface org.w3c.dom.css.CSS2Properties
See the widows property definition in CSS2.
getWidth() - Method in class com.google.zxing.BinaryBitmap
 
getWidth() - Method in class com.google.zxing.common.BitMatrix
 
getWidth() - Method in class com.google.zxing.common.ByteMatrix
 
getWidth() - Method in class com.google.zxing.LuminanceSource
 
getWidth() - Method in class javax.microedition.lcdui.Displayable
Gets the width in pixels of the displayable area available to the application.
getWidth() - Method in class javax.microedition.lcdui.Form
Returns the width in pixels of the displayable area available for items.
getWidth() - Method in class javax.microedition.lcdui.game.Layer
Gets the current width of this layer, in pixels.
getWidth() - Method in class javax.microedition.lcdui.Image
Gets the width of the image in pixels.
getWidth() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
Gets the width of this rectangle in degrees x 10^5.
getWidth() - Method in class net.rim.device.api.system.Bitmap
Retrieves this bitmap's width.
getWidth() - Static method in class net.rim.device.api.system.Display
Retrieves the total drawing width of the display.
getWidth() - Method in class net.rim.device.api.system.EncodedImage
Returns the (unscaled) width of this image in pixels.
getWidth() - Method in class net.rim.device.api.ui.component.table.TemplateColumnProperties
Retrieves the width of this column.
getWidth() - Method in class net.rim.device.api.ui.Field
Retrieves this field's width.
getWidth(int, int) - Method in class net.rim.device.api.ui.image.Image
Returns the width of the painted image for the specified region.
getWidth() - Method in interface org.w3c.dom.css.CSS2Properties
See the width property definition in CSS2.
getWidth() - Method in interface org.w3c.dom.html2.HTMLAppletElement
Override width.
getWidth() - Method in interface org.w3c.dom.html2.HTMLHRElement
The width of the rule.
getWidth() - Method in interface org.w3c.dom.html2.HTMLIFrameElement
Frame width.
getWidth() - Method in interface org.w3c.dom.html2.HTMLImageElement
The width of the image in pixels.
getWidth() - Method in interface org.w3c.dom.html2.HTMLObjectElement
Override width.
getWidth() - Method in interface org.w3c.dom.html2.HTMLPreElement
Fixed width for content.
getWidth() - Method in interface org.w3c.dom.html2.HTMLTableCellElement
Cell width.
getWidth() - Method in interface org.w3c.dom.html2.HTMLTableColElement
Default column width.
getWidth() - Method in interface org.w3c.dom.html2.HTMLTableElement
Specifies the desired table width.
getWidth() - Method in interface org.w3c.dom.svg.SVGRect
Returns the width for this SVGRect.
getWidthOfChoice(int) - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves the width of a particular choice in pixels using the ChoiceField font.
getWidthStyle() - Method in class net.rim.device.api.ui.component.table.TemplateColumnProperties
Retrieves the width style of this column - one of TemplateColumnProperties.PIXEL_WIDTH or TemplateColumnProperties.PERCENTAGE_WIDTH.
getWLANState() - Static method in class net.rim.device.api.system.WLANInfo
Retrieves the current state of the WLAN radio.
getWordCount() - Method in class net.rim.device.api.ui.autotext.AutoText
Get number of words stored for the current locale.
getWordSources() - Method in interface net.rim.blackberry.api.spellcheck.SpellCheckEngine
Gets the sources that will be used to look up words for spell checking.
getWordSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
See the word-spacing property definition in CSS2.
getX() - Method in class com.google.zxing.ResultPoint
 
getX() - Method in class javax.microedition.lcdui.game.Layer
Gets the horizontal position of this Layer's upper-left corner in the painter's coordinate system.
getX() - Method in class net.rim.device.api.location.GeomagneticField
Retrieves the north component of the geomagnetic field.
getX() - Method in class net.rim.device.api.ui.extension.container.ZoomScreen
Returns the top left corner of the viewable portion of the image relative to the current zoom level Note: this value may be negative if the image is smaller than the size of this manager
getX(int) - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the mapped x coordinate for the specified touch point.
getX() - Method in interface org.w3c.dom.svg.SVGPoint
Returns the x component of the point.
getX() - Method in interface org.w3c.dom.svg.SVGRect
Returns the minimum X value for this SVGRect.
getXAccHistory() - Method in class net.rim.device.api.system.AccelerometerData
Returns historical readings for acceleration along the X axis.
getXmlEncoding() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlEncoding() - Method in interface org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
getXmlStandalone() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXmlVersion() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
getXmlVersion() - Method in interface org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
getXPosition() - Method in interface net.rim.device.api.amms.control.camera.ViewfinderOverlay.OverlayCanvas.Positionable
Returns the x position of this component in ViewfinderOverlay.OverlayCanvas coordinate space.
getXPosition() - Method in class net.rim.device.api.amms.control.camera.ViewfinderOverlay.VideoControlOverlayField
X position of the VideoControl.
getXYPoint() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Returns the coordinates for the center of the map view as an XYPoint.
getY() - Method in class com.google.zxing.ResultPoint
 
getY() - Method in class javax.microedition.lcdui.game.Layer
Gets the vertical position of this Layer's upper-left corner in the painter's coordinate system.
getY() - Method in class net.rim.device.api.location.GeomagneticField
Retrieves the east component of the geomagnetic field.
getY() - Method in class net.rim.device.api.ui.extension.container.ZoomScreen
Returns the top left corner of the viewable portion of the image relative to the current zoom level Note: this value may be negative if the image is smaller than the size of this manager
getY(int) - Method in class net.rim.device.api.ui.TouchEvent
Retrieves the mapped y coordinate for the specified touch point.
getY() - Method in interface org.w3c.dom.svg.SVGPoint
Returns the y component of the point.
getY() - Method in interface org.w3c.dom.svg.SVGRect
Returns the minimum Y value for this SVGRect.
getYAccHistory() - Method in class net.rim.device.api.system.AccelerometerData
Returns historical readings for acceleration along the Y axis.
getYPosition() - Method in interface net.rim.device.api.amms.control.camera.ViewfinderOverlay.OverlayCanvas.Positionable
Returns the y position of this component in ViewfinderOverlay.OverlayCanvas coordinate space.
getYPosition() - Method in class net.rim.device.api.amms.control.camera.ViewfinderOverlay.VideoControlOverlayField
Y position of the VideoControl.
getZ() - Method in class net.rim.device.api.location.GeomagneticField
Retrieves the vertical component (downwards) of the geomagnetic field.
getZAccHistory() - Method in class net.rim.device.api.system.AccelerometerData
Returns historical readings for acceleration along the Z axis.
getZIndex() - Method in interface org.w3c.dom.css.CSS2Properties
See the z-index property definition in CSS2.
getZoneName() - Static method in class net.rim.device.api.system.GPRSInfo
Retrieves the zone name.
getZoom() - Method in class net.rim.blackberry.api.maps.MapView
Gets the zoom value for the map.
getZoom() - Method in class net.rim.device.api.lbs.MapField
Deprecated. Returns the current zoom level.
getZoom() - Method in class net.rim.device.api.lbs.maps.MapDimensions
Gets the zoom level of the field.
getZoomLevel() - Method in class net.rim.device.api.ui.extension.container.ZoomScreen
Function to get the current zoom level
getZoomScale() - Method in class net.rim.device.api.browser.field2.BrowserField
This method will return the current zoom scale (zoom level) of this BrowserField instance
GF256 - Class in com.google.zxing.common.reedsolomon
This class contains utility methods for performing mathematical operations over the Galois Field GF(256).
GHOSTWHITE - Static variable in class net.rim.device.api.ui.Color
 
GIAC - Static variable in class javax.bluetooth.DiscoveryAgent
The inquiry access code for General/Unlimited Inquiry Access Code (GIAC).
GIFEncodedImage - Class in net.rim.device.api.system
Represents an image encoded in the GIF format.
GL - Interface in javax.microedition.khronos.opengles
The GL interface is the parent interface for the Java™ programming language bindings for OpenGL® ES 2.0, 1.1, and 1.0 and the corresponding OpenGL ES extensions.
GL10 - Interface in javax.microedition.khronos.opengles
The GL10 interface contains the Java(TM) programming language bindings for OpenGL(R) ES 1.0 core functionality.
GL10Ext - Interface in javax.microedition.khronos.opengles
The GL10Ext interface contains the Java(TM) programming language bindings for the OES_query_matrix extension to OpenGL(R) ES 1.0.
GL11 - Interface in javax.microedition.khronos.opengles
The GL11 interface contains the Java(TM) programming language bindings for OpenGL(R) ES 1.1 core functionality.
GL11Ext - Interface in javax.microedition.khronos.opengles
The GL11Ext interface contains the Java(TM) programming language bindings for all optional profile extensions to OpenGL(R) ES 1.1.
GL11ExtensionPack - Interface in javax.microedition.khronos.opengles
The GL11ExtensionPack interface contains the Java(TM) programming language bindings for the OpenGL ES 1.1 Extension Pack.
GL20 - Interface in net.rim.device.api.opengles
The GL20 interface contains Java™ programming language bindings for OpenGL® ES 2.0 functionality.
GL_ACTIVE_ATTRIBUTE_MAX_LENGTH - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ACTIVE_ATTRIBUTES - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ACTIVE_TEXTURE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ACTIVE_TEXTURE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ACTIVE_UNIFORM_MAX_LENGTH - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ACTIVE_UNIFORMS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ADD - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ADD_SIGNED - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALIASED_LINE_WIDTH_RANGE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALIASED_POINT_SIZE_RANGE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ALPHA_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALPHA_BITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ALPHA_SCALE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ALPHA_TEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALPHA_TEST_FUNC - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ALPHA_TEST_REF - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ALWAYS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ALWAYS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_AMBIENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AMBIENT_AND_DIFFUSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AND - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AND_INVERTED - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_AND_REVERSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ARRAY_BUFFER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ARRAY_BUFFER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ARRAY_BUFFER_BINDING - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ATTACHED_SHADERS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BACK - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_BACK - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_BLEND - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND_COLOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND_DST - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BLEND_DST_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendFuncSeparate ( OES_blend_func_separate extension).
GL_BLEND_DST_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND_DST_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendFuncSeparate ( OES_blend_func_separate extension).
GL_BLEND_DST_RGB - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND_EQUATION - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquationSeparate and glGetInteger ( OES_blend_equation_separate extension).
GL_BLEND_EQUATION - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND_EQUATION_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquationSeparate and glGetInteger ( OES_blend_equation_separate extension).
GL_BLEND_EQUATION_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND_EQUATION_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquationSeparate and glGetInteger ( OES_blend_equation_separate extension).
GL_BLEND_EQUATION_RGB - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND_SRC - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BLEND_SRC_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendFuncSeparate ( OES_blend_func_separate extension).
GL_BLEND_SRC_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLEND_SRC_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendFuncSeparate ( OES_blend_func_separate extension).
GL_BLEND_SRC_RGB - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BLUE_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_BLUE_BITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BOOL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BOOL_VEC2 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BOOL_VEC3 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BOOL_VEC4 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BUFFER_ACCESS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BUFFER_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BUFFER_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BUFFER_USAGE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_BUFFER_USAGE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_BYTE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_BYTE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CCW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CCW - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CLAMP_TO_EDGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CLAMP_TO_EDGE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CLEAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CLIENT_ACTIVE_TEXTURE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE0 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE1 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE2 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE3 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE4 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CLIP_PLANE5 - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COLOR_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY_POINTER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY_STRIDE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ARRAY_TYPE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_ATTACHMENT0 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_COLOR_ATTACHMENT0_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT10_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT11_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT12_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT13_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT14_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT15_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT1_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT2_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT3_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT4_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT5_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT6_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT7_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT8_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_ATTACHMENT9_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_COLOR_BUFFER_BIT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COLOR_BUFFER_BIT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_COLOR_CLEAR_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_CLEAR_VALUE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_COLOR_LOGIC_OP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COLOR_MATERIAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COLOR_WRITEMASK - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COLOR_WRITEMASK - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_COMBINE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COMBINE_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COMBINE_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_COMPILE_STATUS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COMPRESSED_TEXTURE_FORMATS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CONSTANT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CONSTANT_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CONSTANT_ATTENUATION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CONSTANT_COLOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_COORD_REPLACE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glTexEnv ( OES_point_sprite extension).
GL_COPY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_COPY_INVERTED - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CULL_FACE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CULL_FACE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CULL_FACE_MODE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CULL_FACE_MODE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CURRENT_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CURRENT_NORMAL - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CURRENT_PROGRAM - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CURRENT_TEXTURE_COORDS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_CURRENT_VERTEX_ATTRIB - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_CW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_CW - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DECAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DECR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DECR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DECR_WRAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glStencilOp ( OES_stencil_wrap extension).
GL_DECR_WRAP - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DELETE_STATUS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_ATTACHMENT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_ATTACHMENT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_DEPTH_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DEPTH_BITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_BUFFER_BIT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DEPTH_BUFFER_BIT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_CLEAR_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DEPTH_CLEAR_VALUE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_COMPONENT - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant (OES_framebuffer_object extension).
GL_DEPTH_COMPONENT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_COMPONENT16 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_DEPTH_COMPONENT16 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_COMPONENT24 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_DEPTH_COMPONENT32 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_DEPTH_FUNC - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DEPTH_FUNC - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DEPTH_RANGE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_TEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DEPTH_TEST - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DEPTH_WRITEMASK - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DEPTH_WRITEMASK - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DIFFUSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DITHER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DITHER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DONT_CARE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DONT_CARE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DOT3_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DOT3_RGBA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DST_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DST_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DST_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_DST_COLOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_DYNAMIC_DRAW - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_DYNAMIC_DRAW - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ELEMENT_ARRAY_BUFFER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ELEMENT_ARRAY_BUFFER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_ELEMENT_ARRAY_BUFFER_BINDING - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_EMISSION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EQUAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EQUAL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_EQUIV - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ES_VERSION_2_0 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_EXP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EXP2 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EXTENSIONS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_EXTENSIONS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FALSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FALSE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FASTEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FASTEST - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FIXED - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FIXED - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FLAT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FLOAT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FLOAT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FLOAT_MAT2 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FLOAT_MAT3 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FLOAT_MAT4 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FLOAT_VEC2 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FLOAT_VEC3 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FLOAT_VEC4 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FOG - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_DENSITY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_END - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_MODE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FOG_START - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FRAGMENT_SHADER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_BINDING - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by glGetIntegerv ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_COMPLETE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_COMPLETE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the target parameter of glBindFramebufferOES, glCheckFramebufferStatusOES, glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_FRAMEBUFFER_UNSUPPORTED - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRAMEBUFFER_UNSUPPORTED_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glCheckFramebufferStatusOES ( OES_framebuffer_object extension).
GL_FRONT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FRONT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRONT_AND_BACK - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_FRONT_AND_BACK - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FRONT_FACE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_FRONT_FACE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FUNC_ADD - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquation ( OES_blend_subtract extension).
GL_FUNC_ADD - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FUNC_REVERSE_SUBTRACT - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquation ( OES_blend_subtract extension).
GL_FUNC_REVERSE_SUBTRACT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_FUNC_SUBTRACT - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBlendEquation ( OES_blend_subtract extension).
GL_FUNC_SUBTRACT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_GENERATE_MIPMAP - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_GENERATE_MIPMAP_HINT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_GENERATE_MIPMAP_HINT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_GEQUAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_GEQUAL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_GREATER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_GREATER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_GREEN_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_GREEN_BITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_HIGH_FLOAT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_HIGH_INT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_IMPLEMENTATION_COLOR_READ_FORMAT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_IMPLEMENTATION_COLOR_READ_TYPE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_IMPLEMENTATION_COLOR_READ_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INCR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INCR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INCR_WRAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glStencilOp ( OES_stencil_wrap extension).
GL_INCR_WRAP - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INFO_LOG_LENGTH - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INT_VEC2 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INT_VEC3 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INT_VEC4 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INTERPOLATE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_INVALID_ENUM - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INVALID_ENUM - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INVALID_FRAMEBUFFER_OPERATION - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INVALID_FRAMEBUFFER_OPERATION_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant returned by glGetError ( OES_framebuffer_object extension).
GL_INVALID_OPERATION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INVALID_OPERATION - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INVALID_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INVALID_VALUE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_INVERT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_INVERT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_KEEP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_KEEP - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LEQUAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LEQUAL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LESS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LESS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LIGHT0 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT1 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT2 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT3 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT4 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT5 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT6 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT7 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT_MODEL_AMBIENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHT_MODEL_TWO_SIDE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LIGHTING - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_LOOP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_LOOP - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LINE_SMOOTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_SMOOTH_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_STRIP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINE_STRIP - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LINE_WIDTH - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_LINE_WIDTH - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LINEAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINEAR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LINEAR_ATTENUATION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINEAR_MIPMAP_LINEAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINEAR_MIPMAP_LINEAR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LINEAR_MIPMAP_NEAREST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINEAR_MIPMAP_NEAREST - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LINES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LINES - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LINK_STATUS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LOGIC_OP_MODE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_LOW_FLOAT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LOW_INT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LUMINANCE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LUMINANCE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_LUMINANCE_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_LUMINANCE_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glEnableClientState and glDisableClientState ( OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_POINTER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGetPointer ( OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_STRIDE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_MATRIX_INDEX_ARRAY_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_MATRIX_MODE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_MATRIX_PALETTE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glMatrixMode ( OES_matrix_palette extension).
GL_MAX_CLIP_PLANES - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_MAX_COLOR_ATTACHMENTS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by glGetIntegerv ( OES_framebuffer_object extension).
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glGetIntegerv ( OES_texture_cube_map extension).
GL_MAX_CUBE_MAP_TEXTURE_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_ELEMENTS_INDICES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_ELEMENTS_VERTICES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_FRAGMENT_UNIFORM_VECTORS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_LIGHTS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_MODELVIEW_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_PALETTE_MATRICES_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_MAX_PROJECTION_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_RENDERBUFFER_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_RENDERBUFFER_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by glGetIntegerv ( OES_framebuffer_object extension).
GL_MAX_TEXTURE_IMAGE_UNITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_TEXTURE_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_TEXTURE_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_TEXTURE_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_TEXTURE_UNITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_VARYING_VECTORS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_VERTEX_ATTRIBS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_VERTEX_UNIFORM_VECTORS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MAX_VERTEX_UNITS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_MAX_VIEWPORT_DIMS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MAX_VIEWPORT_DIMS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MEDIUM_FLOAT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MEDIUM_INT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MIRRORED_REPEAT - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexParameter and glGetTexParameter ( OES_texture_mirrored_repeat extension).
GL_MIRRORED_REPEAT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_MODELVIEW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MODELVIEW_MATRIX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet ( OES_matrix_get extension).
GL_MODELVIEW_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_MODULATE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_MULTISAMPLE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NAND - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEAREST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEAREST - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NEAREST_MIPMAP_LINEAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEAREST_MIPMAP_LINEAR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NEAREST_MIPMAP_NEAREST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEAREST_MIPMAP_NEAREST - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NEVER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NEVER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NICEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NICEST - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NO_ERROR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NO_ERROR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NONE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NOOP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NORMAL_ARRAY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NORMAL_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_NORMAL_ARRAY_POINTER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_NORMAL_ARRAY_STRIDE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_NORMAL_ARRAY_TYPE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_NORMAL_MAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexGen ( OES_texture_cube_map extension).
GL_NORMALIZE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NOTEQUAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NOTEQUAL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_NUM_COMPRESSED_TEXTURE_FORMATS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_NUM_SHADER_BINARY_FORMATS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ONE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ONE_MINUS_CONSTANT_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ONE_MINUS_CONSTANT_COLOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ONE_MINUS_DST_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE_MINUS_DST_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ONE_MINUS_DST_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE_MINUS_DST_COLOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ONE_MINUS_SRC_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE_MINUS_SRC_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_ONE_MINUS_SRC_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ONE_MINUS_SRC_COLOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_OPERAND0_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND0_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND1_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND1_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND2_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OPERAND2_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_OR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_OR_INVERTED - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_OR_REVERSE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_OUT_OF_MEMORY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_OUT_OF_MEMORY - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_PACK_ALIGNMENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PACK_ALIGNMENT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_PALETTE4_R5_G6_B5_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_RGB5_A1_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_RGB8_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_RGBA4_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE4_RGBA8_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_R5_G6_B5_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_RGB5_A1_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_RGB8_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_RGBA4_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PALETTE8_RGBA8_OES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PERSPECTIVE_CORRECTION_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POINT_DISTANCE_ATTENUATION - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_FADE_THRESHOLD_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet ( OES_point_size_array extension).
GL_POINT_SIZE_ARRAY_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glEnableClientState and glDisableClientState ( OES_point_size_array extension).
GL_POINT_SIZE_ARRAY_POINTER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGetPointer ( OES_point_size_array extension).
GL_POINT_SIZE_ARRAY_STRIDE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet ( OES_point_size_array extension).
GL_POINT_SIZE_ARRAY_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet ( OES_point_size_array extension).
GL_POINT_SIZE_MAX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_SIZE_MIN - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POINT_SMOOTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POINT_SMOOTH_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POINT_SPRITE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glTexEnv and glEnable (OES_point_sprite extension).
GL_POINTS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POINTS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_POLYGON_OFFSET_FACTOR - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POLYGON_OFFSET_FACTOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_POLYGON_OFFSET_FILL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POLYGON_OFFSET_FILL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_POLYGON_OFFSET_UNITS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_POLYGON_OFFSET_UNITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_POLYGON_SMOOTH_HINT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_POSITION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PREVIOUS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_PRIMARY_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_PROJECTION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_PROJECTION_MATRIX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet ( OES_matrix_get extension).
GL_PROJECTION_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_QUADRATIC_ATTENUATION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RED_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RED_BITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_REFLECTION_MAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexGen ( OES_texture_cube_map extension).
GL_RENDERBUFFER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_ALPHA_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_ALPHA_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_BINDING - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by glGetIntegerv ( OES_framebuffer_object extension).
GL_RENDERBUFFER_BLUE_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_BLUE_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_DEPTH_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_DEPTH_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_GREEN_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_GREEN_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_HEIGHT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_HEIGHT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_INTERNAL_FORMAT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_INTERNAL_FORMAT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the target parameter of glBindRenderbufferOES, glRenderbufferStorageOES, and glGetRenderbufferParameterivOES, and returned by glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_RED_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_RED_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_STENCIL_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_STENCIL_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERBUFFER_WIDTH - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RENDERBUFFER_WIDTH_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the pname parameter of glGetRenderbufferParameterivOES ( OES_framebuffer_object extension).
GL_RENDERER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RENDERER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_REPEAT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_REPEAT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_REPLACE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_REPLACE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RESCALE_NORMAL - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RGB - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RGB - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RGB565 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RGB565_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_RGB5_A1 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_RGB5_A1 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RGB8 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_RGB_SCALE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_RGBA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_RGBA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RGBA4 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_RGBA4 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_RGBA8 - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SAMPLE_ALPHA_TO_COVERAGE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SAMPLE_ALPHA_TO_ONE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SAMPLE_BUFFERS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SAMPLE_BUFFERS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SAMPLE_COVERAGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SAMPLE_COVERAGE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SAMPLE_COVERAGE_INVERT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SAMPLE_COVERAGE_INVERT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SAMPLE_COVERAGE_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SAMPLE_COVERAGE_VALUE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SAMPLER_2D - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SAMPLER_CUBE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SAMPLES - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SAMPLES - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SCISSOR_BOX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SCISSOR_BOX - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SCISSOR_TEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SCISSOR_TEST - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SET - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SHADE_MODEL - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SHADER_BINARY_FORMATS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SHADER_COMPILER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SHADER_SOURCE_LENGTH - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SHADER_TYPE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SHADING_LANGUAGE_VERSION - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SHININESS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SHORT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SHORT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SMOOTH - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SMOOTH_LINE_WIDTH_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SMOOTH_POINT_SIZE_RANGE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SPECULAR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SPOT_CUTOFF - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SPOT_DIRECTION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SPOT_EXPONENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SRC0_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC0_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC1_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC1_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC2_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC2_RGB - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_SRC_ALPHA - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SRC_ALPHA - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SRC_ALPHA_SATURATE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SRC_ALPHA_SATURATE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SRC_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SRC_COLOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STACK_OVERFLOW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STACK_UNDERFLOW - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STATIC_DRAW - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STATIC_DRAW - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_ATTACHMENT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_ATTACHMENT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant accepted by the attachment parameter of glFramebufferTexture2DOES, glFramebufferRenderbufferOES, and glGetFramebufferAttachmentParameterivOES ( OES_framebuffer_object extension).
GL_STENCIL_BACK_FAIL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_BACK_FUNC - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_BACK_PASS_DEPTH_PASS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_BACK_REF - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_BACK_VALUE_MASK - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_BACK_WRITEMASK - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STENCIL_BITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_BUFFER_BIT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STENCIL_BUFFER_BIT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_CLEAR_VALUE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_CLEAR_VALUE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_FAIL - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_FAIL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_FUNC - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_FUNC - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_INDEX - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant (OES_framebuffer_object extension).
GL_STENCIL_INDEX - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_INDEX1_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_STENCIL_INDEX4_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_STENCIL_INDEX8 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_INDEX8_OES - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant optionally accepted by the internalformat parameter of glRenderbufferStorageOES ( OES_framebuffer_object extension).
GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_PASS_DEPTH_FAIL - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_PASS_DEPTH_PASS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_REF - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_REF - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_TEST - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_STENCIL_TEST - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_VALUE_MASK - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_VALUE_MASK - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STENCIL_WRITEMASK - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_STENCIL_WRITEMASK - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_STR - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexGen for the OES_texture_cube_map extension.
GL_STREAM_DRAW - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SUBPIXEL_BITS - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_SUBPIXEL_BITS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_SUBTRACT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE0 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE0 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE1 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE1 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE10 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE10 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE11 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE11 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE12 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE12 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE13 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE13 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE14 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE14 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE15 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE15 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE16 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE16 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE17 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE17 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE18 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE18 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE19 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE19 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE2 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE2 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE20 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE20 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE21 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE21 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE22 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE22 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE23 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE23 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE24 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE24 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE25 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE25 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE26 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE26 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE27 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE27 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE28 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE28 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE29 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE29 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE3 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE3 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE30 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE30 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE31 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE31 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE4 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE4 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE5 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE5 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE6 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE6 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE7 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE7 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE8 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE8 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE9 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE9 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_2D - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_2D - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_BINDING_2D - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_BINDING_2D - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_BINDING_CUBE_MAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glGetInteger ( OES_texture_cube_map extension).
GL_TEXTURE_BINDING_CUBE_MAP - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_COORD_ARRAY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_COORD_ARRAY_POINTER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_COORD_ARRAY_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_COORD_ARRAY_STRIDE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_COORD_ARRAY_TYPE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_CROP_RECT_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glTexParameter ( OES_draw_texture extension).
GL_TEXTURE_CUBE_MAP - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glBindTexture, glTexParameter, glEnable, glDisable, and glIsEnabled ( OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D ( OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D ( OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D ( OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D ( OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D ( OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexImage2D and glCompressedTexImage2D ( OES_texture_cube_map extension).
GL_TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_ENV - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_ENV_COLOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_ENV_MODE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_GEN_MODE - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glTexGen ( OES_texture_cube_map extension).
GL_TEXTURE_GEN_STR - Static variable in interface javax.microedition.khronos.opengles.GL11ExtensionPack
Constant for use with glEnable and glDisable (OES_texture_cube_map extension).
GL_TEXTURE_MAG_FILTER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_MAG_FILTER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_MATRIX - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES - Static variable in interface javax.microedition.khronos.opengles.GL11
Constant for use with glGet ( OES_matrix_get extension).
GL_TEXTURE_MIN_FILTER - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_MIN_FILTER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_STACK_DEPTH - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_TEXTURE_WRAP_S - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_WRAP_S - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TEXTURE_WRAP_T - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TEXTURE_WRAP_T - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TRIANGLE_FAN - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TRIANGLE_FAN - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TRIANGLE_STRIP - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TRIANGLE_STRIP - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TRIANGLES - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TRIANGLES - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_TRUE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_TRUE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_UNPACK_ALIGNMENT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNPACK_ALIGNMENT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_UNSIGNED_BYTE - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_BYTE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_UNSIGNED_INT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_UNSIGNED_SHORT - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_SHORT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_SHORT_4_4_4_4 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_SHORT_5_5_5_1 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_UNSIGNED_SHORT_5_6_5 - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VALIDATE_STATUS - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VENDOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_VENDOR - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERSION - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_VERSION - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERTEX_ARRAY - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_VERTEX_ARRAY_BUFFER_BINDING - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ARRAY_POINTER - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ARRAY_SIZE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ARRAY_STRIDE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ARRAY_TYPE - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERTEX_ATTRIB_ARRAY_ENABLED - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERTEX_ATTRIB_ARRAY_NORMALIZED - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERTEX_ATTRIB_ARRAY_POINTER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERTEX_ATTRIB_ARRAY_SIZE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERTEX_ATTRIB_ARRAY_STRIDE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERTEX_ATTRIB_ARRAY_TYPE - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VERTEX_SHADER - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_VIEWPORT - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_VIEWPORT - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
GL_WEIGHT_ARRAY_BUFFER_BINDING_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_WEIGHT_ARRAY_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glEnableClientState and glDisableClientState ( OES_matrix_palette extension).
GL_WEIGHT_ARRAY_POINTER_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGetPointer ( OES_matrix_palette extension).
GL_WEIGHT_ARRAY_SIZE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_WEIGHT_ARRAY_STRIDE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_WEIGHT_ARRAY_TYPE_OES - Static variable in interface javax.microedition.khronos.opengles.GL11Ext
Constant for use with glGet ( OES_matrix_palette extension).
GL_WRITE_ONLY - Static variable in interface javax.microedition.khronos.opengles.GL11
OpenGL ES 1.1 constant.
GL_XOR - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ZERO - Static variable in interface javax.microedition.khronos.opengles.GL10
OpenGL ES 1.0 constant.
GL_ZERO - Static variable in interface net.rim.device.api.opengles.GL20
OpenGL ES 2.0 constant.
glActiveTexture(int) - Method in interface javax.microedition.khronos.opengles.GL10
Select server-side active texture unit.
glActiveTexture(int) - Method in interface net.rim.device.api.opengles.GL20
Select active texture unit.
glAlphaFunc(int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the alpha test function.
glAlphaFuncx(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glAlphaFunc.
glAttachShader(int, int) - Method in interface net.rim.device.api.opengles.GL20
Attach a shader object to a program object.
glBindAttribLocation(int, int, String) - Method in interface net.rim.device.api.opengles.GL20
Associate a generic vertex attribute index with a named attribute variable.
glBindBuffer(int, int) - Method in interface javax.microedition.khronos.opengles.GL11
Bind a named buffer to a target.
glBindBuffer(int, int) - Method in interface net.rim.device.api.opengles.GL20
Bind a named buffer object.
glBindFramebuffer(int, int) - Method in interface net.rim.device.api.opengles.GL20
Bind a named framebuffer object.
glBindFramebufferOES(int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Bind a framebuffer.
glBindRenderbuffer(int, int) - Method in interface net.rim.device.api.opengles.GL20
Bind a named renderbuffer object.
glBindRenderbufferOES(int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Bind a renderbuffer.
glBindTexture(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Bind a named texture to a texturing target.
glBindTexture(int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Bind a named texture to a texturing target.
glBindTexture(int, int) - Method in interface net.rim.device.api.opengles.GL20
Bind a named texture to a texturing target.
glBlendColor(float, float, float, float) - Method in interface net.rim.device.api.opengles.GL20
Set the blend color.
glBlendEquation(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_blend_subtract extension) Specify the blending equation.
glBlendEquation(int) - Method in interface net.rim.device.api.opengles.GL20
Specify the equation used for both the RGB blend equation and the Alpha blend equation.
glBlendEquationSeparate(int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_blend_equation_separate extension) Provide different blend equations for RGB and alpha.
glBlendEquationSeparate(int, int) - Method in interface net.rim.device.api.opengles.GL20
Set the RGB blend equation and the alpha blend equation separately.
glBlendFunc(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify pixel arithmetic.
glBlendFunc(int, int) - Method in interface net.rim.device.api.opengles.GL20
Specify pixel arithmetic.
glBlendFuncSeparate(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + GL_OES_blend_func_separate extension) Apply different blend factors to RGB and alpha.
glBlendFuncSeparate(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Specify pixel arithmetic for RGB and alpha components separately.
glBufferData(int, int, Buffer, int) - Method in interface javax.microedition.khronos.opengles.GL11
Creates and initializes the data store of a buffer object.
glBufferData(int, int, Buffer, int) - Method in interface net.rim.device.api.opengles.GL20
Create and initialize a buffer object's data store.
glBufferSubData(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11
Modifies some or all of the data contained in a buffer object's data store.
glBufferSubData(int, int, int, Buffer) - Method in interface net.rim.device.api.opengles.GL20
Update a subset of a buffer object's data store.
glCheckFramebufferStatus(int) - Method in interface net.rim.device.api.opengles.GL20
Return the framebuffer completeness status of a framebuffer object.
glCheckFramebufferStatusOES(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Check the status of a framebuffer.
glClear(int) - Method in interface javax.microedition.khronos.opengles.GL10
Clear buffers to preset values.
glClear(int) - Method in interface net.rim.device.api.opengles.GL20
Clear buffers to preset values.
glClearColor(float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify clear values for the color buffer.
glClearColor(float, float, float, float) - Method in interface net.rim.device.api.opengles.GL20
Specify clear values for the color buffers.
glClearColorx(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glClearColor.
glClearDepthf(float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the clear value for the depth buffer.
glClearDepthf(float) - Method in interface net.rim.device.api.opengles.GL20
Specify the clear value for the depth buffer.
glClearDepthx(int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glClearDepth.
glClearStencil(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the clear value for the stencil buffer.
glClearStencil(int) - Method in interface net.rim.device.api.opengles.GL20
Specify the clear value for the stencil buffer.
glClientActiveTexture(int) - Method in interface javax.microedition.khronos.opengles.GL10
Select client-side active texture unit.
glClipPlanef(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Specify a plane against which all geometry is clipped.
glClipPlanef(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glClipPlane.
glClipPlanex(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glClipPlane.
glClipPlanex(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glClipPlane.
glColor4f(float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the current color.
glColor4ub(byte, byte, byte, byte) - Method in interface javax.microedition.khronos.opengles.GL11
Byte version of glColor.
glColor4x(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glColor.
glColorMask(boolean, boolean, boolean, boolean) - Method in interface javax.microedition.khronos.opengles.GL10
Enable and disable writing of color buffer components.
glColorMask(boolean, boolean, boolean, boolean) - Method in interface net.rim.device.api.opengles.GL20
Enable and disable writing of frame buffer color components.
glColorPointer(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Define an array of colors.
glColorPointer(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glColorPointer.
glCompileShader(int) - Method in interface net.rim.device.api.opengles.GL20
Compile a shader object.
glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional compressed texture image.
glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Specify a two-dimensional compressed texture image.
glCompressedTexImage2D(int, int, int, int, int, int, int, Buffer) - Method in interface net.rim.device.api.opengles.GL20
Specify a two-dimensional texture image in a compressed format.
glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional compressed texture subimage.
glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface net.rim.device.api.opengles.GL20
Specify a two-dimensional texture subimage in a compressed format.
glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional texture image with pixels from the color buffer.
glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Specify a two-dimensional texture image with pixels from the color buffer.
glCopyTexImage2D(int, int, int, int, int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Copy pixels into a 2D texture image.
glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional texture subimage with pixels from the color buffer.
glCopyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Copy a two-dimensional texture subimage.
glCreateProgram() - Method in interface net.rim.device.api.opengles.GL20
Create a program object.
glCreateShader(int) - Method in interface net.rim.device.api.opengles.GL20
Create a shader object.
glCullFace(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify whether front- or back-facing polygons are culled.
glCullFace(int) - Method in interface net.rim.device.api.opengles.GL20
Specify whether front- or back-facing facets can be culled.
glCurrentPaletteMatrixOES(int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Defines which of the palette’s matrices is affected by subsequent matrix operations.
glDeleteBuffers(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Delete named buffer objects.
glDeleteBuffers(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glDeleteBuffers.
glDeleteBuffers(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Delete named buffer objects.
glDeleteBuffers(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glDeleteBuffers.
glDeleteFramebuffers(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Delete named framebuffer objects.
glDeleteFramebuffers(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glDeleteFramebuffers.
glDeleteFramebuffersOES(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Delete framebuffer objects.
glDeleteFramebuffersOES(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glDeleteFramebuffersOES.
glDeleteProgram(int) - Method in interface net.rim.device.api.opengles.GL20
Delete a program object.
glDeleteRenderbuffers(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Delete named renderbuffer objects Description glDeleteRenderbuffers deletes n renderbuffer objects named by the elements of the array renderbuffers.
glDeleteRenderbuffers(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glDeleteRenderbuffers.
glDeleteRenderbuffersOES(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Delete a renderbuffer.
glDeleteRenderbuffersOES(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glDeleteRenderbuffersOES.
glDeleteShader(int) - Method in interface net.rim.device.api.opengles.GL20
Delete a shader object.
glDeleteTextures(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Delete named textures.
glDeleteTextures(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Integer Buffer version of glDeleteTextures.
glDeleteTextures(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Delete named textures.
glDeleteTextures(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glDeleteTextures.
glDepthFunc(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the value used for depth buffer comparisons.
glDepthFunc(int) - Method in interface net.rim.device.api.opengles.GL20
Specify the value used for depth buffer comparisons.
glDepthMask(boolean) - Method in interface javax.microedition.khronos.opengles.GL10
Enable or disable writing into the depth buffer.
glDepthMask(boolean) - Method in interface net.rim.device.api.opengles.GL20
Enable or disable writing into the depth buffer.
glDepthRangef(float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify mapping of depth values from normalized device coordinates to window coordinates.
glDepthRangef(float, float) - Method in interface net.rim.device.api.opengles.GL20
Specify mapping of depth values from normalized device coordinates to window coordinates.
glDepthRangex(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glDepthRange.
glDetachShader(int, int) - Method in interface net.rim.device.api.opengles.GL20
Detach a shader object from a program object.
glDisable(int) - Method in interface javax.microedition.khronos.opengles.GL10
Disable server-side GL capabilities.
glDisable(int) - Method in interface net.rim.device.api.opengles.GL20
Disable server-side GL capabilities.
glDisableClientState(int) - Method in interface javax.microedition.khronos.opengles.GL10
Disable client-side capability.
glDisableVertexAttribArray(int) - Method in interface net.rim.device.api.opengles.GL20
Disable a generic vertex attribute array.
glDrawArrays(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Render primitives from array data.
glDrawArrays(int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Render primitives from array data.
glDrawElements(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Render primitives from array data.
glDrawElements(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glDrawElements.
glDrawElements(int, int, int, Buffer) - Method in interface net.rim.device.api.opengles.GL20
Render primitives from array data.
glDrawElements(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
VBO version of glDrawElements.
glDrawTexfOES(float, float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) glDrawTexOES draws a texture rectangle to the screen.
glDrawTexfvOES(float[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Floating-point array version of glDrawTexOES.
glDrawTexfvOES(FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Floating-point Buffer version of glDrawTexOES.
glDrawTexiOES(int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Integer version of glDrawTexOES.
glDrawTexivOES(int[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Integer array version of glDrawTexOES.
glDrawTexivOES(IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Integer Buffer version of glDrawTexOES.
glDrawTexsOES(short, short, short, short, short) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Short integer version of glDrawTexOES.
glDrawTexsvOES(short[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Short integer array version of glDrawTexOES.
glDrawTexsvOES(ShortBuffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Short integer Buffer version of glDrawTexOES.
glDrawTexxOES(int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Fixed-point version of glDrawTexOES.
glDrawTexxvOES(int[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Fixed-point array version of glDrawTexOES.
glDrawTexxvOES(IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Fixed-point Buffer version of glDrawTexOES.
glEnable(int) - Method in interface javax.microedition.khronos.opengles.GL10
Enable server-side GL capabilities.
glEnable(int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(1.1 + OES_matrix_palette extension) Enable server-side GL capabilities.
glEnable(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Enable server-side GL capabilities.
glEnable(int) - Method in interface net.rim.device.api.opengles.GL20
Enable server-side GL capabilities.
glEnableClientState(int) - Method in interface javax.microedition.khronos.opengles.GL10
Enable client-side capability.
glEnableClientState(int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Enable client-side capability.
glEnableVertexAttribArray(int) - Method in interface net.rim.device.api.opengles.GL20
Enables a generic vertex attribute array.
GLField - Class in net.rim.device.api.opengles
Defines an abstract class that you can subclass to create an OpenGL ES field.
GLField(int) - Constructor for class net.rim.device.api.opengles.GLField
Creates a new GLField for the specified version of OpenGL ES.
GLField(int, long) - Constructor for class net.rim.device.api.opengles.GLField
Creates a new GLField for the specified version of OpenGL ES.
glFinish() - Method in interface javax.microedition.khronos.opengles.GL10
Block until all GL execution is complete.
glFinish() - Method in interface net.rim.device.api.opengles.GL20
Block until all GL execution is complete.
glFlush() - Method in interface javax.microedition.khronos.opengles.GL10
Force execution of GL commands in finite time.
glFlush() - Method in interface net.rim.device.api.opengles.GL20
Force execution of GL commands in finite time.
glFogf(int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify fog parameters.
glFogfv(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify fog parameters (array version).
glFogfv(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glFog.
glFogx(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glFog.
glFogxv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glFog.
glFogxv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glFog.
glFramebufferRenderbuffer(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Attach a renderbuffer object to a framebuffer object.
glFramebufferRenderbufferOES(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Attach a renderbuffer to a framebuffer.
glFramebufferTexture2D(int, int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Attach a texture image to a framebuffer object.
glFramebufferTexture2DOES(int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Attach an image from a texture object to a framebuffer.
glFrontFace(int) - Method in interface javax.microedition.khronos.opengles.GL10
Define front- and back-facing polygons.
glFrontFace(int) - Method in interface net.rim.device.api.opengles.GL20
Define front- and back-facing polygons.
glFrustumf(float, float, float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix by a perspective matrix.
glFrustumx(int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glFrustum.
glGenBuffers(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Generate buffer object names.
glGenBuffers(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glGenBuffers.
glGenBuffers(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Generate buffer object names.
glGenBuffers(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGenBuffers.
glGenerateMipmap(int) - Method in interface net.rim.device.api.opengles.GL20
Generate a complete set of mipmaps for a texture object.
glGenerateMipmapOES(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Generate mipmaps manually.
glGenFramebuffers(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Generate framebuffer object names Description glGenFramebuffers returns n framebuffer object names in framebuffers.
glGenFramebuffers(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGenBuffers.
glGenFramebuffersOES(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Generate framebuffer names.
glGenFramebuffersOES(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glGenFramebuffersOES.
glGenRenderbuffers(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Generate renderbuffer object names.
glGenRenderbuffers(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGenRenderbuffers.
glGenRenderbuffersOES(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Generate renderbuffer names.
glGenRenderbuffersOES(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glGenRenderbuffersOES.
glGenTextures(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Generate texture names.
glGenTextures(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Integer Buffer version of glGenTextures.
glGenTextures(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Generate texture names.
glGenTextures(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGenTextures.
glGetActiveAttrib(int, int, int[], int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return information about an active attribute variable.
glGetActiveAttrib(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface net.rim.device.api.opengles.GL20
Return information about an active attribute variable.
glGetActiveUniform(int, int, int[], int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return information about an active uniform variable.
glGetActiveUniform(int, int, int, int[], int, int[], int, int[], int, byte[], int) - Method in interface net.rim.device.api.opengles.GL20
Return information about an active uniform variable.
glGetAttachedShaders(int, int, int[], int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return the handles of the shader objects attached to a program object Description glGetAttachedShaders returns the names of the shader objects attached to program.
glGetAttachedShaders(int, int, IntBuffer, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetAttachedShaders.
glGetAttribLocation(int, String) - Method in interface net.rim.device.api.opengles.GL20
Return the location of an attribute variable.
glGetBooleanv(int, boolean[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Boolean array version of glGet.
glGetBooleanv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Boolean Buffer version of glGet.
glGetBooleanv(int, boolean[], int) - Method in interface net.rim.device.api.opengles.GL20
Boolean version of glGetIntegerv.
glGetBooleanv(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Boolean version of glGetIntegerv.
glGetBufferParameteriv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return buffer parameter values.
glGetBufferParameteriv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glGetBufferParameter.
glGetBufferParameteriv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return parameters of a buffer object.
glGetBufferParameteriv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetBufferParameteriv.
glGetClipPlanef(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return the coefficients of the specified clipping plane.
glGetClipPlanef(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetClipPlane.
glGetClipPlanex(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGetClipPlane.
glGetClipPlanex(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetClipPlane.
glGetError() - Method in interface javax.microedition.khronos.opengles.GL10
Return error information.
glGetError() - Method in interface net.rim.device.api.opengles.GL20
Return error information.
glGetFixedv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGet.
glGetFixedv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGet.
glGetFloatv(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point array version of glGet.
glGetFloatv(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGet.
glGetFloatv(int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point version of glGetIntegerv.
glGetFloatv(int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point version of glGetIntegerv.
glGetFramebufferAttachmentParameteriv(int, int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return attachment parameters of a framebuffer object.
glGetFramebufferAttachmentParameteriv(int, int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetFramebufferAttachmentParameteriv.
glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Query the value of a framebuffer attachment parameter.
glGetFramebufferAttachmentParameterivOES(int, int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glGetFramebufferAttachmentParameterivOES.
glGetIntegerv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Return the value or values of a selected parameter.
glGetIntegerv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Integer Buffer version of glGetIntegerv.
glGetIntegerv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map, OES_blend_subtract, OES_blend_func_separate, and OES_blend_equation_separate extensions) Return the value or values of a selected parameter.
glGetIntegerv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map, OES_blend_subtract, OES_blend_func_separate, and OES_blend_equation_separate extensions) Integer Buffer version of getGetIntegerv.
glGetIntegerv(int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return the value or values of a selected parameter.
glGetIntegerv(int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetIntegerv.
glGetLightfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return light source parameter values.
glGetLightfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetLight.
glGetLightxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGetLight.
glGetLightxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetLight.
glGetMaterialfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return material parameters values.
glGetMaterialfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version ofglGetMaterial.
glGetMaterialxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGetMaterial.
glGetMaterialxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetMaterial.
glGetPointerv(int, Buffer[]) - Method in interface javax.microedition.khronos.opengles.GL11
Return the Buffer associated with the specified pointer.
glGetProgramInfoLog(int) - Method in interface net.rim.device.api.opengles.GL20
Return the information log for a program object.
glGetProgramInfoLog(int, int, int[], byte[]) - Method in interface net.rim.device.api.opengles.GL20
Return the information log for a program object.
glGetProgramiv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return a parameter from a program object.
glGetProgramiv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetProgramiv.
glGetRenderbufferParameteriv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return parameters of a renderbuffer object.
glGetRenderbufferParameteriv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetRenderbufferParameteriv.
glGetRenderbufferParameterivOES(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Query a renderbuffer parameter.
glGetRenderbufferParameterivOES(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Integer Buffer version of glGetRenderbufferParameterivOES.
glGetShaderInfoLog(int) - Method in interface net.rim.device.api.opengles.GL20
Return the information log for a shader object.
glGetShaderInfoLog(int, int, int[], byte[]) - Method in interface net.rim.device.api.opengles.GL20
Return the information log for a shader object.
glGetShaderiv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return a parameter from a shader object Description glGetShaderiv returns in params the value of a parameter for a specific shader object.
glGetShaderiv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetShaderiv.
glGetShaderPrecisionFormat(int, int, int[], int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return the range and precision for different shader numeric formats.
glGetShaderSource(int) - Method in interface net.rim.device.api.opengles.GL20
Return the source code string from a shader object.
glGetShaderSource(int, int, int[], byte[]) - Method in interface net.rim.device.api.opengles.GL20
Return the source code string from a shader object.
glGetString(int) - Method in interface javax.microedition.khronos.opengles.GL10
Return a string describing the underlying GL implementation.
glGetString(int) - Method in interface net.rim.device.api.opengles.GL20
Return a string describing the current GL connection.
glGetTexEnvfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return texture environment parameters.
glGetTexEnvfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetTexEnv.
glGetTexEnviv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer array version of glGetTexEnv.
glGetTexEnviv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glGetTExEnv.
glGetTexEnvxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point version of glGetTexEnv.
glGetTexEnvxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetTexEnv.
glGetTexGenfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point array version of glGetTexGen.
glGetTexGenfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point Buffer version of glGetTexGen.
glGetTexGeniv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Get texture coordinate generation parameters.
glGetTexGeniv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Integer Buffer version of glGetTexGen.
glGetTexGenxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point array version of glGetTexGen.
glGetTexGenxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point Buffer version of glGetTexGen.
glGetTexParameterfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Return texture parameter values.
glGetTexParameterfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glGetTexParameter.
glGetTexParameterfv(int, int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point version of glGetTexParameteriv.
glGetTexParameterfv(int, int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point version of glGetTexParameteriv.
glGetTexParameteriv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer array version of glGetTexParameter.
glGetTexParameteriv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glGetTexParameter.
glGetTexParameteriv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return texture parameter values.
glGetTexParameteriv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetTexParameteriv.
glGetTexParameterxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glGetTexParameter.
glGetTexParameterxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glGetTexParameter.
glGetUniformfv(int, int, int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point version of glGetUniformiv.
glGetUniformfv(int, int, int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point version of glGetUniformiv.
glGetUniformiv(int, int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return the value of a uniform variable.
glGetUniformiv(int, int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Int Buffer version of glGetUniformiv.
glGetUniformLocation(int, String) - Method in interface net.rim.device.api.opengles.GL20
Return the location of a uniform variable.
glGetVertexAttribfv(int, int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point version of glGetVertexAttribiv.
glGetVertexAttribfv(int, int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point version of glGetVertexAttribiv.
glGetVertexAttribiv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Return a generic vertex attribute parameter.
glGetVertexAttribiv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glGetVertexAttribiv.
glHint(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify implementation-specific hints.
glHint(int, int) - Method in interface net.rim.device.api.opengles.GL20
Specify implementation-specific hints.
glIsBuffer(int) - Method in interface javax.microedition.khronos.opengles.GL11
Determine if a name corresponds to a buffer object.
glIsBuffer(int) - Method in interface net.rim.device.api.opengles.GL20
Determine if a name corresponds to a buffer object.
glIsEnabled(int) - Method in interface javax.microedition.khronos.opengles.GL11
Test whether a capability is enabled.
glIsEnabled(int) - Method in interface net.rim.device.api.opengles.GL20
Test whether a capability is enabled glIsEnabled returns true if cap is an enabled capability and returns false otherwise.
glIsFramebuffer(int) - Method in interface net.rim.device.api.opengles.GL20
Determine if a name corresponds to a framebuffer object.
glIsFramebufferOES(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Determine whether a token represents a framebuffer.
glIsProgram(int) - Method in interface net.rim.device.api.opengles.GL20
Determine if a name corresponds to a program object.
glIsRenderbuffer(int) - Method in interface net.rim.device.api.opengles.GL20
Determine if a name corresponds to a renderbuffer object.
glIsRenderbufferOES(int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Determine whether a token represents a renderbuffer.
glIsShader(int) - Method in interface net.rim.device.api.opengles.GL20
Determine if a name corresponds to a shader object.
glIsTexture(int) - Method in interface javax.microedition.khronos.opengles.GL11
Determine if a name corresponds to a texture.
glIsTexture(int) - Method in interface net.rim.device.api.opengles.GL20
Determine if a name corresponds to a texture.
glLightf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set light source parameters.
glLightfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Set light source parameters (array version).
glLightfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glLight.
glLightModelf(int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the lighting model parameters.
glLightModelfv(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Set the lighting model parameters (array version).
glLightModelfv(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glLightModel.
glLightModelx(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glLightModel.
glLightModelxv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glLightModel.
glLightModelxv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glLightModel.
glLightx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glLight.
glLightxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glLight.
glLightxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glLight.
glLineWidth(float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the width of rasterized lines.
glLineWidth(float) - Method in interface net.rim.device.api.opengles.GL20
Specify the width of rasterized lines Description glLineWidth specifies the rasterized width of lines.
glLineWidthx(int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glLineWidth.
glLinkProgram(int) - Method in interface net.rim.device.api.opengles.GL20
Link a program object.
glLoadIdentity() - Method in interface javax.microedition.khronos.opengles.GL10
Replace the current matrix with the identity matrix.
glLoadMatrixf(float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Replace the current matrix with the specified matrix.
glLoadMatrixf(FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glLoadMatrix.
glLoadMatrixx(int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glLoadMatrix.
glLoadMatrixx(IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glLoadMatrix.
glLoadPaletteFromModelViewMatrixOES() - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Copies the current model view matrix to a matrix in the current matrix palette.
glLoadShader(GL, int, String, String[], int) - Static method in class net.rim.device.api.opengles.GLUtils
Creates and loads a shader.
glLogicOp(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a logical pixel operation.
glMaterialf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify material parameters for the lighting model.
glMaterialfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify material parameters for the lighting model (array version).
glMaterialfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glMaterial.
glMaterialx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glMaterial.
glMaterialxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glMaterial.
glMaterialxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glMaterial.
glMatrixIndexPointerOES(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Define an array of matrix indices.
glMatrixIndexPointerOES(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
VBO version of glMatrixIndexPointerOES.
glMatrixMode(int) - Method in interface javax.microedition.khronos.opengles.GL10
Specify which matrix is the current matrix.
glMultiTexCoord4f(int, float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the current texture coordinates.
glMultiTexCoord4x(int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glMultiTexCoord.
glMultMatrixf(float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix with the specified matrix.
glMultMatrixf(FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version ofglMultMatrix.
glMultMatrixx(int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glMultMatrix.
glMultMatrixx(IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glMultMatrix.
glNormal3f(float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the current normal vector.
glNormal3x(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glNormal.
glNormalPointer(int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Define an array of normals.
glNormalPointer(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glNormalPointer.
GLOBAL_EVENT_GUID - Static variable in class net.rim.blackberry.api.behavior.BehaviorGlobalEvent
The guid to listen for if an application is interested in Behavior events.
GLOBAL_MODAL - Static variable in interface net.rim.device.api.ui.UiEngine
For pushGlobalScreen().
GLOBAL_MODAL - Static variable in class net.rim.device.api.ui.UiEngineInstance
For pushGlobalScreen().
GLOBAL_QUEUE - Static variable in interface net.rim.device.api.ui.UiEngine
For pushGlobalScreen().
GLOBAL_QUEUE - Static variable in class net.rim.device.api.ui.UiEngineInstance
For pushGlobalScreen().
GLOBAL_SHOW_LOWER - Static variable in interface net.rim.device.api.ui.UiEngine
For pushGlobalScreen().
GLOBAL_SHOW_LOWER - Static variable in class net.rim.device.api.ui.UiEngineInstance
For pushGlobalScreen().
GLOBAL_STATUS - Static variable in class net.rim.device.api.ui.component.Dialog
Displays the dialog as a global status.
GLOBAL_STATUS - Static variable in class net.rim.device.api.ui.component.Status
Displays the screen as a global status.
GlobalEventListener - Interface in net.rim.device.api.system
The listener interface for receiving global events.
GlobalHistogramBinarizer - Class in com.google.zxing.common
This Binarizer implementation uses the old ZXing global histogram approach.
GlobalHistogramBinarizer(LuminanceSource) - Constructor for class com.google.zxing.common.GlobalHistogramBinarizer
 
GlobalManager - Class in javax.microedition.amms
The GlobalManager handles the creation of EffectModules, SoundSource3Ds and MediaProcessors.
glOrthof(float, float, float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix with an orthographic matrix.
glOrthox(int, int, int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glOrtho.
glPixelStorei(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Set pixel storage modes.
glPixelStorei(int, int) - Method in interface net.rim.device.api.opengles.GL20
Set pixel storage modes.
glPointParameterf(int, float) - Method in interface javax.microedition.khronos.opengles.GL11
Specify parameters for point rasterization.
glPointParameterfv(int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Specify parameters for point rasterization (array version).
glPointParameterfv(int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glPointParameter.
glPointParameterx(int, int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point version of glPointParameter.
glPointParameterxv(int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glPointParameter.
glPointParameterxv(int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glPointParameterfv.
glPointSize(float) - Method in interface javax.microedition.khronos.opengles.GL10
Specify the diameter of rasterized points.
glPointSizePointerOES(int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11
The OES_point_size_array extension) Define an array of point sizes.
glPointSizePointerOES(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
The (OES_point_size_array extension) VBO version of glPointSizePointerOES.
glPointSizex(int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glPointSize.
glPolygonOffset(float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set the scale and units used to calculate depth values.
glPolygonOffset(float, float) - Method in interface net.rim.device.api.opengles.GL20
Set the scale and units used to calculate depth values.
glPolygonOffsetx(int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glPolygonOffset.
glPopMatrix() - Method in interface javax.microedition.khronos.opengles.GL10
Pop the current matrix stack.
glPushMatrix() - Method in interface javax.microedition.khronos.opengles.GL10
Push the current matrix stack.
glQueryMatrixxOES(int[], int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10Ext
(OES_query_matrix extension) Return the values of the current matrix.
glReadPixels(int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Read a block of pixels from the color buffer.
glReadPixels(int, int, int, int, int, int, Buffer) - Method in interface net.rim.device.api.opengles.GL20
Read a block of pixels from the frame buffer.
glReleaseShaderCompiler() - Method in interface net.rim.device.api.opengles.GL20
Release resources allocated by the shader compiler.
glRenderbufferStorage(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Create and initialize a renderbuffer object's data store.
glRenderbufferStorageOES(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_framebuffer_object extension) Establish the layout of a renderbuffer object's image.
glRotatef(float, float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix by a rotation matrix.
glRotatex(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glRotate.
glSampleCoverage(float, boolean) - Method in interface javax.microedition.khronos.opengles.GL10
Specify mask to modify multisampled pixel fragments.
glSampleCoverage(float, boolean) - Method in interface net.rim.device.api.opengles.GL20
Specify multisample coverage parameters Description Multisampling samples a pixel multiple times at various implementation-dependent subpixel locations to generate antialiasing effects.
glSampleCoveragex(int, boolean) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glSampleCoverage.
glScalef(float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix by a general scaling matrix.
glScalex(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glScale.
glScissor(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Define the scissor box.
glScissor(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Define the scissor box.
glShadeModel(int) - Method in interface javax.microedition.khronos.opengles.GL10
Select flat or smooth shading.
glShaderBinary(int, int[], int, int, Buffer, int) - Method in interface net.rim.device.api.opengles.GL20
Load a precompiled shader binary.
glShaderBinary(int, IntBuffer, int, Buffer, int) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glShaderBinary.
glShaderSource(int, int, String[], int[]) - Method in interface net.rim.device.api.opengles.GL20
Replace the source code in a shader object.
glShaderSource(int, String) - Method in interface net.rim.device.api.opengles.GL20
Replace the source code in a shader object.
glStencilFunc(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Set function and reference value for stencil testing.
glStencilFunc(int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Set front and back function and reference value for stencil testing.
glStencilFuncSeparate(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Set front and/or back function and reference value for stencil testing.
glStencilMask(int) - Method in interface javax.microedition.khronos.opengles.GL10
Control the writing of individual bits in the stencil planes.
glStencilMask(int) - Method in interface net.rim.device.api.opengles.GL20
Control the front and back writing of individual bits in the stencil planes.
glStencilMaskSeparate(int, int) - Method in interface net.rim.device.api.opengles.GL20
Control the front and/or back writing of individual bits in the stencil planes.
glStencilOp(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Set stencil test actions.
glStencilOp(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_stencil_wrap extension) Set stencil test actions.
glStencilOp(int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Set front and back stencil test actions.
glStencilOpSeparate(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Set front and/or back stencil test actions.
glTexCoordPointer(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Define an array of texture coordinates.
glTexCoordPointer(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glTexCoordPointer.
glTexEnvf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set texture environment parameters.
glTexEnvf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Set texture environment parameters.
glTexEnvfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Set texture environment parameters (array version).
glTexEnvfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Floating-point Buffer version of glTexEnv.
glTexEnvfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Floating-point array version of glTexEnv.
glTexEnvfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Floating-point Buffer version of glTexEnv.
glTexEnvi(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer version of glTexEnv.
glTexEnviv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer array version of glTexEnv.
glTexEnviv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glTexEnvfv.
glTexEnvx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glTexEnv.
glTexEnvx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Integer version of glTexEnv.
glTexEnvxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point array version of glTexEnv.
glTexEnvxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point Buffer version of glTexEnv.
glTexEnvxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Fixed-point array version of glTexEnv.
glTexEnvxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_env_crossbar extension) Fixed-point Buffer version of glTexEnv.
glTexGenf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point version of glTexGen.
glTexGenfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point array version of glTexGen.
glTexGenfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Floating-point Buffer version of glTexGen.
glTexGeni(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Specify texture coordinate generation function.
glTexGeniv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Integer array version of glTexGen.
glTexGeniv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Integer Buffer version of glTexGen.
glTexGenx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point version of glTexGen.
glTexGenxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point array version of glTexGen.
glTexGenxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(1.1 + OES_texture_cube_map extension) Fixed-point Buffer version of glTexGen.
glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional texture image.
glTexImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface net.rim.device.api.opengles.GL20
Specify a two-dimensional texture image.
glTexImage2D(GL, int, int, int, Bitmap, XYRect) - Static method in class net.rim.device.api.opengles.GLUtils
Loads a texture from the given Bitmap.
glTexImage2D(GL, int, int, int, int, Bitmap, XYRect) - Static method in class net.rim.device.api.opengles.GLUtils
Loads a texture from the given Bitmap.
glTexImage2D(GL, int, int, int, int, EncodedImage, XYRect) - Static method in class net.rim.device.api.opengles.GLUtils
Loads a texture from the given EncodedImage.
glTexParameterf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL10
Set texture parameters.
glTexParameterf(int, int, float) - Method in interface javax.microedition.khronos.opengles.GL11ExtensionPack
(OES_texture_mirrored_repeat extension) Set texture parameters.
glTexParameterf(int, int, float) - Method in interface net.rim.device.api.opengles.GL20
Set texture parameters.
glTexParameterfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point array version of glTexParameter.
glTexParameterfv(int, int, FloatBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Floating-point Buffer version of glTexParameter.
glTexParameterfv(int, int, float[], int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_draw_texture extension) Set texture parameters.
glTexParameterfv(int, int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point array version of glTexParameterf.
glTexParameterfv(int, int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point Buffer version of glTexParameterfv.
glTexParameteri(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer version of glTexParameter.
glTexParameteri(int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Integer version of glTexParameterf.
glTexParameteriv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Integer array version of glTexParameter.
glTexParameteriv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Integer Buffer version of glTexParameter.
glTexParameteriv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Integer array version of glTexParameteri.
glTexParameteriv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer Buffer version of glTexParameteriv.
glTexParameterx(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glTexParameter.
glTexParameterxv(int, int, int[], int) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point array version of glTexParameter.
glTexParameterxv(int, int, IntBuffer) - Method in interface javax.microedition.khronos.opengles.GL11
Fixed-point Buffer version of glTexParameter.
glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Specify a two-dimensional texture subimage.
glTexSubImage2D(int, int, int, int, int, int, int, int, Buffer) - Method in interface net.rim.device.api.opengles.GL20
Specify a two-dimensional texture subimage.
glTexSubImage2D(GL, int, int, int, int, int, int, Bitmap, XYRect) - Static method in class net.rim.device.api.opengles.GLUtils
Loads a texture subimage from the given Bitmap.
glTexSubImage2D(GL, int, int, int, int, int, int, EncodedImage, XYRect) - Static method in class net.rim.device.api.opengles.GLUtils
Loads a texture subimage from the given EncodedImage.
glTranslatef(float, float, float) - Method in interface javax.microedition.khronos.opengles.GL10
Multiply the current matrix by a translation matrix.
glTranslatex(int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Fixed-point version of glTranslate.
gluBuild2DMipmaps(GL, int, int, Bitmap) - Static method in class net.rim.device.api.opengles.GLUtils
Builds a two-dimensional texture mipmap chain for the specified Bitmap.
gluBuild2DMipmaps(GL, int, int, EncodedImage) - Static method in class net.rim.device.api.opengles.GLUtils
Builds a two-dimensional texture mipmap chain for the specified EncodedImage.
gluLookAt(GL, float, float, float, float, float, float, float, float, float) - Static method in class net.rim.device.api.opengles.GLUtils
Loads a view transformation matrix.
glUniform1f(int, float) - Method in interface net.rim.device.api.opengles.GL20
Specify the value of a uniform variable for the current program object.
glUniform1fv(int, int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 1 value array version of glUniform1f.
glUniform1fv(int, int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 1 value Buffer version of glUniform1f.
glUniform1i(int, int) - Method in interface net.rim.device.api.opengles.GL20
Integer 1 value version of glUniform1f.
glUniform1iv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Ingteger 1 value array version of glUniform1f.
glUniform1iv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer 1 value Buffer version of glUniform1f.
glUniform2f(int, float, float) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 2 value version of glUniform1f.
glUniform2fv(int, int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 2 value array version of glUniform1f.
glUniform2fv(int, int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 2 value Buffer version of glUniform1f.
glUniform2i(int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Integer 2 value version of glUniform1f.
glUniform2iv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Ingteger 2 value array version of glUniform1f.
glUniform2iv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer 2 value Buffer version of glUniform1f.
glUniform3f(int, float, float, float) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 3 value version of glUniform1f.
glUniform3fv(int, int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 3 value array version of glUniform1f.
glUniform3fv(int, int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 3 value Buffer version of glUniform1f.
glUniform3i(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Integer 3 value version of glUniform1f.
glUniform3iv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Ingteger 3 value array version of glUniform1f.
glUniform3iv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer 3 value Buffer version of glUniform1f.
glUniform4f(int, float, float, float, float) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 4 value version of glUniform1f.
glUniform4fv(int, int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 4 value array version of glUniform1f.
glUniform4fv(int, int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 4 value Buffer version of glUniform1f.
glUniform4i(int, int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Integer 4 value version of glUniform1f.
glUniform4iv(int, int, int[], int) - Method in interface net.rim.device.api.opengles.GL20
Integer 4 value array version of glUniform1f.
glUniform4iv(int, int, IntBuffer) - Method in interface net.rim.device.api.opengles.GL20
Integer 4 value Buffer version of glUniform1f.
glUniformMatrix2fv(int, int, boolean, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 2x2 matrix array version of glUniform1f.
glUniformMatrix2fv(int, int, boolean, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 2x2 matrix Buffer version of glUniform1f.
glUniformMatrix3fv(int, int, boolean, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 3x3 matrix array version of glUniform1f.
glUniformMatrix3fv(int, int, boolean, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 3x3 matrix Buffer version of glUniform1f.
glUniformMatrix4fv(int, int, boolean, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 4x4 matrix array version of glUniform1f.
glUniformMatrix4fv(int, int, boolean, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 4x4 matrix Buffer version of glUniform1f.
gluOrtho2D(GL, float, float, float, float) - Static method in class net.rim.device.api.opengles.GLUtils
Defines a 2D orthographic projection matrix.
gluPerspective(GL, float, float, float, float) - Static method in class net.rim.device.api.opengles.GLUtils
Loads a 3D perspective projection matrix.
gluProject(float, float, float, float[], float[], int[], float[]) - Static method in class net.rim.device.api.opengles.GLUtils
Maps object coordinates to window coordinates.
glUseProgram(int) - Method in interface net.rim.device.api.opengles.GL20
Install a program object as part of current rendering state.
GLUtils - Class in net.rim.device.api.opengles
Provides a set of utility methods for OpenGL ES applications.
gluUnProject(float, float, float, float[], float[], int[], float[]) - Static method in class net.rim.device.api.opengles.GLUtils
Maps window coordinates to object coordinates.
glValidateProgram(int) - Method in interface net.rim.device.api.opengles.GL20
Validate a program object.
glVertexAttrib1f(int, float) - Method in interface net.rim.device.api.opengles.GL20
Specify the value of a generic vertex attribute.
glVertexAttrib1fv(int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 1 value array version of glVertexAttrib1f.
glVertexAttrib1fv(int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 1 value Buffer version of glVertexAttrib1f.
glVertexAttrib2f(int, float, float) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 2 value version of glVertexAttrib1f.
glVertexAttrib2fv(int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 2 value array version of glVertexAttrib1f.
glVertexAttrib2fv(int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 2 value Buffer version of glVertexAttrib1f.
glVertexAttrib3f(int, float, float, float) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 3 value version of glVertexAttrib1f.
glVertexAttrib3fv(int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 3 value array version of glVertexAttrib1f.
glVertexAttrib3fv(int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 3 value Buffer version of glVertexAttrib1f.
glVertexAttrib4f(int, float, float, float, float) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 4 value version of glVertexAttrib1f.
glVertexAttrib4fv(int, float[], int) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 4 value array version of glVertexAttrib1f.
glVertexAttrib4fv(int, FloatBuffer) - Method in interface net.rim.device.api.opengles.GL20
Floating-point 4 value Buffer version of glVertexAttrib1f.
glVertexAttribPointer(int, int, int, boolean, int, Buffer) - Method in interface net.rim.device.api.opengles.GL20
Define an array of generic vertex attribute data.
glVertexAttribPointer(int, int, int, boolean, int, int) - Method in interface net.rim.device.api.opengles.GL20
VBO version of glVertexAttribPointer.
glVertexPointer(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL10
Define an array of vertex coordinates.
glVertexPointer(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11
VBO version of glVertexPointer.
glViewport(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL10
Set the viewport.
glViewport(int, int, int, int) - Method in interface net.rim.device.api.opengles.GL20
Set the viewport.
glWeightPointerOES(int, int, int, Buffer) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) Define an array of weights.
glWeightPointerOES(int, int, int, int) - Method in interface javax.microedition.khronos.opengles.GL11Ext
(OES_matrix_palette extension) VBO version of glWeightPointerOES.
GM_GA_MALFORMED_REDIRECT - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GP_OPEN_CONNECTION - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GS_START - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_ACK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_SYS_CHECK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_SYS_OK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_TRANS_ERROR - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GUID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_MISSING_ROUTING_INFO - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_ACK_FROM_LIST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_ACK_FROM_SOURCE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_DST_LIST_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_NO_TRANS_ID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_UNKNOWN_SRC - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_ACK_REQUESTED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_DECODE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_DECODE_DONE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_DISABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_ENABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_NEEDED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_SRC_KEY_MISMATCH - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_NOT_ENCRYPTED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_PACKET_DROPPED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_PASSING_UP - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_SEND_ACK_FAILED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_ERROR_CODE_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_NO_TRANS_ID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_BAD_FORMAT - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_DECRYPT_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_FAILURE_AT_SERVICE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_GENERAL_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_INVALID_UID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_RESERVED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_TIMEOUT - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_UNKNOWN_CMD - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_FROM_PEER - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_FROM_SERVICE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_FROM_UNKNOWN - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_MULTIPLE_SOURCES - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_NO_CID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_NO_DEST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_NO_SOURCE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_REDIRECT_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_VERSION_MISMATCH - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_ACK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_DATA - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_SYS_CHECK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_SYS_OK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_TRANS_ERROR - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_DATA_BAD_LENGTH - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_DATA_ERROR - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_PARSE_HEADER - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_START - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_STR - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_COMP_DISABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_COMP_ENABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_CRYPTO_ENCODE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_CRYPTO_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_CRYPTO_UNUSED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_ENCRYPT_DISABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_ENCRYPT_ENABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_ENCRYPT_WEAK_ENABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TH_WRITING_DST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TH_WRITING_REDIRECT - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_ACK_REQUESTED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_DEFAULT_HRI - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_MISMATCHED_DACS - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_COMP_FOUND - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_DAC_FOUND - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_ENC_FOUND - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_HRI - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_SERVICE_FOR_UID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_PIN_DST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_SERVICE_DISABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_SERVICE_HRI - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_SOURCE_INCLUDED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_UID_OR_UNKNOWN_DST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_UNKNOWN_AS_PIN - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_UNKNOWN_AS_UID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_UNKNOWN_DST_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_CE_STEP - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_COPY_STEP - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_GET_DG_INFO - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_MAKE_HEADER - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_NO_MORE_DACS - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_START - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_SUB_FAIL - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_SUB_SEND - Static variable in interface net.rim.device.api.io.ConnEvent
 
GME_ADD_SRC_FIELD_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Add the GME source field to outgoing packets (GME-specific).
GME_COMP_ALG_UNDECIDED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: compression algorithm undecided.
GME_DELAYED_ACK_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Indicates whether any acknowledgements for this datagram are in a delayed state pending "processing" of the datagram (GME-specific).
GME_ENCRYPT_ALG_UNDECIDED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: encryption algorithm undecided.
GME_ENCRYPT_COMP_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: encryption/compression failure.
GME_FAIL_ON_MISSING_ROUTING_INFO_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Indicates that GME should fail when fetchable routing information is not present, instead of waiting for that information to be acquired (GME-specific).
GME_MALFORMED_ADDRESS - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: malformed address.
GME_MISMATCHED_DACS - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: mismatched DACs.
GME_NO_COMP_MODE_AVAILABLE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no compression mode available.
GME_NO_CRYPTO_MODE_AVAILABLE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no cryptography mode available.
GME_NO_DAC_FOUND - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no DAC found.
GME_NO_ROUTING_INFORMATION - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no routing information.
GME_NO_SERVICE_DEFINED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no service defined.
GME_REQUEST_CONFIRMATION_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Request a delivery confirmation to be sent (GME-specific).
GME_ROUTE_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: failure to be sent due to connection loss.
GME_SERVICE_DISABLED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: service disabled.
GME_TERROR_BAD_GME_FORMAT - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: bad GME format.
GME_TERROR_DECRYPTION_ERROR - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: decryption error.
GME_TERROR_FAILURE_AT_SERVICE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: failure at service.
GME_TERROR_GENERAL_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: general failure.
GME_TERROR_INVALID_SERVICE_IDENTIFIER - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: invalid service identifier.
GME_TERROR_RESERVED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: reserved.
GME_TERROR_TIMEOUT - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: timeout.
GME_TERROR_UNHANDLED_GME_CMD - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: unhandled GME command.
GME_UNKNOWN_DESTINATION - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: unknown desintation.
GMM_ATTACH_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_ATTACH_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_AUTH_CIPHER_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_AUTH_CIPHER_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_GMM_INFORMATION - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_IDENTITY_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_MO_DETACH_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_MT_DETACH_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_PTMSI_REALLOC_CMD - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_RA_UPDATE_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMM_RA_UPDATE_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Deprecated. No longer supported
GMT - Static variable in class net.rim.device.api.util.DateTimeUtilities
String used for obtaining the base GMT timezone via TimeZone.getTimeZone().
go(int) - Method in class net.rim.device.api.browser.field2.BrowserFieldHistory
This method will find the page a certain distance forward or backwards from the current page and load that pages
goBack() - Method in class net.rim.device.api.browser.field2.BrowserFieldHistory
This method will find the previous page loaded into this BrowserField instance and reload it
goForward() - Method in class net.rim.device.api.browser.field2.BrowserFieldHistory
This method will find the next page in this BrowserField instance's history and reload it
GOLD - Static variable in class net.rim.device.api.ui.Color
 
GOLDENROD - Static variable in class net.rim.device.api.ui.Color
 
GOOD - Static variable in class net.rim.device.api.crypto.certificate.CertificateStatus
Represents the status: Good.
GPRS_STATE_IDLE - Static variable in class net.rim.device.api.system.GPRSInfo
Represents the GPRS "idle" radio state.
GPRS_STATE_READY - Static variable in class net.rim.device.api.system.GPRSInfo
Represents the GPRS "ready" radio state.
GPRS_STATE_STANDBY - Static variable in class net.rim.device.api.system.GPRSInfo
Represents the GPRS "standby" radio state.
GPRS_WIRELESS_NET_TYPE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
GPRS Network.
GPRSInfo - Class in net.rim.device.api.system
Contains General Packet Radio Service (GPRS) radio information.
GPRSInfo.GPRSCellInfo - Class in net.rim.device.api.system
Encapsulates information for a General Packet Radio Service (GPRS) cell.
GPS_DEVICE_BLUETOOTH - Static variable in class net.rim.device.api.gps.GPSInfo
Indicates a Bluetooth GPS receiver.
GPS_DEVICE_INTERNAL - Static variable in class net.rim.device.api.gps.GPSInfo
Indicates an internal GPS receiver.
GPS_ERROR - Static variable in class net.rim.device.api.gps.BlackBerryLocation
Indicates that the BlackBerryLocation object is produced as a result of a GPS error.
GPS_ERROR_ALMANAC_OUTDATED - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating that the almanac is outdated.
GPS_ERROR_AUTHENTICATION_FAILURE - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating authentication failed with the network.
GPS_ERROR_CHIPSET_DEAD - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating the GPS chipset is inoperable and a fix cannot be obtained.
GPS_ERROR_DEGRADED_FIX_IN_ALLOTTED_TIME - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating a degraded GPS fix with poor accuracy.
GPS_ERROR_GPS_LOCKED - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating that the GPS is locked.
GPS_ERROR_INVALID_NETWORK_CREDENTIAL - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating invalid network credentials.
GPS_ERROR_INVALID_REQUEST - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating the GPS fix request is invalid.
GPS_ERROR_LOW_BATTERY - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating low battery power on the device and a fix cannot be obtained.
GPS_ERROR_NETWORK_CONNECTION_FAILURE - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating a failure to connect to the data network.
GPS_ERROR_NO_FIX_IN_ALLOTTED_TIME - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating no GPS fix can be obtained in the allotted time.
GPS_ERROR_NO_SATELLITE_IN_VIEW - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating there are no satellites in view, or the signal strength is too low to obtain a fix.
GPS_ERROR_NONE - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating no GPS error occured.
GPS_ERROR_PRIVACY_ACCESS_DENIED - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating a privacy setting denied access for obtaining a fix.
GPS_ERROR_SERVICE_UNAVAILABLE - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating that GPS is not available because there is no available cellular service, data service or resources.
GPS_ERROR_TIMEOUT_DEGRADED_FIX_NO_ASSIST_DATA - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating a degraded fix with poor accuracy and assisted mode could not be used.
GPS_ERROR_TIMEOUT_NO_FIX_NO_ASSIST_DATA - Static variable in class net.rim.device.api.gps.GPSInfo
An error status indicating no fix could be obtained in the allotted time, and assisted mode could not be used.
GPS_FIX_COMPLETE - Static variable in class net.rim.device.api.gps.BlackBerryLocation
Indicates that a complete GPS fix is available.
GPS_FIX_PARTIAL - Static variable in class net.rim.device.api.gps.BlackBerryLocation
Indicates that the GPS fix contains satellite tracking information only.
GPS_FIX_UNAVAILABLE - Static variable in class net.rim.device.api.gps.BlackBerryLocation
Indicates that a GPS fix is unavailable.
GPS_MODE_ASSIST - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies the assisted GPS mode.
GPS_MODE_AUTONOMOUS - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies the autonomous GPS mode.
GPS_MODE_BT - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies using Bluetooth GPS.
GPS_MODE_CDMA_ACCURACY_OPTIMAL - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies the ACCURACY OPTIMAL GPS mode which applies only to devices operating on the CDMA network.
GPS_MODE_CDMA_DATA_OPTIMAL - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies the DATA OPTIMAL GPS mode which applies only to devices operating on the CDMA network.
GPS_MODE_CDMA_MS_ASSIST - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies the MS-ASSIST GPS mode which applies only to devices operating on the CDMA network.
GPS_MODE_CDMA_MS_BASED - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies the MS-BASED GPS mode which applies only to devices operating on the CDMA network.
GPS_MODE_CDMA_SPEED_OPTIMAL - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies the SPEED OPTIMAL GPS mode which applies only to devices operating on the CDMA network.
GPS_MODE_CELLSITE - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies the cellsite GPS mode.
GPS_MODE_NONE - Static variable in class net.rim.device.api.gps.GPSInfo
Specifies no GPS mode.
GPSInfo - Class in net.rim.device.api.gps
Provides access to device-specific Global Positioning System receiver information.
GPSLocationPicker - Class in net.rim.device.api.lbs.picker
The GPSLocationPicker provides the ability for a user to pick their current location.
GPSLocationPicker(Manager) - Constructor for class net.rim.device.api.lbs.picker.GPSLocationPicker
Construct a GPSLocationPicker
GPSSettings - Class in net.rim.device.api.gps
Provides access to the internal GPS receiver of the BlackBerry device.
Graphics - Class in javax.microedition.lcdui
Provides simple 2D geometric rendering capability.
Graphics - Class in net.rim.device.api.ui
Provides a surface on which applications can draw.
Graphics(Bitmap) - Constructor for class net.rim.device.api.ui.Graphics
Deprecated. Use the static factory method, Graphics.create(Bitmap), instead.
GRAVE_ACCENT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '`'.
GRAY - Static variable in class net.rim.device.api.ui.Color
 
GREATER_THAN_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '>'.
GREEK_CAPITAL_LETTER_DELTA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_GAMMA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_LAMDA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_OMEGA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_PHI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_PI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_PSI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_SIGMA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_THETA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_CAPITAL_LETTER_XI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
GREEK_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Greek script.
GREEN - Static variable in class net.rim.device.api.ui.Color
 
GREENYELLOW - Static variable in class net.rim.device.api.ui.Color
 
GridFieldManager - Class in net.rim.device.api.ui.container
A grid-based manager.
GridFieldManager(int, int, long) - Constructor for class net.rim.device.api.ui.container.GridFieldManager
Constructs a GridFieldManager.
GridSampler - Class in com.google.zxing.common
Implementations of this class can, given locations of finder patterns for a QR code in an image, sample the right points in the image to reconstruct the QR code, accounting for perspective distortion.
GridSampler() - Constructor for class com.google.zxing.common.GridSampler
 
GROUP_BOX - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleRole
Accessible group box manager.
GsElement - Interface in net.rim.device.api.lbs.maps.model.geospatial
Defines the interface implemented by all geospatial features.
GsElementEnumeration - Class in net.rim.device.api.lbs.maps.model.geospatial
Represents an Enumeration of GsElement elements.
GsFolder - Class in net.rim.device.api.lbs.maps.model.geospatial
Represents a folder that contains 0 or more GsElement elements.
GsFolder() - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Constructs a new instance of GsFolder.
GsFolder(String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Constructs an empty GsFolder with the given name and description.
GsFolder(String, String, GsElement[]) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
Constructs a GsFolder with the given name and description containing the given elements.
GsImage - Class in net.rim.device.api.lbs.maps.model.geospatial
Represents a bitmap image for a specified location on a map.
GsImage() - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsImage
Constructs a new GsImage instance.
GsImage(Bitmap, MapPoint, String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsImage
Constructs a GsImage with the given bitmap, center point, name, and description.
GsLine - Class in net.rim.device.api.lbs.maps.model.geospatial
Represents a line segment on the map.
GsLine() - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsLine
Constructs a new GsLine instance.
GsLine(MapPoint, MapPoint, String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsLine
Constructs a GsLine with the given starting point, ending point, name, and description.
GsMarker - Class in net.rim.device.api.lbs.maps.model.geospatial
A mappable entity that can be represented as a marker point.
GsMarker() - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsMarker
Constructs a new GsMarker instance.
GsMarker(MapPoint, String, String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsMarker
Constructs a GsMarker with the given position, URL, name, and description.
GsMarker(double, double, String, String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsMarker
Constructs a GsMarker with the given latitude, longitude, name, and description.
GsPoint - Class in net.rim.device.api.lbs.maps.model.geospatial
Represents the coordinates for a location point on a map.
GsPoint() - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsPoint
Constructs a new instance of GsPoint.
GsPoint(MapPoint, String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsPoint
Constructs a GsPoint with the given position, name, and description.
GsPoint(double, double, String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsPoint
Constructs a GsPoint with the given latitude, longitude, name, and description.
GsPolygon - Class in net.rim.device.api.lbs.maps.model.geospatial
Represents a polygon that is composed of an outer boundary, which is defined as an ordered series of MapPoint elements, and inner boundaries that are represented by 0 or more MapSimplePolygon elements.
GsPolygon() - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsPolygon
Constructs a new GsPolygon instance.
GsPolygon(MapPoint[], String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsPolygon
Constructs a GsPolygon with the given outer boundary, name, and description.
GsPolygon(MapPoint[], MapSimplePolygon[], String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsPolygon
Constructs a GsPolygon with the given outer boundary, inner boundaries, name, and description.
GsPolyLine - Class in net.rim.device.api.lbs.maps.model.geospatial
Represents a continuous line that is composed of the line segments between an ordered set of MapPoint objects.
GsPolyLine() - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsPolyLine
Constructs a new instance of GsPolyLine.
GsPolyLine(MapPoint[], String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsPolyLine
Constructs a GsPolyLine with the ordered set of MapPoint objects, name, and description.
GsRoot - Class in net.rim.device.api.lbs.maps.model.geospatial
Represents the top-level container that contains a hierarchy of GsElement items and the StyleSet that is used to render the contents.
GsRoot() - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsRoot
Constructs a new instance of GsRoot.
GsRoot(String, String) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsRoot
Constructs a GsRoot with the given name and description.
GsRoot(String, String, GsElement[]) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsRoot
Constructs a GsRoot with the given name, description, and contents.
GsRoot(String, String, GsElement[], StyleSet) - Constructor for class net.rim.device.api.lbs.maps.model.geospatial.GsRoot
Constructs a GsRoot with the given name, description, contents, and style set.
guessEncoding(byte[], Hashtable) - Static method in class com.google.zxing.common.StringUtils
 
GUIControl - Interface in javax.microedition.media.control
GUIControl extends Control and is defined for controls that provide GUI functionalities.
GUID - Variable in class net.rim.device.api.io.DatagramTransportBase
GUID for this object.
GUID_DATE_CHANGED - Static variable in class net.rim.device.api.util.DateTimeUtilities
GUID for the global event sent when the date changes.
GUID_DATE_FORMAT_CHANGED - Static variable in class net.rim.device.api.i18n.DateFormat
GUID for the global event sent when the default date format changes.
GUID_FLASH_LOW - Static variable in class net.rim.device.api.lowmemory.LowMemoryManager
The GUID of the global event, posted by the system, to notify the LowMemoryManager that the system is low on memory.
GUID_FONT_CHANGED - Static variable in class net.rim.device.api.ui.Font
The GUID for the global event sent when the system font changes.
GUID_GME_CRYPTO_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
The GUID for the global event when GME is unable to decrypt a packet (for whatever reason).
GUID_INPUT_LOCALE_CHANGED - Static variable in class net.rim.device.api.i18n.Locale
GUID for global event sent when the current input locale changes.
GUID_IT_POLICY_CHANGED - Static variable in class net.rim.device.api.itpolicy.ITPolicy
Deprecated. Use ITPolicyChangedListener.policyChanged(java.lang.String, boolean). This event will only go to non-RIM applications
GUID_IT_POLICY_CHANGED_LOCKED_HANDHELD - Static variable in class net.rim.device.api.itpolicy.ITPolicy
Deprecated. Use . This event will only go to non-RIM applications
GUID_KEYPAD_CHANGED - Static variable in class net.rim.device.api.ui.Keypad
GUID for global event sent when the current locale changes.
GUID_LOCALE_CHANGED - Static variable in class net.rim.device.api.i18n.Locale
GUID for global event sent when the current locale changes.
GUID_PASSWORD_SET_BY_ITADMIN - Static variable in class net.rim.device.api.itpolicy.ITPolicy
Deprecated. Use ITPolicyInfoListener.passwordSetByAdmin(). This event will only go to non-RIM applications
GUID_SB_ADDED - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when a service book is added.
GUID_SB_BR_END - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when service book backup-restore ends.
GUID_SB_BR_START - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when service book backup-restore starts.
GUID_SB_CHANGED - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when a service book is changed.
GUID_SB_OTA_SWITCH - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when all service records are inserted due to a move BES command OTA.
GUID_SB_OTA_UPDATE - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when all service records are updated for a UID OTA.
GUID_SB_PIN_CHANGE - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when a service replaces an old service and the server is reporting that the PIN last activated on that service has changed.
GUID_SB_POLICY_CHANGED - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when the service book responds to an IT Policy changed event.
GUID_SB_REMOVED - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when a service book is removed.
GUID_TIMEZONE_CHANGED - Static variable in class net.rim.device.api.util.DateTimeUtilities
GUID for the global event sent when the timezone changes.
GUJARATI_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Gujarati script.
GUNZIPMessageProcessor - Class in net.rim.device.api.io.parser
This MessageProcessor unzips the body of a Message and updates the body with the uncompressed version.
GUNZIPMessageProcessor() - Constructor for class net.rim.device.api.io.parser.GUNZIPMessageProcessor
Constructs a GUNZIPMessageProcessor.
GURMUKHI_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Gurmukhi script.
GZIPInputStream - Class in net.rim.device.api.compress
Input stream for reading a data stream compressed with the GZIP algorithm (RFC 1952).
GZIPInputStream(InputStream) - Constructor for class net.rim.device.api.compress.GZIPInputStream
Creates a new GZIPInputStream instance.
GZIPInputStream(InputStream, int) - Constructor for class net.rim.device.api.compress.GZIPInputStream
Creates a new GZIPInputStream instance.
GZIPOutputStream - Class in net.rim.device.api.compress
Output stream for writing a data stream compressed with the GZIP algorithm (RFC 1952).
GZIPOutputStream(OutputStream) - Constructor for class net.rim.device.api.compress.GZIPOutputStream
Creates a new GZIPOutputStream instance with COMPRESSION_NONE.
GZIPOutputStream(OutputStream, int) - Constructor for class net.rim.device.api.compress.GZIPOutputStream
Creates a new GZIPOutputStream instance.
GZIPOutputStream(OutputStream, int, int) - Constructor for class net.rim.device.api.compress.GZIPOutputStream
Creates a new GZIPOutputStream instance.

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