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 _

H

H - Static variable in class com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
H = ~30% correction
HAIR_SPACE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '?'.
HALF - Static variable in class net.rim.device.api.math.Fixed32
 
HALIGN_MASK - Static variable in interface net.rim.device.api.ui.DrawStyle
Specifies the horizontial alignment.
haltSearch() - Method in class net.rim.device.api.collection.util.BasicFilteredList
Halts the search.
handle(short, String, Object, Node, Node) - Method in interface org.w3c.dom.UserDataHandler
This method is called whenever the node for which this handler is registered is imported or cloned.
handleAppMain(String[]) - Method in class net.rim.blackberry.web.widget.jil.JILWidgetApplication
 
handleDatagramStatus(int, int, Object) - Method in class net.rim.device.api.io.DatagramConnectionBase
Handles a status change event for a datagram.
handleError(DOMError) - Method in interface org.w3c.dom.DOMErrorHandler
This method is called on the error handler when an error occurs.
handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
handleFault(QName) - Method in interface javax.microedition.xml.rpc.FaultDetailHandler
Returns an Element describing the SOAP fault detail, or null if there is no mapping for the SOAP fault detail element.
handleGetObject(int) - Method in class net.rim.device.api.i18n.CompiledResourceBundle
Retrieves resource object by key.
handleGetObject(int) - Method in class net.rim.device.api.i18n.HashResourceBundle
Retrieves resource object by key.
handleGetObject(int) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource object handle by integer key.
handleGetObject(int) - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Retrieves resource object handle by integer key.
handleNavigation(BrowserFieldRequest) - Method in interface net.rim.device.api.browser.field2.BrowserFieldNavigationRequestHandler
 
handleNavigationRequest(BrowserFieldRequest) - Method in interface net.rim.device.api.browser.field2.BrowserFieldController
 
handleNavigationRequest(BrowserFieldRequest) - Method in class net.rim.device.api.browser.field2.ProtocolController
This method handles navigation requests from a BrowserField (e.g., what to do when a link is clicked on the page).
handlePossibleCenter(int[], int, int) - Method in class com.google.zxing.qrcode.detector.FinderPatternFinder
This is called when a horizontal scan finds a possible alignment pattern.
handleResource(BrowserFieldRequest) - Method in interface net.rim.device.api.browser.field2.BrowserFieldResourceRequestHandler
 
handleResourceRequest(BrowserFieldRequest) - Method in interface net.rim.device.api.browser.field2.BrowserFieldController
 
handleResourceRequest(BrowserFieldRequest) - Method in class net.rim.device.api.browser.field2.ProtocolController
This method handles resource requests from a BrowserField (e.g., what to do when an image is requested within a page).
handleSendCommandException(SendCommand, SendCommandException) - Method in class net.rim.blackberry.api.sendmenu.SendCommandMenuItem
Displays an error message in a dialog box.
handleSendCommandException(SendCommand, SendCommandException) - Method in class net.rim.blackberry.api.sendmenu.SendCommandScreen
Displays an error message in a dialog box.
handleStep(BrowserFieldDebugContext) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked when the JavaScript engine has stepped to another line of code and suspended execution until it is programmatically resumed.
HANDOVER_TIMEOUT - Static variable in class net.rim.device.api.io.nfc.handover.ConnectionHandoverFailedEvent
Indicates a failure occurred because the handover process timed out.
HANDSHAKE_FAILURE - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that the sender was unable to negotiate an acceptable set of security parameters given the options available.
HANGING_BASELINE - Static variable in class net.rim.device.api.ui.DrawTextParam.AdvancedDrawTextParam
Value for iBaseline: this identifies the baseline used by certain Indic scripts.
HANGUL_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Hangul (Korean) script.
has(String) - Method in class net.rim.device.api.command.CommandMetadata
Determines if this metadata instance contains a specified attribute name.
has(String) - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
Determines if the metadata instance contains a specified attribute name.
has(String) - Method in class org.json.me.JSONObject
Determine if the JSONObject contains a specific key.
has1DReader() - Method in class com.google.zxing.MultiFormatReader
 
has2DReader() - Method in class com.google.zxing.MultiFormatReader
 
hasAction(String) - Method in interface javax.microedition.content.ContentHandler
Determines if an action is supported by the content handler.
hasAlpha() - Method in class net.rim.device.api.system.Bitmap
Tests whether there is an alpha map associated with this Bitmap.
hasAlpha() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries whether the PNG has an alpha channel.
hasArray() - Method in class java.nio.ByteBuffer
Tells whether or not this buffer is backed by an accessible byte array.
hasArray() - Method in class java.nio.FloatBuffer
Tells whether or not this buffer is backed by an accessible float array.
hasArray() - Method in class java.nio.IntBuffer
Tells whether or not this buffer is backed by an accessible int array.
hasArray() - Method in class java.nio.ShortBuffer
Tells whether or not this buffer is backed by an accessible short array.
hasAttribute(String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasBeginTriggers() - Method in class net.rim.device.api.animation.AbstractAnimation
Indicates if the animation has any begin triggers.
hasBuiltInHeadset() - Static method in class net.rim.device.api.system.Audio
Determines if the device has a built-in headset.
hasCamera() - Static method in class net.rim.device.api.system.DeviceInfo
Determines if this device has a camera
hasCenteredLens() - Method in class net.rim.device.api.ui.extension.component.PictureScrollField
Determines if the centered lens is enabled.
hasChildNodes() - Method in interface org.w3c.dom.Node
Returns whether this node has any children.
hasChildren() - Method in interface net.rim.device.api.collection.ReadableTree
Determines if this node has children.
hasCurrencyKey() - Static method in class net.rim.device.api.ui.Keypad
Determines if the device has dedicated Currency key.
hasEndTriggers() - Method in class net.rim.device.api.animation.AbstractAnimation
Indicates if the animation has any end triggers.
hasEventThread() - Method in class net.rim.device.api.system.Application
Determines if this application has entered the event dispatcher.
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature and version, as specified in .
HASH_ALGORITHM_NAME - Static variable in class net.rim.device.api.crypto.oid.OIDs
Associates OIDs and hash algorithm name strings, eg "SHA1", "SHA256", "MD5", "RIPEMD160".
hashCode() - Method in class com.google.zxing.common.BitMatrix
 
hashCode() - Method in class com.google.zxing.ResultPoint
 
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double object.
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float object.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.nio.ByteBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.FloatBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.IntBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.ShortBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.util.Calendar
Override hashCode.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class javax.bluetooth.RemoteDevice
Computes the hash code for this object.
hashCode() - Method in class javax.bluetooth.UUID
Computes the hash code for this object.
hashCode() - Method in class javax.microedition.jcrmi.RemoteStub
Returns a hashcode for a remote object.
hashCode() - Method in class javax.xml.namespace.QName
Generates the hash code for this QName.
hashCode() - Method in class net.rim.blackberry.api.mail.Address
Retrieves a hash for this address.
hashCode() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves a hash of this folder's ID.
hashCode() - Method in class net.rim.blackberry.api.mail.Message
Retrieves a hash code value for this message.
hashCode() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves this service configuration's IDs as a hash.
hashCode() - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Retrieves a hash code value for this menu item.
hashCode() - Method in class net.rim.device.api.amms.control.fmradio.FmRadioLocale
Creates a unique hashcode for this object.
hashCode() - Method in class net.rim.device.api.command.ReadOnlyCommandMetadata
 
hashCode() - Method in class net.rim.device.api.crypto.AESKey
Returns the hash code of the crypto token.
hashCode() - Method in class net.rim.device.api.crypto.ARC4Key
Returns the hash code of the key.
hashCode() - Method in class net.rim.device.api.crypto.CAST128Key
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the hash code associated with the certificate.
hashCode() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
 
hashCode() - Method in class net.rim.device.api.crypto.CryptoInteger
 
hashCode() - Method in class net.rim.device.api.crypto.DESKey
 
hashCode() - Method in class net.rim.device.api.crypto.DHCryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.DHKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.DHPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.DHPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.DSACryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.DSAKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.DSAPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.DSAPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.ECCryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.ECKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.ECPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.ECPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.HMACKey
 
hashCode() - Method in class net.rim.device.api.crypto.InitializationVector
 
hashCode() - Method in class net.rim.device.api.crypto.KEACryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.KEAKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.KEAPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.KEAPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.KeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.oid.OID
Returns the hashCode of this OID object.
hashCode() - Method in class net.rim.device.api.crypto.RC2Key
 
hashCode() - Method in class net.rim.device.api.crypto.RC5Key
 
hashCode() - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.RSAKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.RSAPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.RSAPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.SkipjackKey
 
hashCode() - Method in class net.rim.device.api.crypto.TripleDESKey
 
hashCode() - Method in class net.rim.device.api.i18n.Locale
Retrieves hash code for this locale.
hashCode() - Method in class net.rim.device.api.i18n.MessageFormat
Returns a hash code for this object.
hashCode() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves hash of this object's address.
hashCode() - Method in class net.rim.device.api.io.MobitexAddress
Deprecated. Retrieves hash of this address object.
hashCode() - Method in class net.rim.device.api.io.SmsAddress
 
hashCode() - Method in class net.rim.device.api.io.URI
Returns a hash code for this object.
hashCode() - Method in class net.rim.device.api.lbs.maps.LatLonRectangle
 
hashCode() - Method in class net.rim.device.api.lbs.maps.MapDimensions
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.AbstractMappable
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsFolder
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsImage
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsLine
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsMarker
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPoint
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPolygon
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsPolyLine
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsRoot
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.MapComplexPolygon
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.MapImage
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.MapLine
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.MapLocation
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.MapMarker
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.MapPoint
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.MapPolyLine
 
hashCode() - Method in class net.rim.device.api.lbs.maps.model.PeerPoint
 
hashCode() - Method in class net.rim.device.api.lbs.travel.TravelTimeRequest
Returns a hash code value for the object.
hashCode() - Method in class net.rim.device.api.math.BoundingBox
 
hashCode() - Method in class net.rim.device.api.math.BoundingSphere
 
hashCode() - Method in interface net.rim.device.api.math.Bounds
Returns a hash code based on the elements of this bounding object.
hashCode() - Method in class net.rim.device.api.math.Color3f
Returns a hash code based on the elements of this color.
hashCode() - Method in class net.rim.device.api.math.Color4f
Returns a hash code based on the elements of this color.
hashCode() - Method in class net.rim.device.api.math.Frustum
Returns a hash code based on the elements of this frustum.
hashCode() - Method in class net.rim.device.api.math.Matrix3f
Returns the hash code of the matrix, based on the values stored in it.
hashCode() - Method in class net.rim.device.api.math.Matrix4f
Returns the hash code of the matrix, based on the values stored in it.
hashCode() - Method in class net.rim.device.api.math.Plane
Returns a hash code based on the elements of this plane.
hashCode() - Method in class net.rim.device.api.math.Quaternion4f
Returns the hash code of the quaternion, based on the values stored in it.
hashCode() - Method in class net.rim.device.api.math.Ray
Returns a hash code based on the elements of this ray.
hashCode() - Method in class net.rim.device.api.math.Transform2D
Returns a hash code based on the elements of this transform.
hashCode() - Method in class net.rim.device.api.math.Transform3D
Returns a hash code based on the elements of this transform.
hashCode() - Method in class net.rim.device.api.math.Vector2f
Returns a hash code based on the elements of this vector.
hashCode() - Method in class net.rim.device.api.math.Vector3f
Returns a hash code based on the elements of this vector.
hashCode() - Method in class net.rim.device.api.math.Vector4f
Returns a hash code based on the elements of this vector.
hashCode() - Method in class net.rim.device.api.media.BluetoothHeadsetMediaActionContext
 
hashCode() - Method in class net.rim.device.api.media.WiredHeadsetMediaActionContext
 
hashCode() - Method in class net.rim.device.api.smartcard.SmartCard
 
hashCode() - Method in class net.rim.device.api.smartcard.SmartCardID
 
hashCode() - Method in class net.rim.device.api.system.CodeModuleGroup
Retrieves the hashcode value for this code module group.
hashCode() - Method in class net.rim.device.api.ui.FontFamily
Returns the hash code based on font family.
hashCode() - Method in class net.rim.device.api.ui.XYRect
Returns the hash code based on XYRect.
hashCode() - Method in class net.rim.device.api.util.AbstractStringWrapper
Retrieves hash code for this wrapper's enclosed string data.
hashCode(String, int, int, boolean) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves hashcode of provided string between the offsets provided.
hashCodeIgnoreCase(String) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves case-insensitive hashcode of provided string.
hasHoverStyle(Node) - Method in class net.rim.device.api.browser.field2.BrowserField
This method determines whether or not a node has a hover style associated with it
HashResourceBundle - Class in net.rim.device.api.i18n
Contains locale-specific objects, with primary use of integer keys.
HashResourceBundle(Locale) - Constructor for class net.rim.device.api.i18n.HashResourceBundle
Constructs new HashResourceBundle instance for locale.
Hashtable - Class in java.util
This class implements a hashtable, which maps keys to values.
Hashtable(int) - Constructor for class java.util.Hashtable
Construct a new, empty hashtable with the specified capacity.
Hashtable() - Constructor for class java.util.Hashtable
Construct a new, empty hashtable with a default capacity and load factor.
hasMediaKeys() - Static method in class net.rim.device.api.ui.Keypad
Determines if the device has a dedicated media keys.
hasMore() - Method in class net.rim.blackberry.api.mail.BodyPart
Determines if more data for this body part is available on the server.
hasMore() - Method in class net.rim.blackberry.api.mail.MimeBodyPart
Determines if more data for this body part is available on the server.
hasMore() - Method in class net.rim.blackberry.api.mail.TextBodyPart
Determines if more data for this body part is available on the server.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class net.rim.device.api.database.CursorEnumeration
Checks whether there are more rows in the cursor.
hasMoreElements() - Method in class net.rim.device.api.lbs.maps.model.geospatial.GsElementEnumeration
 
hasMoreElements() - Method in class net.rim.device.api.util.EmptyEnumeration
Determines if this enumeration has more objects.
hasMoreElements() - Method in interface net.rim.device.api.util.IntEnumeration
Determines if this enumeration contains more elements.
hasMoreElements() - Method in interface net.rim.device.api.util.LongEnumeration
Determines if this enumeration contains more elements.
hasMoreElements() - Method in class net.rim.device.api.util.ObjectEnumerator
Determines if this enumeration contains more elements.
hasMultipleHandlers(Invocation, Registry) - Static method in class net.rim.device.api.content.ContentHandlerMenu
Determines whether an invocation has multiple handlers.
hasMuteKey() - Static method in class net.rim.device.api.ui.Keypad
Determines if the device has a dedicated mute key.
hasNewMessages() - Method in class net.rim.blackberry.api.messagelist.ApplicationMessageFolder
Determines whether the folder contains messages that have never been seen by the user.
hasNext() - Method in class net.rim.device.api.input.LookupVariantIterator
States whether or not the variant iteration sequence has more elements.
hasNextElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the next direction.
hasPointerEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform supports pointer press and release events.
hasPointerMotionEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform supports pointer motion events (pointer dragged).
hasPreviousElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the previous direction.
hasProperty(int) - Method in class net.rim.device.api.accessory.CradleProtocol
Determines whether a connected cradle has a specified property.
hasRemaining() - Method in class java.nio.Buffer
Tells whether there are any elements between the current position and the limit.
hasRepeatEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform can generate repeat events when key is kept down.
hasSendEndKeys() - Static method in class net.rim.device.api.ui.Keypad
Determines if the device has dedicated SEND/END keys.
hasSufficientCoverage(int) - Static method in class net.rim.device.api.io.transport.TransportInfo
Determines if there's sufficient coverage to use the specified transportType
hasSuffix(String) - Method in interface javax.microedition.content.ContentHandler
Determines if a suffix is supported by the content handler.
hasTransparency() - Method in class net.rim.device.api.system.EncodedImage
Returns true if this image has transparency.
hasType(String) - Method in interface javax.microedition.content.ContentHandler
Determines if a type is supported by the content handler.
hasUSBPassThrough() - Method in interface net.rim.blackberry.api.accessory.Accessory
Returns true if the accessory has USB Passthrough.
HCENTER - Static variable in class javax.microedition.lcdui.Graphics
Constant for centering text and images horizontally around the anchor point.
HCENTER - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for horizontally centered text.
HCENTER - Static variable in class net.rim.device.api.ui.image.Image
The image will be centered vertically in the graphics context.
HDEFAULT - Static variable in interface net.rim.device.api.ui.DrawStyle
Default horizontal alignment, depending on context.
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method.
HEAD - Static variable in interface net.rim.device.api.io.messaging.HttpMessage
The HTTP method constant for HEAD request
Header - Class in net.rim.blackberry.api.mail
Represents name/value pairs that describe mail headers.
Header(String, String) - Constructor for class net.rim.blackberry.api.mail.Header
Creates a new Header instance with name and value.
HEADER_ACCEPT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Accept' header.
HEADER_ACCEPT_CHARSET - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Accept-Charset' header.
HEADER_ACCEPT_ENCODING - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Accept-Encoding' header.
HEADER_ACCEPT_LANGUAGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Accept-Language' header.
HEADER_ACCEPT_RANGES - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Accept-Ranges' header.
HEADER_AGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Age' header.
HEADER_ALLOW - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Allow' header.
HEADER_AUTHENTICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'WWW-Authenticate' header.
HEADER_AUTHORIZATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Authorization' header.
HEADER_CACHE_CONTROL - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Cache-Control' header.
HEADER_CONNECTION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Connection' header.
HEADER_CONTENT_ENCODING - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Content-Encoding' header.
HEADER_CONTENT_ID - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Content-Id' header.
HEADER_CONTENT_LANGUAGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Content-Language' header.
HEADER_CONTENT_LENGTH - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Content-Length' header.
HEADER_CONTENT_LOCATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Content-Location' header.
HEADER_CONTENT_MD5 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Content-MD5' header.
HEADER_CONTENT_RANGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Content-Range' header.
HEADER_CONTENT_TYPE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Content-Type' header.
HEADER_COOKIE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Cookie' header.
HEADER_COOKIE2 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Cookie2' header.
HEADER_DATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Date' header.
HEADER_ETAG - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'ETag' header.
HEADER_EXPECT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Expect' header.
HEADER_EXPIRES - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Expires' header.
HEADER_FROM - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'From' header.
HEADER_HOST - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Host' header.
HEADER_IF_MATCH - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'If-Match' header.
HEADER_IF_MODIFIED_SINCE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'If-Modified-Since' header.
HEADER_IF_NONE_MATCH - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'If-None-Match' header.
HEADER_IF_RANGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'If-Range' header.
HEADER_IF_UNMODIFIED_SINCE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'If-Unmodified-Since' header.
HEADER_KEEP_ALIVE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Keep-Alive' header.
HEADER_LAST_MODIFIED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Last-Modified' header.
HEADER_LOCATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Location' header.
HEADER_MAX_FORWARDS - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Max-Forwards' header.
HEADER_PRAGMA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Pragma' header.
HEADER_PROXY_AUTHENTICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Proxy-Authenticate' header.
HEADER_PROXY_AUTHORIZATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Proxy-Authorization' header.
HEADER_RANGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Range' header.
HEADER_REFERER - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Referer' header.
HEADER_RETRY_AFTER - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Retry-After' header.
HEADER_SERVER - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Server' header.
HEADER_SET_COOKIE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Set-Cookie' header.
HEADER_SET_COOKIE2 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Set-Cookie2' header.
HEADER_TE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'TE' header.
HEADER_TRAILER - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Trailer' header.
HEADER_TRANSFER_ENCODING - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Transfer-Encoding' header.
HEADER_UPGRADE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'Upgrade' header.
HEADER_USER_AGENT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'User-Agent' header.
HEADER_VARY - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Vary' header.
HEADER_VIA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Via' header.
HEADER_WARNING - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a 'Warning' header.
HEADER_X_WAP_CONTENT_URI - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'X-Wap-Content-URI' header.
headerKeys() - Method in class net.rim.device.api.io.messaging.Headers
Returns an enumeration representing all header keys.
Headers - Class in net.rim.device.api.io.messaging
Encapsulates the headers attached to a Message.
Headers(Hashtable) - Constructor for class net.rim.device.api.io.messaging.Headers
Constructs a Headers from header key-value pairs specified in a Hashtable.
HeaderSet - Interface in javax.obex
The HeaderSet interface defines the methods that set and get the values of OBEX headers.
HEBREW_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Hebrew script.
height - Variable in class com.google.zxing.common.BitMatrix
 
height - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
The height of the PNG in pixels.
height - Variable in class net.rim.device.api.ui.XYDimension
Distance of point along vertical axis.
height - Variable in class net.rim.device.api.ui.XYRect
Height of rect.
HELP - Static variable in class javax.microedition.lcdui.Command
This command specifies a request for on-line help.
HEXADECIMAL - Static variable in class net.rim.device.api.ui.text.TextFilter
Hex character set filter.
HexadecimalTextFilter - Class in net.rim.device.api.ui.text
Filters out characters not usable in hexadecimal text strings.
HexadecimalTextFilter() - Constructor for class net.rim.device.api.ui.text.HexadecimalTextFilter
Constructs a new HexadecimalTextFilter instance.
hexDigitToInt(char) - Static method in class net.rim.device.api.util.NumberUtilities
Converts hex digit to integer value.
hexDigitToInt(char, int) - Static method in class net.rim.device.api.util.NumberUtilities
Converts hex digit to integer value, using provided error value.
hexToByteArray(String) - Static method in class net.rim.device.api.util.ByteArrayUtilities
Converts a hexadecimal string to a byte array
HFULL - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for full justification of text (not yet implemented).
HIDE - Static variable in class net.rim.device.api.ui.VirtualKeyboard
When passed to VirtualKeyboard.setVisibility(int), indicates the keyboard should be hidden either the next time the context has focus, or immediately if the context is already has focus.
HIDE_FORCE - Static variable in class net.rim.device.api.ui.VirtualKeyboard
When passed to VirtualKeyboard.setVisibility(int), indicates the keyboard should always be hidden when the context has focus, and that displaying the keyboard should not be permitted.
hideNotify() - Method in class javax.microedition.lcdui.Canvas
The implementation calls hideNotify() shortly after the Canvas has been removed from the display.
hideNotify() - Method in class javax.microedition.lcdui.CustomItem
Called by the system to notify the item that it is now completely invisible, when it previously had been at least partially visible.
hideNotify() - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when the associated component is hidden.
hideSource(long) - Static method in class net.rim.device.api.notification.NotificationsManager
Hide the application from the list of known event sources.
HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
If any Node is inserted somewhere it doesn't belong.
HIGH - Static variable in interface net.rim.blackberry.api.mail.Message.Priority
High priority.
HIGH_CENTRAL_BASELINE - Static variable in class net.rim.device.api.ui.DrawTextParam.AdvancedDrawTextParam
Value for iBaseline: a baseline half way between TOP_BASELINE and ALPHABETIC_BASELINE.
HIGH_PRIORITY - Static variable in interface net.rim.device.api.lowmemory.LowMemoryListener
High priority low-memory requests.
HIGH_PRIORITY - Static variable in class net.rim.device.api.system.MultiServicePlatformConstants
The priority to use for high priority MultiServicePlatformListener instances.
HIGH_QUALITY - Static variable in class net.rim.device.api.system.capability.DeviceCapability
Display color quality value returned by DeviceCapability.getDisplayColorQuality() when the primary display supports high quality color (thousands of colors).
HIGHLIGHT_FOCUS - Static variable in class net.rim.device.api.ui.Field
Highlight bit to indicate focus highlighting.
HIGHLIGHT_SELECT - Static variable in class net.rim.device.api.ui.Field
Highlight bit to indicate select highlighting.
HINT_POPUP - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleRole
Accessible hint popup element.
HIRAGANA_SCRIPT - Static variable in class net.rim.device.api.ui.Font
A script flag to select the Hiragana script.
HISTORICAL_KEY_ID - Static variable in class net.rim.device.api.crypto.keystore.AssociatedData
If present, indicates the unique identifier for any historical keys.
HistoryEvent - Class in net.rim.device.api.browser.field
Event to interact with the browser field's history.
HistoryEvent(Object, int, boolean, int) - Constructor for class net.rim.device.api.browser.field.HistoryEvent
Constructs a new HistoryEvent instance for navigation.
HistoryEvent(Object, String, int) - Constructor for class net.rim.device.api.browser.field.HistoryEvent
Deprecated. Directly modifying the history can lead to very strange and unintuitive behavior as history management is precisely defined in the HTML5 specification. Therefore use of this event is not recommended.
hitBreakpoint(BrowserFieldDebugContext) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked when a breakpoint is hit and the JavaScript engine has suspended execution until it is programmatically resumed.
HMAC - Class in net.rim.device.api.crypto
HMAC is a Message Authentication Code algorithm based on a Digest function.
HMAC(HMACKey, Digest) - Constructor for class net.rim.device.api.crypto.HMAC
Creates an instance of the HMAC object with a given key as the MAC key, using a specified digest as the hash function.
HMACCryptoToken - Class in net.rim.device.api.crypto
Implements the HMAC crypto token.
HMACCryptoToken() - Constructor for class net.rim.device.api.crypto.HMACCryptoToken
Creates a new HMACCryptoToken object.
HMACKey - Class in net.rim.device.api.crypto
Creates an HMAC key.
HMACKey() - Constructor for class net.rim.device.api.crypto.HMACKey
Creates a new random HMACKey object of size 128 bits.
HMACKey(int) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates a new random HMACKey object.
HMACKey(HMACCryptoToken, int) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates a new random HMACKey object.
HMACKey(byte[]) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates an HMACKey object using the provided data.
HMACKey(byte[], int, int) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates a key using the provided data.
HMACKey(HMACCryptoToken, byte[], int, int) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates a key using the provided data.
HMACKey(HMACCryptoToken, CryptoTokenMACKeyData) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates an HMACKey object using the specified crypto token and crypto token data.
hmacSHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
hmacSHA1 = 1.3.6.1.5.5.8.1.2 hmac with SHA1 from the IPSec oid arc.
HOLD - Static variable in class javax.microedition.content.Invocation
This Invocation is on hold until a chained Invocation is completed.
HOLSTER - Static variable in class net.rim.device.api.system.Sensor
Sensor ID of the holster sensor.
HolsterListener - Interface in net.rim.device.api.system
Deprecated. See Sensor.HOLSTER
HOME_PAGE_URL - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Home page URL.
HOME_PAGE_URL_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default homepage URL (null).
HOME_PHONE - Static variable in interface net.rim.blackberry.api.pdap.contactlinking.LinkableContact
Field for a home phone number.
HOME_PHONE2 - Static variable in interface net.rim.blackberry.api.pdap.contactlinking.LinkableContact
Field for a second home phone number.
HomeScreen - Class in net.rim.blackberry.api.homescreen
Contains methods for accessing theme information and Home screen items, and changing properties of Home screen items (for example, icon, description, and background image), and managing shortcuts.
HomeScreenLocationPicker - Class in net.rim.device.api.ui.picker
A UI component for picking the location for a shortcut on the Home screen.
HONEYDEW - Static variable in class net.rim.device.api.ui.Color
 
HORIZONTAL - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleState
For any element that has horizontal orientation.
HORIZONTAL_ELLIPSIS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '…'.
HORIZONTAL_SCROLL - Static variable in class net.rim.device.api.ui.Manager
ScrollView style to turn on horizontal scrolling.
HORIZONTAL_SCROLL - Static variable in class net.rim.device.api.ui.ScrollView
ScrollView style to turn on horizontal scrolling.
HORIZONTAL_SCROLL_MASK - Static variable in class net.rim.device.api.ui.Manager
Bitfield mask of the horizontal scroll style specifiers.
HORIZONTAL_SCROLL_MASK - Static variable in class net.rim.device.api.ui.ScrollView
Bitfield mask of the horizontal scroll style specifiers.
HORIZONTAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.Manager
ScrollView style to turn on horizontal scrollbars.
HORIZONTAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.ScrollView
ScrollView style to turn on horizontal scrollbars.
HORIZONTAL_SCROLLBAR_MASK - Static variable in class net.rim.device.api.ui.Manager
Bitfield mask of the horizontal scrollbar style specifiers.
HORIZONTAL_SCROLLBAR_MASK - Static variable in class net.rim.device.api.ui.ScrollView
Bitfield mask of the horizontal scrollbar style specifiers.
HorizontalFieldManager - Class in net.rim.device.api.ui.container
A manager that lays out fields along a single, horizontal row.
HorizontalFieldManager() - Constructor for class net.rim.device.api.ui.container.HorizontalFieldManager
Constructs a new horizontal field manager.
HorizontalFieldManager(long) - Constructor for class net.rim.device.api.ui.container.HorizontalFieldManager
Constructs a new horizontal field manager with provided style(s).
HorizontalScrollableController - Class in net.rim.device.api.ui.component.pane
Extension of PaneManagerController that implements a controller for the HorizontalScrollableTitleView.
HorizontalScrollableController() - Constructor for class net.rim.device.api.ui.component.pane.HorizontalScrollableController
Basic class constructor, initializes the component.
HorizontalScrollableTitleView - Class in net.rim.device.api.ui.component.pane
An extension of TitleView that presents the titles of Pane objects that are contained within the associated PaneManagerModel.
HorizontalScrollableTitleView(long) - Constructor for class net.rim.device.api.ui.component.pane.HorizontalScrollableTitleView
Constructor that accepts a long of style bit flags and sets the Field.FOCUSABLE style bit.
HorizontalTabController - Class in net.rim.device.api.ui.component.pane
Extension of PaneManagerController that implements a controller for the HorizontalTabTitleView.
HorizontalTabController() - Constructor for class net.rim.device.api.ui.component.pane.HorizontalTabController
Basic class constructor.
HorizontalTabTitleView - Class in net.rim.device.api.ui.component.pane
An extension of TitleView that presents the titles of Pane objects that are contained within the associated PaneManagerModel.
HorizontalTabTitleView(long) - Constructor for class net.rim.device.api.ui.component.pane.HorizontalTabTitleView
Constructs a new HorizontalTabTitleView instance.
HOTPINK - Static variable in class net.rim.device.api.ui.Color
 
HotspotAuthenticationAgent - Class in net.rim.device.api.wlan.hotspot
Hotspot authentication agents serve as intermediaries between client applications and hotpost status listeners (HotspotStatusListener), initiating login/logout and monitoring the state of the client application's connections to various hotspots.
HotspotAuthenticationAgent() - Constructor for class net.rim.device.api.wlan.hotspot.HotspotAuthenticationAgent
Creates a new instance of HotspotAuthenticationAgent.
HotspotClient - Class in net.rim.device.api.wlan.hotspot
Classes that extend the abstract class HotspotClient can register with the HotspotClientRegistry class and manage connections between the application to which they belong and the system that controls the device's Wi-Fi radio.
HotspotClient(HotspotCredentialsAgent, HotspotAuthenticationAgent, int) - Constructor for class net.rim.device.api.wlan.hotspot.HotspotClient
Protected constructor used to create a hotspot client.
HotspotClientRegistry - Class in net.rim.device.api.wlan.hotspot
The HotspotClientRegistry allows client applications to add themselves to and remove themselves from the system which controls the device's Wi-Fi radio.
HotspotCredentialsAgent - Class in net.rim.device.api.wlan.hotspot
HotspotCredentialsAgent is an abstract class that must be extended by the class that manages a hotspot client's credentials.
HotspotCredentialsAgent() - Constructor for class net.rim.device.api.wlan.hotspot.HotspotCredentialsAgent
Creates a new instance of HotspotCredentialsAgent.
HotspotException - Exception in net.rim.device.api.wlan.hotspot
A runtime exception thrown during a hotspot-related operation.
HotspotException(int, String) - Constructor for exception net.rim.device.api.wlan.hotspot.HotspotException
Creates a new HotspotException with the provided error code and error message.
HotspotInfo - Class in net.rim.device.api.wlan.hotspot
This class is used as a container for hotspot information passed from client to system.
HotspotInfo(WLANInfo.WLANAPInfo, boolean) - Constructor for class net.rim.device.api.wlan.hotspot.HotspotInfo
Creates a HotspotInfo object from an WLANInfo.WLANAPInfo object.
HotspotStatusListener - Interface in net.rim.device.api.wlan.hotspot
A listener interface for hotspot authentication status events.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for HOUR field alignment.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HOUR_OF_DAY_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for HOUR_OF_DAY field alignment.
HOURGLASS - Static variable in class net.rim.device.api.system.Bitmap
Predefined bitmap used for busy cursors.
HOVER - Static variable in class net.rim.device.api.ui.TouchGesture
Touch and pause at a specific point on the touch screen for more than the user-defined number of milliseconds (configurable setting found in Screen/Keyboard Options).
HOVER_PERIOD - Static variable in class net.rim.device.api.ui.input.TouchscreenSettings
Interval in milliseconds at which HOVER gestures are generated.
HTMLAnchorElement - Interface in org.w3c.dom.html2
The anchor element.
HTMLAppletElement - Interface in org.w3c.dom.html2
An embedded Java applet.
HTMLAreaElement - Interface in org.w3c.dom.html2
Client-side image map area definition.
HTMLBaseElement - Interface in org.w3c.dom.html2
Document base URI [IETF RFC 2396].
HTMLBaseFontElement - Interface in org.w3c.dom.html2
Base font.
HTMLBodyElement - Interface in org.w3c.dom.html2
The HTML document body.
HTMLBRElement - Interface in org.w3c.dom.html2
Force a line break.
HTMLButtonElement - Interface in org.w3c.dom.html2
Push button.
HTMLCollection - Interface in org.w3c.dom.html2
An HTMLCollection is a list of nodes.
HTMLDirectoryElement - Interface in org.w3c.dom.html2
Directory list.
HTMLDivElement - Interface in org.w3c.dom.html2
Generic block container.
HTMLDListElement - Interface in org.w3c.dom.html2
Definition list.
HTMLDocument - Interface in org.w3c.dom.html2
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
HTMLElement - Interface in org.w3c.dom.html2
All HTML element interfaces derive from this class.
HTMLFieldSetElement - Interface in org.w3c.dom.html2
Organizes form controls into logical groups.
HTMLFontElement - Interface in org.w3c.dom.html2
Local change to font.
HTMLFormElement - Interface in org.w3c.dom.html2
The FORM element encompasses behavior similar to a collection and an element.
HTMLFrameElement - Interface in org.w3c.dom.html2
Create a frame.
HTMLFrameSetElement - Interface in org.w3c.dom.html2
Create a grid of frames.
HTMLHeadElement - Interface in org.w3c.dom.html2
Document head information.
HTMLHeadingElement - Interface in org.w3c.dom.html2
For the H1 to H6 elements.
HTMLHRElement - Interface in org.w3c.dom.html2
Create a horizontal rule.
HTMLHtmlElement - Interface in org.w3c.dom.html2
Root of an HTML document.
HTMLIFrameElement - Interface in org.w3c.dom.html2
Inline subwindows.
HTMLImageElement - Interface in org.w3c.dom.html2
Embedded image.
HTMLInputElement - Interface in org.w3c.dom.html2
Form control.Depending upon the environment in which the page is being viewed, the value property may be read-only for the file upload input type.
HTMLIsIndexElement - Interface in org.w3c.dom.html2
This element is used for single-line text input.
HTMLLabelElement - Interface in org.w3c.dom.html2
Form field label text.
HTMLLegendElement - Interface in org.w3c.dom.html2
Provides a caption for a FIELDSET grouping.
HTMLLIElement - Interface in org.w3c.dom.html2
List item.
HTMLLinkElement - Interface in org.w3c.dom.html2
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
HTMLMapElement - Interface in org.w3c.dom.html2
Client-side image map.
HTMLMenuElement - Interface in org.w3c.dom.html2
Menu list.
HTMLMetaElement - Interface in org.w3c.dom.html2
This contains generic meta-information about the document.
HTMLModElement - Interface in org.w3c.dom.html2
Notice of modification to part of a document.
HTMLObjectElement - Interface in org.w3c.dom.html2
Generic embedded object.In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated.
HTMLOListElement - Interface in org.w3c.dom.html2
Ordered list.
HTMLOptGroupElement - Interface in org.w3c.dom.html2
Group options together in logical subdivisions.
HTMLOptionElement - Interface in org.w3c.dom.html2
A selectable choice.
HTMLOptionsCollection - Interface in org.w3c.dom.html2
An HTMLOptionsCollection is a list of nodes representing HTML option element.
HTMLParagraphElement - Interface in org.w3c.dom.html2
Paragraphs.
HTMLParamElement - Interface in org.w3c.dom.html2
Parameters fed to the OBJECT element.
HTMLPreElement - Interface in org.w3c.dom.html2
Preformatted text.
HTMLQuoteElement - Interface in org.w3c.dom.html2
For the Q and BLOCKQUOTE elements.
HTMLScriptElement - Interface in org.w3c.dom.html2
Script statements.
HTMLSelectElement - Interface in org.w3c.dom.html2
The select element allows the selection of an option.
HTMLStyleElement - Interface in org.w3c.dom.html2
Style information.
HTMLTableCaptionElement - Interface in org.w3c.dom.html2
Table caption See the CAPTION element definition in HTML 4.01.
HTMLTableCellElement - Interface in org.w3c.dom.html2
The object used to represent the TH and TD elements.
HTMLTableColElement - Interface in org.w3c.dom.html2
Regroups the COL and COLGROUP elements.
HTMLTableElement - Interface in org.w3c.dom.html2
The create* and delete* methods on the table allow authors to construct and modify tables.
HTMLTableRowElement - Interface in org.w3c.dom.html2
A row in a table.
HTMLTableSectionElement - Interface in org.w3c.dom.html2
The THEAD, TFOOT, and TBODY elements.
HTMLTextAreaElement - Interface in org.w3c.dom.html2
Multi-line text field.
HTMLTitleElement - Interface in org.w3c.dom.html2
The document title.
HTMLUListElement - Interface in org.w3c.dom.html2
Unordered list.
HTTP - Static variable in interface javax.obex.HeaderSet
Represents the OBEX HTTP header.
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_ADDR - Static variable in class net.rim.blackberry.api.mail.Address
Represents the prefix string for HTTP addresses.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CONN_MGR_CONN_DEAD - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_CONN_MGR_FOUND_CONN - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_CONN_MGR_HOST_LIMIT - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_CONN_MGR_OK_SPACE - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_CONN_MGR_OPENING - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_CONN_MGR_REUSING - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_CONN_MGR_WAITING - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_GUID - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_HEADER_DOUBLE_CRLF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents the occurrence of a double carriage return-line feed in a header.
HTTP_HEADER_FIELD_SEPARATOR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
A character used to seperate fields in a header.
HTTP_HEADER_SINGLE_CRLF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents the occurrence of a carriage return followed by a line feed in a header.
HTTP_HEADER_SINGLE_LF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents the occurrence of a line feed in a header.
HTTP_HEADER_SINGLE_SPACE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
A character used to represent a single space in a header.
HTTP_HEADER_VALUE_SEPARATOR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
A character used to separate values in a header.
HTTP_HEADERS - Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
If specified, these HTTP headers will replace the default headers to be used when making HTTP requests.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_METHOD_CONNECT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a CONNECT request method.
HTTP_METHOD_DELETE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a DELETE request method.
HTTP_METHOD_GET - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a GET request method.
HTTP_METHOD_HEAD - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a HEAD request method.
HTTP_METHOD_NOTIFY - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a GENA NOTIFY request method.
HTTP_METHOD_OPTIONS - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an OPTIONS request method.
HTTP_METHOD_POST - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a POST request method.
HTTP_METHOD_PUT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a PUT request method.
HTTP_METHOD_SUBSCRIBE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a GENA SUBSCRIBE request method.
HTTP_METHOD_TRACE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a TRACE request method.
HTTP_METHOD_UNSUBSCRIBE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents a GENA UNSUBSCRIBE request method.
HTTP_MINIMUM_FILE_REQUEST - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an HTTP minimum file request.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_STR - Static variable in interface net.rim.device.api.io.ConnEvent
 
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HTTP_VERSION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents HTTP Version 1.1.
HTTP_VERSION_10 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'HTTP/1.0' header.
HTTP_VERSION_11 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'HTTP/1.1' header.
HTTP_VERSION_1_0 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents HTTP Version 1.0.
HTTP_VERSION_1_PREFIX - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
Represents an 'HTTP/1.' header.
HttpConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants for an HTTP connection.
HttpDateParser - Class in net.rim.device.api.io.http
A little utility class designed to parse dates in one of the three formats supported by HTTP 1.1.
HttpFilterRegistry - Class in net.rim.device.api.io.http
Houses protocol filters associated with fully qualified domain names.
HttpHeaders - Class in net.rim.device.api.io.http
Stores header properties for HTTP connections sent or received from an HTTP server.
HttpHeaders() - Constructor for class net.rim.device.api.io.http.HttpHeaders
Creates a new, empty, HttpHeaders instance.
HttpHeaders(Hashtable) - Constructor for class net.rim.device.api.io.http.HttpHeaders
Creates a new HttpHeaders instance from the contents of a provided hashtable.
HttpHeaders(DataInputStream) - Constructor for class net.rim.device.api.io.http.HttpHeaders
Creates a new HttpHeaders instance parsed from a provided data input stream.
HttpMessage - Interface in net.rim.device.api.io.messaging
A specialized implementation of Message used by HTTP Destinations.
HttpProtocolConstants - Interface in net.rim.device.api.io.http
This class represents the request methods, header requests, and Content types that are part of the HTTP protocol.
HttpsConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants to establish a secure network connection.
HttpServerConnection - Interface in net.rim.device.api.io.http
This class is a mirror image of HttpConnection but defines some additional functionality for server side.
HW_CLASS_HYBRID - Static variable in class net.rim.device.api.lbs.maps.MapConstants
Indicates that the device hardware is hybrid (keyboard and touch).
HW_LAYOUT_32 - Static variable in class net.rim.device.api.ui.Keypad
QWERTY keyboard layout (87xx series). 38 keys.
HW_LAYOUT_39 - Static variable in class net.rim.device.api.ui.Keypad
QWERTY keyboard layout (88xx series). 39 keys.
HW_LAYOUT_HANDW_RECOGNITION - Static variable in class net.rim.device.api.ui.Keypad
Handwritten recognition layout.
HW_LAYOUT_ITUT - Static variable in class net.rim.device.api.ui.Keypad
Dial pad keyboard layout (**** series). 12 keys.
HW_LAYOUT_LEGACY - Static variable in class net.rim.device.api.ui.Keypad
Legacy QWERTY keyboard layout (57xx, 58xx series). 30 keys.
HW_LAYOUT_PHONE - Static variable in class net.rim.device.api.ui.Keypad
QWERTY /w phone keyboard layout (65xx, 67xx, 72xx, 75xx, 77xx series). 34 keys.
HW_LAYOUT_REDUCED - Static variable in class net.rim.device.api.ui.Keypad
Reduced QW-ER-TY-OP keyboard layout (71xx series). 23 keys.
HW_LAYOUT_REDUCED_24 - Static variable in class net.rim.device.api.ui.Keypad
Reduced QW-ER-TY-OP keyboard layout (81xx series). 24 keys.
HW_LAYOUT_TOUCHSCREEN_12 - Static variable in class net.rim.device.api.ui.Keypad
Dial pad keyboard layout (9500 series). 12 keys.
HW_LAYOUT_TOUCHSCREEN_12A - Static variable in class net.rim.device.api.ui.Keypad
Portrait Arabic layout (9500 series). 12 keys.
HW_LAYOUT_TOUCHSCREEN_12C - Static variable in class net.rim.device.api.ui.Keypad
Portrait Chinese WuBiHua/Strokes layout (9500 series). 12 keys.
HW_LAYOUT_TOUCHSCREEN_12H - Static variable in class net.rim.device.api.ui.Keypad
Landscape Hebrew keyboard layout (9500 series). 12 keys.
HW_LAYOUT_TOUCHSCREEN_20J - Static variable in class net.rim.device.api.ui.Keypad
Reduced Kana Japanese keyboard layout (9500 series). 20 keys.
HW_LAYOUT_TOUCHSCREEN_20JA - Static variable in class net.rim.device.api.ui.Keypad
Reduced QW-ER-TY-OP Japanese keyboard layout (9500 series). 20 keys.
HW_LAYOUT_TOUCHSCREEN_20K - Static variable in class net.rim.device.api.ui.Keypad
Portrait Korean layout (9500 series). 20 keys.
HW_LAYOUT_TOUCHSCREEN_20N - Static variable in class net.rim.device.api.ui.Keypad
Reduced Numeric and Hexadecimal keyboard layout (9500 series). 20 keys.
HW_LAYOUT_TOUCHSCREEN_24 - Static variable in class net.rim.device.api.ui.Keypad
Reduced QW-ER-TY-OP keyboard layout (9500 series). 24 keys.
HW_LAYOUT_TOUCHSCREEN_29 - Static variable in class net.rim.device.api.ui.Keypad
QWERTY keyboard layout (9500 series). 29 keys.
HW_LAYOUT_TOUCHSCREEN_29T - Static variable in class net.rim.device.api.ui.Keypad
Landscape Thai keyboard layout (9500 series). 37 keys.
HW_LAYOUT_TOUCHSCREEN_35H - Static variable in class net.rim.device.api.ui.Keypad
Landscape Hebrew keyboard layout (9500 series). 35 keys.
HW_LAYOUT_TOUCHSCREEN_35J - Static variable in class net.rim.device.api.ui.Keypad
Landscape Kana Japanese keyboard layout (9500 series). 35 keys.
HW_LAYOUT_TOUCHSCREEN_37A - Static variable in class net.rim.device.api.ui.Keypad
Landscape Arabic keyboard layout (9500 series). 37 keys.
HW_LAYOUT_TOUCHSCREEN_37B - Static variable in class net.rim.device.api.ui.Keypad
Landscape Bopomofo keyboard layout (9500 series). 37 keys.
HybridBinarizer - Class in com.google.zxing.common
This class implements a local thresholding algorithm, which while slower than the GlobalHistogramBinarizer, is fairly efficient for what it does.
HybridBinarizer(LuminanceSource) - Constructor for class com.google.zxing.common.HybridBinarizer
 
HYPERLINK - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item is to appear as a hyperlink.
HYPERLINK - Static variable in interface net.rim.device.api.ui.accessibility.AccessibleRole
Accessible hyperlink.
HYPHEN_MINUS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name, appears as '-'.

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